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