]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-same-direction.ly
* lily/beam.cc (rest_collision_callback): don't move anything if
[lilypond.git] / input / regression / spacing-stem-same-direction.ly
index 9578a975a5c1ddd328a0481851364a30c9b07188..868588151c905ba037fc29638d686ebe92098671 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.6"
+
+\version "2.1.7"
 \header {
        texidoc = "For juxtaposed chords with the same direction, a
 slight optical correction is used. It is constant, and only works if
@@ -8,8 +9,9 @@ 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 %%
+