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

Am Donnerstag, 22. Januar 2009 13:25:51 schrieb [email protected]:
> 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, [email protected], 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-----


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to