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: Han-Wen Nienhuys
Subject: How to move from one grandparent to another
Date: Thu, 8 Aug 2002 21:02:48 +0200

address@hidden writes:
> 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?

I think it should be possible with

  \translator StaffGroup = up
  \translator Staff = stwo
  
-- 

Han-Wen Nienhuys   |   address@hidden   |   http://www.cs.uu.nl/~hanwen 



reply via email to

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