]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-same-direction.ly
release commit
[lilypond.git] / input / regression / spacing-stem-same-direction.ly
index 62e7216e3938b07bc0ec7e6443ef582147230a07..3d58de3a4b713065c73278000e6121c923468d82 100644 (file)
@@ -1,3 +1,4 @@
+\version "1.7.18"
 \header {
        texidoc = "For juxtaposed chords with the same direction, a
 slight optical correction is used. It is constant, and only works if
@@ -7,7 +8,8 @@ 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,]
+[f8 e f e]  f-[ d f d]  f-[ c f c]  f-[ b, f' b,]  f'-[ a, f' a,]
 }
-\paper { linewidth = -1. }
+\paper { raggedright = ##t}
 }
+%% new-chords-done %%