lilypond-user
[Top][All Lists]
Advanced

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

Re: {SPAM 04.0} Re: Strange warnings


From: David Sumbler
Subject: Re: {SPAM 04.0} Re: Strange warnings
Date: Fri, 25 May 2018 19:58:06 +0100

On Fri, 2018-05-25 at 19:23 +0200, Jean-Charles Malahieude wrote:
> 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

Thanks for the suggestion.  I did have those braces in my file
originally, but I removed them when I found that they are not
necessary.

I did eventually solve the problem, thanks to an off-list nudge from
Joe Davenport.  I had some text spanners in a \global variable, which
was not a good idea when some of the staves are going to be suppressed!

As so often, it is obvious once one has found the answer.

David



reply via email to

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