lilypond-user
[Top][All Lists]
Advanced

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

Re: straight-flag and no-flag


From: ljc
Subject: Re: straight-flag and no-flag
Date: Thu, 22 Jan 2009 20:01:50 -0200
User-agent: Internet Messaging Program (IMP) H3 (4.1.6)

Quoting Reinhold Kainhofer <address@hidden>:

By setting the #'flag property instead of #'flag-style ;-)

\relative c' {
        \autoBeamOff
        \override Stem #'flag = #modern-straight-flag
        g'8 g g g g g g g |
        \override Stem #'flag = #no-flag
        g8 g g g g g g g |
}

thanks for your suggestion, reinhold, it was one of the first things i tried before posting to the list. but is it supposed to work? when i try to compile (2.12.1) i get this:

warning: type check for `flag' failed; value `no-flag' must be of type `unknown'

as i see it, the problem lies precisely in the discrepancy between the property "flag" for the straight flags and "flag-style" for no-flag.

the temporary solution i found is using \revert Stem #'flag before \override Stem #'flag-style = #'no-flag. quite dirty...

alles gute,

lj





reply via email to

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