lilypond-user
[Top][All Lists]
Advanced

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

Re: How to put RehearsalMarks on their own horizontal line?


From: Phil Holmes
Subject: Re: How to put RehearsalMarks on their own horizontal line?
Date: Tue, 15 Jul 2014 18:23:49 +0100

----- Original Message ----- From: "Karol Majewski" <address@hidden>
To: "lilypond-user" <address@hidden>
Sent: Tuesday, July 15, 2014 6:03 PM
Subject: How to put RehearsalMarks on their own horizontal line?


Hi,

I'm having a hard time trying put all RehearsalMarks on their own horizontal line. This is an example:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.19.10"

global = {
 \time 3/4 \tempo "Allegro" s1*3/4*2
}

part = {
 \clef treble
 c'4 \mark \default d'4 e'4
 c'4 \mark \default d'4 e'4
}

\score {
 \new Staff <<
   \global
   \part
 >>
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Here, I want "B" to be higher - on the same line as "A". In other words, I want rehearsalm marks to behave like expression marks in Dynamics context.

I tried to define new context, but with no success.

Any ideas appreciated.

--Best
Karol

See Vertical collision avoidance in the NR:

\score {
\new Staff <<
\override Score.RehearsalMark.outside-staff-priority = #0
\global
\part

}


--
Phil Holmes



reply via email to

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