bug-lilypond
[Top][All Lists]
Advanced

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

in a \GrandStaff the order of a staff group and a staff can be inversed


From: Eluze
Subject: in a \GrandStaff the order of a staff group and a staff can be inversed
Date: Mon, 9 Dec 2013 05:37:00 -0800 (PST)

with the code 

\new GrandStaff <<
  \new StaffGroup <<
    \new Staff { c'1 }
    \new Staff { d'1 }
  >>
  \new Staff { \set Staff.instrumentName = last f'1 }
>>

the staff named "last" is engraved /above/ the StaffGroup


if the single staff is wrapped in a staff group it works as expected:

\new GrandStaff <<
  \new StaffGroup <<
    \new Staff { c'1 }
    \new Staff { d'1 }
  >>
  \new StaffGroup <<
    \new Staff { \set Staff.instrumentName = last f'1 }
  >>
>>

is this a bug? can it be explained?

the same happens also with a PianoStaff but not with ChoirStaff or
StaffGroup

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/in-a-GrandStaff-the-order-of-a-staff-group-and-a-staff-can-be-inversed-tp155428.html
Sent from the Bugs mailing list archive at Nabble.com.



reply via email to

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