]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tup.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / regression / tup.ly
1 \header{
2 texidoc="
3 Tuplets are indicated by a bracket with a number.  There should be no
4 bracket if there is one beam that matches  the length of the tuplet.
5 The bracket does not interfere with the stafflines, and the number is
6 centered in the gap in the bracket.
7 ";
8 }
9 \score{
10         \notes \context Voice \relative c'' {
11                  \times 2/3 { \times 2/3 { a8 b c}  c }
12                  \times 3/4 { c4 c4 c4 c4 }
13                  \time 6/8;
14                  \times 6/9 { c8 c c c c c c c c }
15
16                  }
17 }
18
19