]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-bar.ly
*** empty log message ***
[lilypond.git] / input / regression / spacing-stem-bar.ly
index 47b17b6fbf204783efd206c6b705582d1138c01b..aebc3f86f2f419b8b1315163bf5cd12b1f7f1db8 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.7"
+\version "2.4.0"
 \header {
 
 texidoc = "Upstem notes before a barline are printed with some extra
@@ -8,13 +8,13 @@ space. This is an optical correction similar to juxtaposed stems.
 
 }
 
-sd = \property Voice.Stem \set #'direction = #-1
-su = \property Voice.Stem \set #'direction = #1
-\score { \notes\relative e'
+sd = \override Stem  #'direction = #-1
+su = \override Stem  #'direction = #1
+\score { \relative e'
 {
 
-%\property Staff.StaffSpacing \override #'stem-spacing-correction = #0.5
-%\property Staff.NoteSpacing \override #'stem-spacing-correction = #0.5
+%\override Staff.StaffSpacing  #'stem-spacing-correction = #0.5
+%\override Staff.NoteSpacing  #'stem-spacing-correction = #0.5
 
 \time 3/8
 \su
@@ -24,6 +24,6 @@ a a a
 c c c
 e e e
 }
-\paper { raggedright = ##t}
+\layout { raggedright = ##t}
 }