LEFT | RIGHT |
1 \header { | 1 \header { |
2 | 2 |
3 texidoc = "Tuplet brackets stay clear of the staff. The | 3 texidoc = "Tuplet brackets stay clear of the staff. The |
4 slope is determined by the graphical characteristic of the notes, but | 4 slope is determined by the graphical characteristic of the notes, but |
5 if the musical pattern does not follow graphical slope, then the | 5 if the musical pattern does not follow graphical slope, then the |
6 bracket is horizontal | 6 bracket is horizontal |
7 | 7 |
8 The bracket direction is determined by the dominating stem direction. | 8 The bracket direction is determined by the dominating stem direction. |
9 · | 9 · |
10 " | 10 " |
11 | 11 |
12 } | 12 } |
13 | 13 |
14 \layout { | 14 \layout { |
15 ragged-right = ##t· | 15 ragged-right = ##t· |
16 } | 16 } |
17 | 17 |
18 \version "2.17.10" | 18 \version "2.17.11" |
19 | 19 |
20 \new Voice { | 20 \new Voice { |
21 \relative c'' { | 21 \relative c'' { |
22 \tuplet 3/2 { c4 d e} | 22 \tuplet 3/2 { c4 d e} |
23 \tuplet 3/2 { c4 d e} | 23 \tuplet 3/2 { c4 d e} |
24 } | 24 } |
25 ·· | 25 ·· |
26 \relative c' { | 26 \relative c' { |
27 \tuplet 5/4 { a'4 as g fis f } | 27 \tuplet 5/4 { a'4 as g fis f } |
28 \tuplet 5/4 { fis4 e es d des } | 28 \tuplet 5/4 { fis4 e es d des } |
29 \tuplet 5/4 { fis,4 e es d des } | 29 \tuplet 5/4 { fis,4 e es d des } |
30 \tuplet 5/4 { bes'''4 bes,, b c cis } | 30 \tuplet 5/4 { bes'''4 bes,, b c cis } |
31 \tuplet 5/4 { a''4 b b c cis } | 31 \tuplet 5/4 { a''4 b b c cis } |
32 } | 32 } |
33 } | 33 } |
34 | 34 |
LEFT | RIGHT |