On Oct 16, 2011, at 12:06 PM, lilyp...@googlecode.com wrote:

> Status: Accepted
> Owner: ----
> Labels: Type-Critical Regression
> 
> New issue 1971 by philehol...@gmail.com: Slashed flags no longer work
> http://code.google.com/p/lilypond/issues/detail?id=1971
> 
> The NR 
> (http://lilypond.org/doc/v2.15/Documentation/notation/special-rhythmic-concerns)says:
> 
> "The slash through the stem found in acciaccaturas can be applied in other 
> situations
> 
> \relative c'' {
>  \override Stem #'stroke-style = #"grace"
>  c8( d2) e8( f4)
> }"
> 

It's supposed to be :

\relative c'' {
 \override Flag #'stroke-style = #"grace"
 c8( d2) e8( f4)
}

Is there a way to run convert-ly on the docs to eliminate this sorta problem?

Cheers,
MS
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to