lilypond-user
[Top][All Lists]
Advanced

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

Re: vertical aligning of markups


From: Wilbert Berendsen
Subject: Re: vertical aligning of markups
Date: Tue, 16 Feb 2010 17:06:41 +0100

Op maandag 15 februari 2010 schreef Ole:

> Hi,
> 
> I want the markups in the following snippet all at the same height. How can
> I do that? Thanks for a hint

Try:

\score {
  \new Staff {
    \time 4/4
    \override TextScript #'Y-offset = #4
    \relative c {
      c4^\markup {-h}
      f^\markup {-g}
      b^\markup {-f}
      d'^\markup {-e}
      g^\markup {-d}
    }
  }
}

best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/
Nederlands LilyPond forum: http://www.lilypondforum.nl/




reply via email to

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