lilypond-user
[Top][All Lists]
Advanced

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

Rehearsal mark vertical alignment


From: Benjamin Horvat
Subject: Rehearsal mark vertical alignment
Date: Fri, 2 Jun 2017 15:57:11 +0200

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

reply via email to

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