[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mid-piece NullVoice creating?
From: |
Simon Albrecht |
Subject: |
Re: Mid-piece NullVoice creating? |
Date: |
Thu, 10 Sep 2015 13:52:07 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 |
Am 10.09.2015 um 13:30 schrieb David Kastrup:
Here is a clue what is really happening.
Issue 4579, committed rather recently, tries explaining this phenomenon
somewhat more accurately than before and describes a remedy.
Sorry, but did I correctly figure out the remedy you describe?
%%%%%%%%%%%%%
music = {
1
}
\score {
{
<<
\new Staff \with { \override StaffSymbol.color = #red } <<
\new NullVoice \music
\new Voice \music
>>
>>
\break
\new GrandStaff <<
\new Staff <<
% \new NullVoice \music
\new Voice \music
>>
\new Voice \music
>>
}
}
%%%%%%%%%%%
This also has a spurious staff in the second system, but blackā¦ ?
Yours, Simon