]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-same-direction.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / spacing-stem-same-direction.ly
index bea37eba1ec84c9b7f653b140879396dfc84150f..a9e136645d6b9b824ec86dc4e2e0c898900aac4a 100644 (file)
@@ -1,7 +1,8 @@
-\version "1.7.18"
+
+\version "2.1.26"
 \header {
        texidoc = "For juxtaposed chords with the same direction, a
-slight optical correction is used. It is constant, and only works if
+slight optical correction is used. It is constant, and works only if
 two chords have no common head-positions range."
 }
 
@@ -9,7 +10,7 @@ two chords have no common head-positions range."
 \stemDown
 \time 12/4
   f8[
-      e f e]  f-[ d f d]  f-[ c f c]  f-[ b, f' b,]  f'-[ a, f' a,]
+      e f e]  f[ d f d]  f[ c f c]  f[ b, f' b,]  f'[ a, f' a,]
 }
 \paper { raggedright = ##t}
 }