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: address@hidden
Subject: Re: Issue 1971 in lilypond: Slashed flags no longer work
Date: Sun, 16 Oct 2011 12:13:27 +0200

On Oct 16, 2011, at 12:06 PM, address@hidden wrote:

> Status: Accepted
> Owner: ----
> Labels: Type-Critical Regression
> 
> New issue 1971 by address@hidden: 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


reply via email to

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