]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-bar-stem.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / spacing-bar-stem.ly
index d8df82bc86949e5686de2484654675772c1f066b..2567773e833ca8f0fce21da4c2c18619f9db55ab 100644 (file)
@@ -1,24 +1,27 @@
 
-\version "2.6.0"
 \header {
   texidoc = "Downstem notes following a barline are
 printed with some extra space. This is an optical correction similar
 to juxtaposed stems.
 
-Accidentals after the barline get some space as well.
-"
+The bar upstem should be approx 1.1 staff space, the bar downstem 1.3
+to 1.5 staff space."
 }
 
-\relative c''
-{
 
-  %%\override Staff.StaffSpacing  #'stem-spacing-correction = #10
-  %%\override Staff.NoteSpacing  #'stem-spacing-correction = #10
-
-  \time 1/4 \stemDown c4 \stemUp c4
-  \stemDown c4 \stemUp c4
-  \stemDown f c,4  c'4 cis4 \stemUp c4
+\version "2.17.6"
+\layout{
+  ragged-right = ##t 
 }
-\layout { raggedright = ##t}
 
 
+\relative c'' {
+  \override Score.NonMusicalPaperColumn.stencil = #ly:paper-column::print
+  \override Score.NonMusicalPaperColumn.layer = #2
+  
+  \time 2/4
+  \stemDown
+  s2
+  e4 s4 
+  e,4 s4
+}