]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-same-direction.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / spacing-stem-same-direction.ly
index b378c94d3cc2e7ef4cdbd28fbe9853d723089ea7..12e9b4168e17eab9e50eb4aacc9e17e86519d1f6 100644 (file)
@@ -1,17 +1,22 @@
 
-\version "2.1.36"
+\version "2.14.0"
 \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 { \notes \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,]
-}
-\paper { raggedright = ##t}
+    e f e]  f[ d f d]  f[ c f c]  f[ b, f' b,]  f'[ a, f' a,]
 }
 
+
+