On 2 March 2011 09:52, Robin Bannister <r...@dataway.ch> 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

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

Reply via email to