]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-bar.ly
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / spacing-stem-bar.ly
index 78531f41680b5aa1a585c9ff94572a232767f9b2..3288f3cef563edf283ec271759259572276ed386 100644 (file)
@@ -1,29 +1,27 @@
 
-\version "2.1.30"
+\version "2.10.0"
 \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]
 }
 
+
+