Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git] / input / regression / dots.ly
bloba82d7f4d1edbd5a31f1c86a7d17c27f0d5f559ad
1 \version "2.12.0" \header{
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.
11 The priorities to print the dots are (ranked in importance):
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
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'>
34 { f <b c> r4. }\\
35 { b, <a b> r4. }