]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/rest-dot-positions.ly
*** empty log message ***
[lilypond.git] / input / test / rest-dot-positions.ly
index 9c518ee089f7c534ffabad1c869ceef2f587a467..2cd214e852ba37993b016a2493bf42d0c2fdfc93 100644 (file)
@@ -1,8 +1,8 @@
 
-\version "1.9.2"
+\version "2.2.0"
 % candidate for regression.  -gp
 \header { texidoc = "@cindex Rest Dot Positions
-This file tests dotted rests. " }
+Dots of rests should follow the rest positions. " }
 
 muz = \notes \relative c'' {
     \time 6/1
@@ -49,10 +49,10 @@ muz = \notes \relative c'' {
 \score {
   \context Staff  {
       \muz \break
-      <
+      <<
         {  \muz } \\
         {  \muz }
-      >
+      >>
   }
        \paper{}
 }