]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-bar.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / spacing-stem-bar.ly
index c0f92707aff0d7b42342cd87853bbc25b5de0373..6688f4f3d0bd40575e817235b39a08c8256c4696 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "2.3.4"
 \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
@@ -25,4 +26,4 @@ e e e
 }
 \paper { raggedright = ##t}
 }
-%% new-chords-done %%
+