Le 25/05/2018 à 17:42, David Sumbler a écrit :

The only thing I have managed to establish is that it seems to be
related to the 1st violins and cellos, which have staves arranged thus:
          <<
            \new Staff
            \ScoreThreeCelloA
            \new Staff \with { \RemoveAllEmptyStaves }
            \ScoreThreeCelloB
          >>


Have you tried to just embrace what will go on the staff?

   <<
       \new Staff { \ScoreThreeCelloA }
       \new Staff \with { \RemoveAllEmptyStaves }
         { \ScoreThreeCelloB }
   >>

HTH,
--
Jean-Charles

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

Reply via email to