lilypond-devel
[Top][All Lists]
Advanced

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

Re: How to move from one grandparent to another


From: Rune Zedeler
Subject: Re: How to move from one grandparent to another
Date: Thu, 08 Aug 2002 23:09:02 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529

Han-Wen Nienhuys wrote:

OK; so I guess we only want threads and voices to move around,

No, I have once seen a Mozart piece with one choirstaff for the solists and another one for the backing choir. As the solists were changing between SATB, some staves actually DID move between staff groups.

Currently it doesn't work in lilypond, though: The span bars are updated too soon (before the line break) and the system start delimiter isn't updated at all. :-(


\score {
    \notes \relative c'' <
    \context StaffGroup = up <
        \context Staff = sone { c1 c c c }
    >
    \context StaffGroup = down <
\context Staff = stwo { c1 c \break \translator StaffGroup = up c1 c }
        \context Staff = sthree { c1 c c c }
    >
    >
}


-Rune




reply via email to

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