bug-lilypond
[Top][All Lists]
Advanced

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

Re: skipTypesetting skipping more


From: Neil Puttock
Subject: Re: skipTypesetting skipping more
Date: Wed, 2 Mar 2011 18:09:32 +0000

On 2 March 2011 09:52, Robin Bannister <address@hidden> wrote:

>    I can't get this to work.     I would be interested in a simple
> workaround to get from new to old as illustrated in the original bug report.
> http://lists.gnu.org/archive/html/bug-lilypond/2011-02/msg00541.html   I
> want this for the use case on the lilypond-user link there:  a workaround
> for issue 758.     Cheers, Robin

Works fine here:

\version "2.13.53"

bareSnippet = {
  e'1
  \break \bar ":"
  \set Score.skipTypesetting = ##t
  d'1
  \break \bar "||"
  \unset Score.forbidBreak
  \set Score.skipTypesetting = ##f
  c'1
}

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

Cheers,
Neil



reply via email to

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