lilypond-user
[Top][All Lists]
Advanced

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

Re: Stem #'flag-style no longer valid


From: Xavier Scheuer
Subject: Re: Stem #'flag-style no longer valid
Date: Sun, 11 Sep 2011 23:38:46 +0200

On 11 September 2011 23:28, Nick Payne <address@hidden> wrote:
>
> Just tried to rebuild one of my scores using 2.15.10, and got a number of
> warnings in the log like so:
>
> warning: cannot find property type-check for `flag-style' (backend-type?).
>  perhaps a typing error?
> warning: doing assignment anyway
>
> it looks like the override I am using is no longer valid - the following
> short test case gives the same error:
>
> \version "2.15.10"
>
> \relative c' {
>   \once \override Stem #'flag-style = #'no-flag c8
> }
>
> What should I replace it with?

Hi,

Mike Solomon created a Flag grob.
http://code.google.com/p/lilypond/issues/detail?id=1843

The new syntax should be

  \override Flag #'style = #'no-flag

Normally the syntax has been replaced everywhere in the documentation
http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commit;h=f0978ed121192fee9bdf2453a325d98693148acf
http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commit;h=7ee4165c3403cdd121621f75ed408a241621d37b

Maybe there is no convert-ly rule for this (yet).
I cannot check right now.  I'll ask.

Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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