bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1971 in lilypond: Slashed flags no longer work


From: lilypond
Subject: Re: Issue 1971 in lilypond: Slashed flags no longer work
Date: Sat, 29 Oct 2011 16:14:09 +0000


Comment #5 on issue 1971 by address@hidden: Slashed flags no longer work
http://code.google.com/p/lilypond/issues/detail?id=1971

Ah OK I think I understand the issue now.

I think it's because there is a misplaced '%' comment.

The example in the snippet 'using-grace-note-slashes-with-normal-heads.ly' shows

--snip--

 texidoc = "
The slash through the stem found in acciaccaturas can be applied in
other situations.

"
  doctitle = "Using grace note slashes with normal heads"
} % begin verbatim

\relative c'' {
  \override Flag #'stroke-style = #"grace"
  c8( d2) e8( f4)
} % begin verbatim   <--------- This is unexpected.

--snip--

James




reply via email to

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