]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-bar.ly
Merge with master
[lilypond.git] / input / regression / spacing-stem-bar.ly
index e256b9e8d6a1735751a3d07e63ff401efae88d0d..3288f3cef563edf283ec271759259572276ed386 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.32"
+\version "2.10.0"
 \header {
 
   texidoc = "Upstem notes before a barline are printed with some extra
@@ -10,19 +10,17 @@ space. This is an optical correction similar to juxtaposed stems.
 
 \layout { ragged-right = ##t}
 
+
 \relative e'
 {
+  \override Score.PaperColumn #'layer = #1
+  \override Score.PaperColumn #'stencil = #ly:paper-column::print
 
-                               %%\override Staff.StaffSpacing  #'stem-spacing-correction = #0.5
-                               %%\override Staff.NoteSpacing  #'stem-spacing-correction = #0.5
-
-  \time 3/8
+  
+  \time 2/8
   \stemUp
-  e8 e e
-  f f f
-  a a a
-  c c c
-  e e e
+  e8[ e]
+  e'[ e]
 }