bug-lilypond
[Top][All Lists]
Advanced

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

Re: \laissezVibrer throws error and changes beam position


From: Graham Percival
Subject: Re: \laissezVibrer throws error and changes beam position
Date: Tue, 08 May 2007 23:37:21 -0700
User-agent: Thunderbird 1.5.0.10 (Macintosh/20070221)

Thanks, this has been added as:
http://code.google.com/p/lilypond/issues/detail?id=362


In the future, please condense the input; this bug can be written as

\version "2.11.23"
\paper{ragged-right=##t}
{
  c'8 e' g' c''\laissezVibrer r2 |
  c'8 e' g' c'' r2
}


Cheers,
- Graham


Damian leGassick wrote:
\version "2.11.23"
\header {tagline = ""}

Laissez = {
        c'8 e' g' c''\laissezVibrer
        s
}

noLaissez = {
        c'8 e' g' c''
}

\score {
        <<
          \Laissez
          \noLaissez    
        >>
}



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






reply via email to

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