]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-same-direction.ly
Merge branch 'cvs-head' of ssh+git://hanwen@repo.or.cz/srv/git/lilypond into master...
[lilypond.git] / input / regression / spacing-stem-same-direction.ly
index 2a077b9e7f6372a0226c75b9b9e4ed28e21c76e1..d75cc6a3178e0783e65b3055816e33e521d2d6f0 100644 (file)
@@ -1,17 +1,19 @@
 
-\version "2.1.22"
+\version "2.7.39"
 \header {
-       texidoc = "For juxtaposed chords with the same direction, a
+  texidoc = "For juxtaposed chords with the same direction, a
 slight optical correction is used. It is constant, and works only if
 two chords have no common head-positions range."
 }
 
-\score { \notes \relative c'' {
-\stemDown
-\time 12/4
+\layout { ragged-right = ##t}
+
+\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,]
-}
-\paper { raggedright = ##t}
+    e f e]  f[ d f d]  f[ c f c]  f[ b, f' b,]  f'[ a, f' a,]
 }
 
+
+