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)
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond