]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-same-direction.ly
* lily/beam-engraver.cc: move new-beam-event to beam-event
[lilypond.git] / input / regression / spacing-stem-same-direction.ly
index e8b0fd1f857d57d3e03c5abfe9a923a242ffce11..f8a43b8a7b6d7f2537d9c6ebcde964ceb962b7b4 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.16"
+
+\version "1.9.1"
 \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 { raggedright = ##t}
 }
-%% new-chords-done %%
+