]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-slope.ly
Imported sources
[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
15 \version "2.1.12"
16
17 \score {
18   \notes \relative c' {
19     \times 4/5 { a'4 as g fis f }
20     \times 4/5 { fis4 e es d des }
21     \times 4/5 { fis,4 e es d des }
22     \times 4/5 { bes'''4 bes,, b c cis }
23     \times 4/5 { a''4 b b c cis }
24   }
25
26   \paper {
27     linewidth = -1
28   }
29 }
30
31 % EOF