X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-space-to-barline.ly;h=e1539e59b821cdbaf1240e8c9be01ea2bce16d06;hb=708aa920d682cf9aa3ed647cd129afd8509760f4;hp=a1fe2fcfeeb3af30419fc6c8529ab5af55089da0;hpb=d3893f0e1ba5d8cf85b73b9a59fab58d8f675e5b;p=lilypond.git diff --git a/input/regression/spacing-space-to-barline.ly b/input/regression/spacing-space-to-barline.ly index a1fe2fcfee..e1539e59b8 100644 --- a/input/regression/spacing-space-to-barline.ly +++ b/input/regression/spacing-space-to-barline.ly @@ -1,4 +1,4 @@ -\version "2.11.29" +\version "2.17.11" \header { texidoc = "When space-to-barline is false, we measure the space between the note and the @@ -9,15 +9,15 @@ the start of the barline." \paper {ragged-right = ##t} { - \override Score.SpacingSpanner #'common-shortest-duration = #(ly:make-moment 1 16) + \override Score.SpacingSpanner.common-shortest-duration = #(ly:make-moment 1/16) c'2 \clef bass c'2 \clef treble - \override NoteSpacing #'space-to-barline = ##f + \override NoteSpacing.space-to-barline = ##f c'2 \clef bass c'2 \clef treble % the following two measures should be spaced identically - \override NoteSpacing #'space-to-barline = ##t + \override NoteSpacing.space-to-barline = ##t c'2 c'2 - \override NoteSpacing #'space-to-barline = ##f + \override NoteSpacing.space-to-barline = ##f c'2 c'2 c'1 -} \ No newline at end of file +}