]> git.donarmstrong.com Git - lilypond.git/commitdiff
clarify stem-bar example.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 8 Jan 2007 10:01:45 +0000 (11:01 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 8 Jan 2007 10:01:45 +0000 (11:01 +0100)
input/regression/spacing-stem-bar.ly

index 87e14f00c698b22ed59d226f4d24832de0a21c95..3288f3cef563edf283ec271759259572276ed386 100644 (file)
@@ -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]
 }