]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-space-to-barline.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / spacing-space-to-barline.ly
index 996406aacb974b0b1019d46d52354f5004d2ee2c..e1539e59b821cdbaf1240e8c9be01ea2bce16d06 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\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
 }