]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/rest-dot-positions.ly
.ly version update.
[lilypond.git] / input / test / rest-dot-positions.ly
index e31096e8277720134cdc44b207c81c9402bce7b6..8404608f8fb1e8078b0da949d66ebbdd01d670a5 100644 (file)
@@ -1,5 +1,5 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "1.9.8"
 % candidate for regression.  -gp
 \header { texidoc = "@cindex Rest Dot Positions
 This file tests dotted rests. " }
@@ -49,10 +49,10 @@ muz = \notes \relative c'' {
 \score {
   \context Staff  {
       \muz \break
-      <
-         \context Voice=one { \voiceOne \muz }
-         \context Voice=two { \voiceTwo \muz }
-      >
+      <<
+        {  \muz } \\
+         \muz }
+      >>
   }
        \paper{}
 }