lilypond-user
[Top][All Lists]
Advanced

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

Re: Rehearsal mark vertical spacing


From: Павел
Subject: Re: Rehearsal mark vertical spacing
Date: Sat, 16 Oct 2021 16:05:54 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.2

Hello, Erica. You can use \override:


\version "2.18.2"

notes = \relative c'''{
  \repeat unfold 8 {g8 a}
  \once \override Score.RehearsalMark.padding = #3
  \mark \default g1
}

\score {
\new Staff {\notes}
}

You can read more about overrides here: http://lilypond.org/doc/v2.22/Documentation/learning/tweaking-output

16.10.2021 15:49, Erika Pirnes пишет:
I'm trying to figure out how to position rehearsal marks a bit farther from the staff. It might be an easy fix (I hope so) but I couldn't find a solution yet. My example below; especially with notes above the staff the rehearsal mark seems to be too clingy.

\version "2.18.2"

notes = \relative c'''{
  \repeat unfold 8 {g8 a} \mark \default g1
}

\score {
\new Staff {\notes}
}

Thank you,
Erika

reply via email to

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