when an empty staff is removed the instrument names of the remaining staff
groups and staffs can collapse in the same line 
<http://lilypond.1069038.n5.nabble.com/file/n155576/test14.png> 

\new StaffGroup \with {                                 % piano with 3
staffs
  instrumentName        = \markup \huge \with-color #blue "Piano with 3
staves"
  shortInstrumentName = \markup \huge \with-color #blue "Piano with 3
staves"
}
<<
  \new PianoStaff \with {             % piano staff 1+2 - keep alive
together
    instrumentName        = "Piano right+left hand"
    shortInstrumentName = "Piano right+left hand"
  }
  <<
    \new Staff { c'1 \break c'1}
    \new Staff { \clef bass d,1 d,1}
  >>
  \new Staff \with{                                               % 3rd
staff
    instrumentName        = \markup \with-color #red "Piano 3rd staff"
    shortInstrumentName = \markup \with-color #red "Piano 3rd staff"
    \RemoveEmptyStaves
    \override VerticalAxisGroup.remove-first = ##t
  }
  { R f }
>>

(how) can this be prevented?

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/instrument-name-collision-in-grouped-staves-tp155576.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to