]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/maximum-rest-count.ly
.ly version update.
[lilypond.git] / input / test / maximum-rest-count.ly
index 6bf5f139d886246f80422591dd1c3c7c4db3fc76..93ad626f1c1eb440a8135faec907f4c46e9673e3 100644 (file)
@@ -1,11 +1,14 @@
-\version "1.7.6"
+#(ly:set-option 'old-relative)
+\version "1.9.8"
+% possible rename to rest-foo
 \header {
-    texidoc = "Control the number of rests in a collision   with maximum-rest-count."
+    texidoc = "@cindex Rest Collision Count
+Control the number of rests in a collision with maximum-rest-count."
 }
 
 \score{
-\context Staff \notes\relative c''<
-       \context Voice = x {
+\context Staff \notes\relative c''<<
+       \new Voice {
                a4 
                r 
                \property Staff. RestCollision \set #'maximum-rest-count = #1
@@ -17,7 +20,7 @@
                r8 r8
                c
        }
-       \context Voice = y {
+       \new Voice {
                c4
                r
                r 
@@ -26,7 +29,7 @@
                r
                r
        }
-       \context Voice = z {
+       \new Voice {
                e4
                r
                r 
                r
                r
        }
-       >
-\paper{
+       >>
+       \paper{ raggedright = ##t }
 }
-\midi{
-\tempo 1 = 60
-}
-}
-%% new-chords-done %%
+