]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-slope.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / tuplet-slope.ly
1 \header {
2
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
7
8 The bracket direction is determined by the dominating stem direction.
9  
10 "
11
12 }
13
14 \layout {
15   ragged-right = ##t 
16 }
17
18 \version "2.19.21"
19
20 \new Voice {
21   \relative {
22     \tuplet 3/2 { c''4 d e}
23     \tuplet 3/2 { c4 d e}
24   }
25   
26   \relative {
27     \tuplet 5/4 { a'4 as g fis f }
28     \tuplet 5/4 { fis4 e es d des }
29     \tuplet 5/4 { fis,4 e es d des }
30     \tuplet 5/4 { bes'''4 bes,, b c cis }
31     \tuplet 5/4 { a''4 b b c cis }
32   }
33 }
34