]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dots.ly
* lily/tie.cc: change 'heads to 'head-pair.
[lilypond.git] / input / regression / dots.ly
1 \version "1.9.8"
2 \header{
3 texidoc="
4 Noteheads can have dots, and rests can too.  Augmentation dots should
5 never be printed on a staff line, but rather be shifted vertically. They
6 should go up, but in case of multiple parts, the down stems have down
7 shifted dots.  (Wanske p. 186) In case of chords, all dots should be in
8 a column.  The dots go along as rests are shifted to avoid collisions.
9 "
10 }
11
12
13
14 \score { 
15   \context Voice \notes\relative c'' {
16     \time 6/8
17         d4. g,,
18     \stemDown
19     <b'' c d e>4.  <f g a b>
20     <g b d> <c, g' d' a'>
21         
22         
23     <<
24         { f  <b c> r4.  }\\
25         { b, <a b> r4. }
26     >>
27         
28         
29   }
30   \paper { }  
31   \midi { }
32 }
33