X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmozart-hrn3-defs.ily;h=3fca03fd3fde78c3d22ba98320538ad97336f6d6;hb=856ae980b25d1d99c1e847985bed8b61c061e02f;hp=fe9966d71f07b5a7b1d97a4ca98f130f0e87c76c;hpb=7bd6884c300f1a032b5b9f2e0b9ffa5a7938244a;p=lilypond.git diff --git a/input/regression/mozart-hrn3-defs.ily b/input/regression/mozart-hrn3-defs.ily index fe9966d71f..3fca03fd3f 100644 --- a/input/regression/mozart-hrn3-defs.ily +++ b/input/regression/mozart-hrn3-defs.ily @@ -1,45 +1,28 @@ % -longgrace = \override Stem #'stroke-style = #'() -endlonggrace = \revert Stem #'stroke-style +longgrace = \override Flag.stroke-style = #'() +endlonggrace = \revert Flag.stroke-style ritenuto = \markup { \italic "rit." } -\version "2.11.61" - -\layout { - \context { - \Score - skipBars = ##t - midiInstrument = #"french horn" - %% try to mimic Breitkopf - \override RehearsalMark #'padding = #1 - \override MultiMeasureRest #'padding = #0.5 - restNumberThreshold = #1 - - \override RehearsalMark #'font-series = #'bold - \override RehearsalMark #'font-size = #4.5 +\version "2.17.6" - \override Beam #'thickness = #0.6 - \override Beam #'space-function = #(lambda (beam mult) 0.8) - } - \context { - \Staff - \override VerticalAxisGroup #'minimum-Y-extent = #'(-2.5 . 3.5) - } +\layout { + \context { + \Score + skipBars = ##t + midiInstrument = #"french horn" + %% try to mimic Breitkopf + \override RehearsalMark.padding = #1 + restNumberThreshold = #1 + + \override RehearsalMark.font-series = #'bold + \override RehearsalMark.font-size = #4.5 + } } \paper{ - - % #(define fonts my-sheet) - - % stress page breaking on a6 paper: - % line-width = 80 \mm - % paper-width = 105 \mm - % paper-height = 149 \mm - - indent = 10. \mm - line-width = 189. \mm - ragged-last-bottom = ##f - + indent = 10\mm + line-width = 189\mm + ragged-last-bottom = ##f }