]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-bar.ly
* lily/book.cc:
[lilypond.git] / input / regression / spacing-stem-bar.ly
index 7bd523c3acac48254da3e277ba22fff98f481b5b..aebc3f86f2f419b8b1315163bf5cd12b1f7f1db8 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.26"
+\version "2.4.0"
 \header {
 
 texidoc = "Upstem notes before a barline are printed with some extra
@@ -10,7 +10,7 @@ space. This is an optical correction similar to juxtaposed stems.
 
 sd = \override Stem  #'direction = #-1
 su = \override Stem  #'direction = #1
-\score { \notes\relative e'
+\score { \relative e'
 {
 
 %\override Staff.StaffSpacing  #'stem-spacing-correction = #0.5
@@ -24,6 +24,6 @@ a a a
 c c c
 e e e
 }
-\paper { raggedright = ##t}
+\layout { raggedright = ##t}
 }