bug-lilypond
[Top][All Lists]
Advanced

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

Re: skipTypesetting skipping more


From: Colin Campbell
Subject: Re: skipTypesetting skipping more
Date: Sun, 27 Feb 2011 20:56:10 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7

On 11-02-27 03:05 AM, Robin Bannister wrote:
Without skipTypesetting the following snippet delivers three lines. With skipTypesetting it used to deliver two, skipping the forced break at the dashed barline. Since 2.13.43 it delivers only one line, skipping *both* forced breaks. See http://lists.gnu.org/archive/html/lilypond-user/2011-02/msg00581.html
    bareSnippet = {
 e'1
 \break \bar ":"
 \set Score.skipTypesetting = ##t
 d'1
 \break \bar "||"
 \set Score.skipTypesetting = ##f
 c'1
}

\paper { line-width = 60\mm }
{
 \set Staff.instrumentName = #(lilypond-version)
 \bareSnippet
}
    Cheers, Robin


Thanks for a good report of a most interesting issue. I've added it as http://code.google.com/p/lilypond/issues/detail?id=1543

Cheers,

Colin Campbell
Bug Squad

--
The test of our progress is not whether we add more to the abundance
of those who have much, it is whether we provide enough for those who
have too little.
-Franklin D. Roosevelt, 32nd US President (1882-1945)




reply via email to

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