]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tup.ly
* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / tup.ly
1 \version "1.7.16"
2 \header{
3     
4 texidoc="
5 Tuplets are indicated by a bracket with a number.  There should be no
6 bracket if there is a beam exactly  matching  the length of the tuplet.
7 The bracket does not interfere with the stafflines, and the number is
8 centered in the gap in the bracket.
9
10 The bracket stops at the end of the stems, if the stems have the same
11 direction as the
12
13
14 "
15
16 }
17
18 \score{
19         \notes \context Voice \relative c'' {
20                  \times 2/3 { \times 2/3 { a8 b c}  c }
21                  \times 2/3 { r8 [b f] }
22                  \times 2/3 { r8 b r8 }
23                  c4 |
24                  
25                  \times 3/4 { c4 c4 c4 c4 } c4 | 
26                  
27                  \time 6/8
28                  \times 6/9 { c8 c c c c c c c c }
29
30                  }
31 }
32
33
34 %% new-chords-done %%