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"
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user