]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-bar-stem.ly
(srcdir): urg. Touch install-sh.
[lilypond.git] / input / regression / spacing-bar-stem.ly
index 4c11348773a84d4ac06a384b9c2fc62a8d7261f6..f8d26b6abffd521b79e32f46e20d88aae6cdcce6 100644 (file)
@@ -1,6 +1,7 @@
-\version "1.5.68"
+
+\version "2.7.13"
 \header {
-texidoc = "Downstem notes following a barline are
+  texidoc = "Downstem notes following a barline are
 printed with some extra space. This is an optical correction similar
 to juxtaposed stems.
 
@@ -8,17 +9,18 @@ Accidentals after the barline get some space as well.
 "
 }
 
-sd = \property Voice.Stem \set #'direction = #-1
-su = \property Voice.Stem \set #'direction = #1
-\score { \notes\relative c''
+\layout { raggedright = ##t}
+
+\relative c''
 {
 
-%\property Staff.StaffSpacing \override #'stem-spacing-correction = #10
-%\property Staff.NoteSpacing \override #'stem-spacing-correction = #10
+  %%\override Staff.StaffSpacing  #'stem-spacing-correction = #10
+  %%\override Staff.NoteSpacing  #'stem-spacing-correction = #10
 
-\time 1/4 \sd c4 \su c4
-\sd c4 \su c4
-\sd f c,4  c'4 cis4 \stemUp c4
-}
-\paper { linewidth = -1. }
+  \time 1/4 \stemDown c4 \stemUp c4
+  \stemDown c4 \stemUp c4
+  \stemDown f c,4  c'4 cis4 \stemUp c4
 }
+
+
+