]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-bar.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / spacing-stem-bar.ly
index 87e14f00c698b22ed59d226f4d24832de0a21c95..d5fe84524ea59bbeabf4f600f46643e33ba4f0fc 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.10.0"
+\version "2.11.51"
 \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]
 }