]> 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 c0f92707aff0d7b42342cd87853bbc25b5de0373..aebc3f86f2f419b8b1315163bf5cd12b1f7f1db8 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "2.4.0"
 \header {
 
 texidoc = "Upstem notes before a barline are printed with some extra
@@ -7,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
@@ -23,6 +24,6 @@ a a a
 c c c
 e e e
 }
-\paper { raggedright = ##t}
+\layout { raggedright = ##t}
 }
-%% new-chords-done %%
+