]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-same-direction.ly
*** empty log message ***
[lilypond.git] / input / regression / spacing-stem-same-direction.ly
index bea37eba1ec84c9b7f653b140879396dfc84150f..395758571c110c6cbb4f7f5c187e587917cac665 100644 (file)
@@ -1,16 +1,17 @@
-\version "1.7.18"
+
+\version "2.4.0"
 \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."
 }
 
-\score { \notes \relative c'' {
+\score {  \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,]
+      e f e]  f[ d f d]  f[ c f c]  f[ b, f' b,]  f'[ a, f' a,]
 }
-\paper { raggedright = ##t}
+\layout { raggedright = ##t}
 }