]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dots.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / dots.ly
index b922df0ac00ccd6d0fb5718eb965c56fd35d3516..2512870dcdb2733b996c5dca28285d4d8650a8e9 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.16" \header{
+\version "2.10.0" \header{
 
 
     texidoc=" Noteheads can have dots, and rests too.  
@@ -22,23 +22,19 @@ The priorities to print the dots are (ranked in importance):
 
 
 
-\score { 
-  \context Voice \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 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. }
+  >>
+  
+  
 }