]> 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 122ef9eaf755f95e2e95e4fc75998be1ce3f7e95..d5fe84524ea59bbeabf4f600f46643e33ba4f0fc 100644 (file)
@@ -1,29 +1,27 @@
 
-\version "2.1.28"
+\version "2.11.51"
 \header {
 
-texidoc = "Upstem notes before a barline are printed with some extra
+  texidoc = "Upstem notes before a barline are printed with some extra
 space. This is an optical correction similar to juxtaposed stems.
 "
 
 }
 
-sd = \override Stem  #'direction = #-1
-su = \override Stem  #'direction = #1
-\score { \notes\relative e'
-{
+\layout { ragged-right = ##t}
 
-%\override Staff.StaffSpacing  #'stem-spacing-correction = #0.5
-%\override Staff.NoteSpacing  #'stem-spacing-correction = #0.5
 
-\time 3/8
-\su
-e8 e e
-f f f
-a a a
-c c c
-e e e
-}
-\paper { raggedright = ##t}
+\relative e'
+{
+  \override Score.PaperColumn #'layer = #1
+  \override Score.PaperColumn #'stencil = #ly:paper-column::print
+
+  
+  \time 2/8
+  \stemUp
+  e8[ e]
+  e'[ e]
 }
 
+
+