----- Original Message -----
From: "Karol Majewski" <karo...@wp.pl>
To: "lilypond-user" <lilypond-user@gnu.org>
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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user