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: Reinhold Kainhofer
Subject: Re: straight-flag and no-flag
Date: Thu, 22 Jan 2009 13:45:05 +0100
User-agent: KMail/1.10.3 (Linux/2.6.27-9-generic; KDE/4.1.3; i686; ; )

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Donnerstag, 22. Januar 2009 13:25:51 schrieb address@hidden:
> dear list,
>
> i realized that \override Stem #'flag-style = #'no-flag doesn't work
> when using \override Stem #'flag-style = #modern-straight-flag
>
> i'm using the new straight flags in my score, but at certain part i
> need stems without flags in order to conect chords across staves,
> according to the snippet in the user manual (2.2.1 - Cross-staff stems).
>
> here's the code that reproduce what i understand might be a bug:
>
> \version "2.12"
>
> \relative c' {
>       \autoBeamOff
>       \override Stem #'flag-style = #modern-straight-flag
>       g'8 g g g g g g g |
>       \override Stem #'flag-style = #'no-flag
>       g8 g g g g g g g |
> }
>
> how could i solve this?

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 |
}

Cheers,
Reinhold
- -- 
- ------------------------------------------------------------------
Reinhold Kainhofer, address@hidden, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJeGpRTqjEwhXvPN0RAmdiAJ0WIWMNYI8p+nL+4vD5BC9OkvvTQwCeN/Wx
CKGgLDxcsH8uuQfRZZeuqLE=
=Qwgm
-----END PGP SIGNATURE-----




reply via email to

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