lilypond-user
[Top][All Lists]
Advanced

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

Re: Vertical spacing of text and glyphs in a \mark


From: Mats Bengtsson
Subject: Re: Vertical spacing of text and glyphs in a \mark
Date: Wed, 17 Dec 2008 21:53:21 +0100
User-agent: Thunderbird 2.0.0.18 (X11/20081125)

David Stocker wrote:
A useful tool indeed. Thanks Mark!

Mark Polesky wrote:
Dave,

Try this:

\markup \line \general-align #Y #CENTER {
    \small \bold \italic "To Coda  "
    \musicglyph #"scripts.coda"
  }
This can be simplified into

\markup \vcenter {
   \small \bold \italic "To Coda  "
   \musicglyph #"scripts.coda"
 }

   /Mats





reply via email to

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