lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Get grob value from another context


From: Павел
Subject: Get grob value from another context
Date: Sun, 9 Aug 2020 16:42:09 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

I want to write scheme function for this, but I don't know where to start:

\new Staff <<
    {
        c
    }
    \new Voice {
%        \stemUp, if note c (in another voice) has stem down
%        \stemDown, if note c has stem up
        g
    }
>>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]