]> 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 ce6a659b560569c56a68a63900ef4e3088f82d87..2cd214e852ba37993b016a2493bf42d0c2fdfc93 100644 (file)
@@ -1,7 +1,8 @@
-\version "1.7.16"
-\include "paper16.ly"
-\paper  {
-}
+
+\version "2.2.0"
+% candidate for regression.  -gp
+\header { texidoc = "@cindex Rest Dot Positions
+Dots of rests should follow the rest positions. " }
 
 muz = \notes \relative c'' {
     \time 6/1
@@ -48,10 +49,11 @@ muz = \notes \relative c'' {
 \score {
   \context Staff  {
       \muz \break
-      <
-         \context Voice=one { \voiceOne \muz }
-         \context Voice=two { \voiceTwo \muz }
-      >
+      <<
+        {  \muz } \\
+         \muz }
+      >>
   }
+       \paper{}
 }
-%% new-chords-done %%
+