Francisco Vila wrote:
2009/10/15 Mats Bengtsson <mats.bengts...@ee.kth.se>:
The simplest is to do
\mark \markup{ \musicglyph #"scripts.upbow" }
and
\mark \markup{ \musicglyph #"scripts.downbow" }

  /Mats

For some reason this gives an oversized glyph;
For the simple reason that rehearsal marks use font-size = +2 by default.
Definitions like the following may be useful:
push = \markup{ \override #'(font-size . 0) \musicglyph #"scripts.upbow" }

which you then can use like
\relative c'{ c d e f \mark \push | g e c2 }

    /Mats


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

Reply via email to