]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dots.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / dots.ly
index 1b22448b72abb6223c1bbb83c24fc791087b27ba..65a97fb918296d4c5632ce9baad121f2e75e4b03 100644 (file)
@@ -1,7 +1,7 @@
-\version "2.1.26" \header{
+\version "2.19.21" \header{
 
 
-    texidoc=" Noteheads can have dots, and rests too.  
+    texidoc=" Both noteheads and rests can have dots.  
     Augmentation dots should 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.  In case of
@@ -22,23 +22,19 @@ The priorities to print the dots are (ranked in importance):
 
 
 
-\score { 
-  \context Voice \notes\relative c'' {
-    \time 6/8
-       d4. g,,
-    \stemDown
-    <b'' c d e>4.  <f g a b>
-    <f a c> <e a c> <b f' c' g'>
-       
-       
-    <<
-       { f  <b c> r4.  }\\
-       { b, <a b> r4. }
-    >>
-       
-       
-  }
-  \paper { }  
-  \midi { }
+\context Voice \relative {
+  \time 6/8
+  d''4. g,,
+  \stemDown
+  <b'' c d e>4.  <f g a b>
+  <f a c> <e a c> <b f' c' g'>
+  
+  
+  <<
+    { f  <b c> r4.  }\\
+    { b, <a b> r4. }
+  >>
+  
+  
 }