]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dots.ly
1b22448b72abb6223c1bbb83c24fc791087b27ba
[lilypond.git] / input / regression / dots.ly
1 \version "2.1.26" \header{
2
3
4     texidoc=" Noteheads can have dots, and rests too.  
5     Augmentation dots should never be printed on a staff line,
6 but rather be shifted vertically. They should go up, but in case of
7 multiple parts, the down stems have down shifted dots.  In case of
8 chords, all dots should be in a column.  The dots follow the shift
9 of rests when avoiding collisions.
10
11 The priorities to print the dots are (ranked in importance):
12
13 @itemize @bullet
14 @item keeping dots off staff lines,
15 @item keeping dots close to their  note heads,
16 @item moving dots in the direction specified by the voice,
17 @item moving dots up.
18 @end itemize
19
20 "
21 }
22
23
24
25 \score { 
26   \context Voice \notes\relative c'' {
27     \time 6/8
28         d4. g,,
29     \stemDown
30     <b'' c d e>4.  <f g a b>
31     <f a c> <e a c> <b f' c' g'>
32         
33         
34     <<
35         { f  <b c> r4.  }\\
36         { b, <a b> r4. }
37     >>
38         
39         
40   }
41   \paper { }  
42   \midi { }
43 }
44