lilypond-user
[Top][All Lists]
Advanced

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

How to move from one grandparent to another


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

The following example should illustrate my problem:

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

I would like to move the voice to the upper two staves instead of new staves.
How can this be done?

Han-Wen, you were thinking about redefining the uses of "translator". This problem should so very definitely be taken into account.

-Rune




reply via email to

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