lilypond-user
[Top][All Lists]
Advanced

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

Re: How to remove all empty staves?


From: TaoCG
Subject: Re: How to remove all empty staves?
Date: Sat, 26 Feb 2011 08:38:10 -0800 (PST)


Robin Bannister wrote:
> 
> Tao wrote:
>>  maybe this is a bug?
>    
> It is an issue: 
> http://lists.gnu.org/archive/html/bug-lilypond/2009-03/msg00019.html
>    
>    
> Try turning skipTypesetting on and off: 
>    
>> \set Score.skipTypesetting = ##t
>>   [ ... empty section ... ] 
>> \set Score.skipTypesetting = ##f
>    
>    
> Cheers, 
> Robin
> 

Thanks for your help.
Unfortunately this seems to neutralize all \break commands.
I tried to reproduce this in a small snippet:

\version "2.13.51"

{
        c'1
        \break
        \set Score.skipTypesetting = ##t
        s1
        \set Score.skipTypesetting = ##f
        \break
        c'1
}

http://old.nabble.com/file/p31020717/sample.png sample.png 

-- 
View this message in context: 
http://old.nabble.com/How-to-remove-all-empty-staves--tp31019724p31020717.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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