]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dots.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / regression / dots.ly
index 99a4ad2567e061e8d021327df6d712a7e796008d..2512870dcdb2733b996c5dca28285d4d8650a8e9 100644 (file)
@@ -1,20 +1,20 @@
-\version "2.1.22" \header{
+\version "2.10.0" \header{
 
 
 
 
-    texidoc=" Noteheads can have dots, and rests
-can too.  Augmentation dots should never be printed on a staff line,
+    texidoc=" Noteheads can have dots, and rests too.  
+    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
 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
-chords, all dots should be in a column.  The dots go along as rests
-are shifted to avoid collisions.
+chords, all dots should be in a column.  The dots follow the shift
+of rests when avoiding collisions.
 
 
-The priorities, are (ranked in importance):
+The priorities to print the dots are (ranked in importance):
 
 @itemize @bullet
 
 @itemize @bullet
-@item keeping dots off staff lines
-@item keeping dots close to their  note heads
-@item moving dots in the direction specified by the voice
-@item moving dots up
+@item keeping dots off staff lines,
+@item keeping dots close to their  note heads,
+@item moving dots in the direction specified by the voice,
+@item moving dots up.
 @end itemize
 
 "
 @end itemize
 
 "
@@ -22,23 +22,19 @@ The priorities, 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 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. }
+  >>
+  
+  
 }
 
 }