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
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond




_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to