]> 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 51576f3137e803c7627a947d2e48a4a29c806beb..31df706f3106aff56e927648c232766f39ee98d7 100644 (file)
@@ -1,7 +1,8 @@
-\version "1.7.18"
-\include "paper16.ly"
-\paper  {
-}
+
+\version "2.1.28"
+% 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 %%
+