]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-bar-stem.ly
Limit beamlet width at abs(last_stem - stem)/2. Fixes #178.
[lilypond.git] / input / regression / spacing-bar-stem.ly
index 49e55440577efd15ecb684e302a9f4ac4b189a86..d5801605075e946d3f7a1c2253b244c28fd6c96f 100644 (file)
@@ -1,7 +1,7 @@
 
-\version "2.3.16"
+\version "2.10.0"
 \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.
 
@@ -9,18 +9,18 @@ Accidentals after the barline get some space as well.
 "
 }
 
-sd = \override Stem  #'direction = #-1
-su = \override Stem  #'direction = #1
-\score { \relative c''
+\layout { ragged-right = ##t}
+
+\relative c''
 {
 
-%\override Staff.StaffSpacing  #'stem-spacing-correction = #10
-%\override Staff.NoteSpacing  #'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 { raggedright = ##t}
+  \time 1/4 \stemDown c4 \stemUp c4
+  \stemDown c4 \stemUp c4
+  \stemDown f c,4  c'4 cis4 \stemUp c4
 }
 
+
+