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.

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to