]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplets.ly
61415612a69819a1708166571d616b5ff0fb526f
[lilypond.git] / input / regression / tuplets.ly
1 \version "1.7.18"
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 \paper { raggedright= ##t }
18
19 \score{
20         \notes \context Voice \relative c'' {
21                  \times 2/3 { a8 b c }
22                  \times 2/3 { r8  b-[ f] }
23                  \property Voice.TupletBracket \set #'edge-flare = #'(0.5 . 0.5)
24                  \times 2/3 { r8 b r8 }
25                  c4 |
26                  
27                  \times 3/4 { c4 c4 c4 c4 } c4 | 
28                  
29                  \time 6/8
30                  \times 6/9 { c8 c c c c c c c c }
31
32                  }
33 }
34
35
36