MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / tuplet-slope.ly
blob51f319fb0ef2127d36cc1ebc9ee86cb7c787eb72
1 \header {
3 texidoc = "Tuplet brackets stay clear of the staff. The
4 slope is determined by the graphical characteristic of the notes, but
5 if the musical pattern does not follow graphical slope, then the
6 bracket is horizontal
8 The bracket direction is determined by the dominating stem direction.
14 \layout {
15 ragged-right = ##t
18 \version "2.12.0"
20 \new Voice {
21 \relative c'' {
22 \times 2/3 { c4 d e}
23 \times 2/3 { c4 d e}
26 \relative c' {
27 \times 4/5 { a'4 as g fis f }
28 \times 4/5 { fis4 e es d des }
29 \times 4/5 { fis,4 e es d des }
30 \times 4/5 { bes'''4 bes,, b c cis }
31 \times 4/5 { a''4 b b c cis }