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/


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

Reply via email to