lilypond-user
[Top][All Lists]
Advanced

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

\mark under score clashing with measure numbers


From: Craig Dabelstein
Subject: \mark under score clashing with measure numbers
Date: Mon, 25 Aug 2014 12:36:59 +1000

Hi all,

I'm using this code to put a "D.C. al Fine" below the staff in a score:

\once \override Score.RehearsalMark.break-visibility = #end-of-line-visible

\once \override Score.RehearsalMark.self-alignment-X = #RIGHT

\override Score.RehearsalMark #'direction = #DOWN

\mark "D.C. al Fine"


but I'm also using the following code to number every bar in the score. The problem is that the D.C. mark is printing out below the measure numbers instead of above (or between the measure numbers and the bottom staff). Is there anyway for me to fix this. I appreciate all your help.


Craig



\new Dynamics {

\startMeasureCount

s1*4

\stopMeasureCount

}



\layout {

\context {

\Dynamics

\consists #Measure_counter_engraver

\override MeasureCounter.direction = #DOWN

\override MeasureCounter.font-encoding = #'latin1

\override MeasureCounter.font-shape = #'italic

% to control the distance of the Dynamics context from the staff:

\override VerticalAxisGroup.nonstaff-relatedstaff-spacing.padding = #2

}

\context {

\Score

\remove "Bar_number_engraver"

}




reply via email to

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