Am Freitag, 1. Januar 2010 18:36:08 schrieb Jethro Van Thuyne:
> I can find some references to the Stem-property "modern-straight-flag" and
> "old-straight-flag" on the net, yet I cannot get them to be displayed.

Have you looked at these examples and copied the code from there? I doubt it.

> I have tried:
> 
>  \layout {
>    \context { \Score
>      \override Stem #'flag-style = #modern-straight-flag
>    }
>  }
> 
> in an external stylesheet or within the file itself, both without success
> yet without any parsing errors either. I have also tried (to no avail, of
> course) putting the override in the Staff and Voice context.

You have to set the #'flag property:

  \override Stem #'flag = #modern-straight-flag

Cheers,
Reinhold
-- 
------------------------------------------------------------------
Reinhold Kainhofer, reinh...@kainhofer.com, 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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to