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: Pierre Perol-Schneider
Subject: Re: \mark under score clashing with measure numbers
Date: Mon, 25 Aug 2014 10:28:17 +0200

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]