]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-same-direction.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / spacing-stem-same-direction.ly
index 8328b9d1d0f828e3aeee189ee27cdf7835b0aca0..d905042ca18441e7dc256c7f848783bbdce51c9c 100644 (file)
@@ -1,14 +1,22 @@
-\version "1.5.68"
+
+\version "2.19.21"
 \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 { linewidth = -1. }
+\layout { ragged-right = ##t}
+
+\relative {
+  \override Score.PaperColumn.layer = #1
+  \override Score.PaperColumn.stencil = #ly:paper-column::print
+
+  \stemDown
+  \time 12/4
+  f''8[
+    e f e]  f[ d f d]  f[ c f c]  f[ b, f' b,]  f'[ a, f' a,]
 }
+
+
+