]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-same-direction.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / spacing-stem-same-direction.ly
index d1b1f2a1b56a518cfde695ef31d6c073a3282f8d..aa6627633823d54d486597d4f02c44dd684c787e 100644 (file)
@@ -1,15 +1,22 @@
-\version "1.7.18"
+
+\version "2.12.0"
 \header {
-       texidoc = "For juxtaposed chords with the same direction, a
-slight optical correction is used. It is constant, and only works if
+  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
-[f8 e f e]  f-[ d f d]  f-[ c f c]  f-[ b, f' b,]  f'-[ a, f' a,]
-}
-\paper { raggedright = ##t}
+\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,]
 }
 
+
+