]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tuplet.ly
''
[lilypond.git] / input / test / tuplet.ly
1 \version "1.5.50"
2
3
4 \score { 
5     \context Voice \notes\relative c'' {
6
7         \times 2/3 { c'8 c,, c }
8         \times 2/3 { c'8 c'' c,, }
9
10         
11         \times 2/3 { [c8 c c]  }
12         \times 2/3 { c8 [c c]  }
13
14         \times 2/3 { [c8 c c]  }
15         \times 2/4 { r8 [c, c'] r8 }
16
17
18         
19         \property Voice.TupletBracket \override #'bracket-visibility = #'if-no-beam  
20         \times 2/3 { [c8 c c]  }
21         \property Voice.TupletBracket \override #'direction = #1
22         \property Voice.TupletBracket \override #'number-visibility = ##f
23         \times 2/3 { c8 [c c]  }
24         \property Voice.TupletBracket \revert #'number-visibility
25
26         \property Voice.TupletBracket \override #'bracket-visibility = ##t
27         \property Voice.TupletBracket \override #'edge-height = #'(0.0 . 0.0)
28         \property Voice.TupletBracket \override #'shorten-pair = #'(2.0 . 2.0)
29         \times 4/6 { c f b  b f c}      
30         \property Voice.TupletBracket \revert #'edge-height
31         \property Voice.TupletBracket \revert #'shorten-pair
32         \property Voice.TupletBracket \override #'edge-width = #'(-0.5 . 0.5)
33         \times 2/3 { b b b }
34         \property Voice.TupletBracket \revert #'direction
35         \times 2/3 { b b b }
36
37     }
38 }