lilypond-user
[Top][All Lists]
Advanced

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

Re: Strange warnings


From: Jean-Charles Malahieude
Subject: Re: Strange warnings
Date: Fri, 25 May 2018 19:23:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

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



reply via email to

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