]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dots.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / regression / dots.ly
1 \version "2.1.7" \header{
2
3
4     texidoc=" Noteheads can have dots, and rests
5 can too.  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 go along as rests
9 are shifted to avoid collisions.
10
11 The priorities, 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