Consider accidentals in optical spacing correction.
[lilypond.git] / input / regression / tuplet-broken.ly
blobd8ceec7eb86c1161f6b1d182f087088c7bbcabef
2 \header
5 texidoc = "Broken tuplets are adorned with little arrows. The arrows
6 come from the @code{edge-text} property, and thus be replaced with
7 larger glyphs or other text. "
11 \version "2.12.0"
13 \paper {
14 ragged-right = ##t
15 indent = 0.0
19 \relative c'' {
20 \override TupletNumber #'text = #tuplet-number::calc-fraction-text
22 \override TupletBracket #'edge-text = #(cons
23 (markup #:fontsize 6
24 #:arrow-head X LEFT #f)
25 (markup #:arrow-head X RIGHT #f))
26 \times 11/19 {
27 c4 c4 c4 c4
28 \bar "empty" \break
29 c4 c4 c4 c4
30 c4 c4 c4 c4
31 \bar "empty" \break
32 c4 c4 c4 c4
33 c4 c4 c4