]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-same-direction.ly
Coverage fix: add skyline-debug test.
[lilypond.git] / input / regression / spacing-stem-same-direction.ly
index 133943d55cdb2d5bbd1dd6998761621d03288245..835f53feb32c480260510bf83cdf3fd7a8bd1c53 100644 (file)
@@ -1,17 +1,19 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.10.0"
 \header {
-       texidoc = "For juxtaposed chords with the same direction, a
-slight optical correction is used. It is constant, and only works if
+  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,]
 }
 
+
+