]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-bar.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / spacing-stem-bar.ly
index 78531f41680b5aa1a585c9ff94572a232767f9b2..87e14f00c698b22ed59d226f4d24832de0a21c95 100644 (file)
@@ -1,29 +1,29 @@
 
-\version "2.1.30"
+\version "2.10.0"
 \header {
 
-texidoc = "Upstem notes before a barline are printed with some extra
+  texidoc = "Upstem notes before a barline are printed with some extra
 space. This is an optical correction similar to juxtaposed stems.
 "
 
 }
 
-sd = \override Stem  #'direction = #-1
-su = \override Stem  #'direction = #1
-\score { \notes\relative e'
+\layout { ragged-right = ##t}
+
+\relative e'
 {
 
-%\override Staff.StaffSpacing  #'stem-spacing-correction = #0.5
-%\override Staff.NoteSpacing  #'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
-e8 e e
-f f f
-a a a
-c c c
-e e e
-}
-\paper { raggedright = ##t}
+  \time 3/8
+  \stemUp
+  e8 e e
+  f f f
+  a a a
+  c c c
+  e e e
 }
 
+
+