lilypond-user
[Top][All Lists]
Advanced

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

Stem #'flag-style no longer valid


From: Nick Payne
Subject: Stem #'flag-style no longer valid
Date: Mon, 12 Sep 2011 07:28:14 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2

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?

Nick



reply via email to

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