]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dots.ly
Merge commit 'ce4b499'
[lilypond.git] / input / regression / dots.ly
1 \version "2.10.0" \header{
2
3
4     texidoc=" Both noteheads and rests can have dots.  
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 \context Voice \relative c'' {
26   \time 6/8
27   d4. g,,
28   \stemDown
29   <b'' c d e>4.  <f g a b>
30   <f a c> <e a c> <b f' c' g'>
31   
32   
33   <<
34     { f  <b c> r4.  }\\
35     { b, <a b> r4. }
36   >>
37   
38   
39 }
40