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.


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

Reply via email to