lilypond-user
[Top][All Lists]
Advanced

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

Re: Equivalent of \downbow/\upbow on bar lines?


From: Mats Bengtsson
Subject: Re: Equivalent of \downbow/\upbow on bar lines?
Date: Thu, 15 Oct 2009 13:09:28 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070716)



Francisco Vila wrote:
2009/10/15 Mats Bengtsson <address@hidden>:
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




reply via email to

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