]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-same-direction.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / spacing-stem-same-direction.ly
index 464940b86e2ef86a7953fb2dc9914ec5183cfed7..b4c1cd9d255ce479d01daa661be74ceb0ac522ed 100644 (file)
@@ -1,17 +1,22 @@
 
-\version "2.6.0"
+\version "2.11.51"
 \header {
   texidoc = "For juxtaposed chords with the same direction, a
 slight optical correction is used. It is constant, and works only if
 two chords have no common head-positions range."
 }
 
+\layout { ragged-right = ##t}
+
 \relative c'' {
+  \override Score.PaperColumn #'layer = #1
+  \override Score.PaperColumn #'stencil = #ly:paper-column::print
+
   \stemDown
   \time 12/4
   f8[
     e f e]  f[ d f d]  f[ c f c]  f[ b, f' b,]  f'[ a, f' a,]
 }
-\layout { raggedright = ##t}
+