Hi Craig,
2014-08-25 4:36 GMT+02:00 Craig Dabelstein <[email protected]>:
> Is there anyway for me to fix this. I appreciate all your help.
>
Try :
\version "2.18.2"
\score {
<<
\new Staff {
s1*4 \break s1*4
\bar "||"
%\tweak break-visibility #end-of-line-visible
\tweak self-alignment-X #RIGHT
\tweak direction #DOWN
\tweak extra-offset #'(0 . 3)
\mark "D.C. al Fine"
}
\new Dynamics {
\startMeasureCount
s1*4 \break s1*3
\once\override MeasureCounter.extra-offset = #'(0 . -2)
s1
\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"
}
}
}
HTH,
Pierre
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user