Hi all,

Is there a way to align the vertical height of the first rehearsal mark to
the second one without manually setting Y-offset value? I would like that
the height of the first rehearsal mark changes relative to ChordNames
height.

Here is a short example were the first rehearsal mark is NOT aligned as I
would like:

%EXAMPLE
\version "2.19.60"

note = \relative c'''' {
  % first rehearsal mark is not the same height as second one
  \mark \default
  c4 c c c |
  \mark \default
}

chord = {
  c1
}

\score {
  <<
    \new ChordNames { \chord }
    \new Staff { \note }
  >>
}

Thank you very much!
Benjamin Horvat
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to