]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dots.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / regression / dots.ly
index fbb8855d0d6bf1df30c486b0c247ca2d64743df1..9e0b14069e9ddc8233da34ef5b9a5de81d0a4b45 100644 (file)
@@ -1,3 +1,5 @@
+#(ly:set-option 'old-relative)
+\version "1.9.0"
 \header{
 texidoc="
 Noteheads can have dots, and rests can too.  Augmentation dots should
@@ -5,22 +7,22 @@ never be printed on a staff line, but rather be shifted vertically. They
 should go up, but in case of multiple parts, the down stems have down
 shifted dots.  (Wanske p. 186) In case of chords, all dots should be in
 a column.  The dots go along as rests are shifted to avoid collisions.
-";
+"
 }
 
 
-\version "1.3.117";
+
 \score { 
   \context Voice \notes\relative c'' {
-    \time 6/8;
+    \time 6/8
        d4. g,,
-       <b''4. c d e>  <f g a b>
-       <g b d> <c, g' d' a'>
+       <<b'' c d e>>4.  <<f g a b>>
+       <<g b d>> <<c, g' d' a'>>
        
        
        \context Staff <
-               \context Voice = VA {  \stemUp   f''  <b c> r4.  }
-               \context Voice = VB {  \stemDown b, <a b> r4. }
+               \context Voice = VA {  \stemUp   f''  <<b c>> r4.  }
+               \context Voice = VB {  \stemDown b, <<a b>> r4. }
        >
        
        
@@ -28,3 +30,4 @@ a column.  The dots go along as rests are shifted to avoid collisions.
   \paper { }  
   \midi { }
 }
+