lilypond-user
[Top][All Lists]
Advanced

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

Re: \mark under score clashing with measure numbers


From: Craig Dabelstein
Subject: Re: \mark under score clashing with measure numbers
Date: Tue, 26 Aug 2014 05:50:03 +1000

Thanks Pierre,

This works brilliantly on the score, but on the individual parts where there are no measure numbers, the \mark text "D.C. al Fine" is pushed up and overlaps the staff.

Any more ideas?

I really appreciate your help.

Craig



On 25 August 2014 18:28, Pierre Perol-Schneider <address@hidden> wrote:
Hi Craig,

2014-08-25 4:36 GMT+02:00 Craig Dabelstein <address@hidden>:

 

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


reply via email to

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