]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-slope.ly
Make relative-includes configurable with a -d option.
[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.11.51"
19
20 \new Voice {
21   \relative c'' {
22     \times 2/3 { c4 d e}
23     \times 2/3 { c4 d e}
24   }
25   
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 }
32   }
33 }
34