LEFT | RIGHT |
1 | 1 |
2 \header | 2 \header |
3 { | 3 { |
4 | 4 |
5 texidoc = "Broken tuplets are adorned with little arrows. The arrows | 5 texidoc = "Broken tuplets are adorned with little arrows. The arrows |
6 come from the @code{edge-text} property, and thus be replaced with | 6 come from the @code{edge-text} property, and thus be replaced with |
7 larger glyphs or other text. " | 7 larger glyphs or other text. " |
8 | 8 |
9 } | 9 } |
10 | 10 |
11 \version "2.17.4" | 11 \version "2.17.5" |
12 | 12 |
13 \paper { | 13 \paper { |
14 ragged-right = ##t·· | 14 ragged-right = ##t·· |
15 indent = 0.0 | 15 indent = 0.0 |
16 } | 16 } |
17 | 17 |
18 | 18 |
19 \relative c'' { | 19 \relative c'' { |
20 \override TupletNumber #'text = #tuplet-number::calc-fraction-text | 20 \override TupletNumber #'text = #tuplet-number::calc-fraction-text |
21 | 21 |
22 \override TupletBracket #'edge-text = #(cons | 22 \override TupletBracket #'edge-text = #(cons |
23 (markup #:fontsize 6 | 23 (markup #:fontsize 6 |
24 #:arrow-head X LEFT #f) | 24 #:arrow-head X LEFT #f) |
25 (markup #:arrow-head X RIGHT #f)) | 25 (markup #:arrow-head X RIGHT #f)) |
26 \times 11/19 { | 26 \times 11/19 { |
27 c4 c4 c4 c4 | 27 c4 c4 c4 c4 |
28 \bar "-" \break | 28 \bar "-" \break |
29 c4 c4 c4 c4 | 29 c4 c4 c4 c4 |
30 c4 c4 c4 c4 | 30 c4 c4 c4 c4 |
31 \bar "-" \break | 31 \bar "-" \break |
32 c4 c4 c4 c4 | 32 c4 c4 c4 c4 |
33 c4 c4 c4· | 33 c4 c4 c4· |
34 } | 34 } |
35 }··· | 35 }··· |
LEFT | RIGHT |