]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-same-direction.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-stem-same-direction.ly
index a956db17427ce8e1ae14263dea6de825985bf11a..03a20bc67911b4775782ae04d11fb6298f4c547a 100644 (file)
@@ -1,17 +1,22 @@
 
-\version "2.3.22"
+\version "2.17.6"
 \header {
-       texidoc = "For juxtaposed chords with the same direction, a
+  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."
 }
 
-\score {  \relative c'' {
-\stemDown
-\time 12/4
+\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}
+    e f e]  f[ d f d]  f[ c f c]  f[ b, f' b,]  f'[ a, f' a,]
 }
 
+
+