LEFT | RIGHT |
(no file at all) | |
1 | 1 |
2 \header { | 2 \header { |
3 | 3 |
4 texidoc = "If @code{tupletFullLength} is set, tuplets end at the | 4 texidoc = "If @code{tupletFullLength} is set, tuplets end at the |
5 start of the next non-tuplet note. " | 5 start of the next non-tuplet note. " |
6 | 6 |
7 } | 7 } |
8 \version "2.16.0" | 8 \version "2.17.5" |
9 | 9 |
10 \paper { ragged-right = ##t | 10 \paper { ragged-right = ##t |
11 indent = 0.0 } | 11 indent = 0.0 } |
12 | 12 |
13 \relative c'' \new Voice \with { | 13 \relative c'' \new Voice \with { |
14 \remove Forbid_line_break_engraver | 14 \remove Forbid_line_break_engraver |
15 \override Beam #'breakable = ##t | 15 \override Beam #'breakable = ##t |
16 } | 16 } |
17 { | 17 { |
18 \set tupletFullLength = ##t | 18 \set tupletFullLength = ##t |
19 c4 | 19 c4 |
20 \times 2/3 { c8[ c c] } | 20 \times 2/3 { c8[ c c] } |
21 \times 2/3 { c8[ c \bar "empty" \break c] } | 21 \times 2/3 { c8[ c \bar "-" \break c] } |
22 << \times 2/3 { c8[ c c] } | 22 << \times 2/3 { c8[ c c] } |
23 { s4*5/6 \bar "empty" \break } >> | 23 { s4*5/6 \bar "-" \break } >> |
24 c4 | 24 c4 |
25 \times 2/3 { c8[ c c] } | 25 \times 2/3 { c8[ c c] } |
26 ·· | 26 ·· |
27 \bar "|." \key c\minor | 27 \bar "|." \key c\minor |
28 } | 28 } |
29 ·· | 29 ·· |
LEFT | RIGHT |