]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tuplet.ly
release: 1.3.146
[lilypond.git] / input / test / tuplet.ly
1 \version "1.3.146"
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 \set #'tuplet-bracket-visibility = #'if-no-beam  
20   \times 2/3 { [c8 c c]  }
21   \property Voice.TupletBracket \set #'direction = #1
22   \property Voice.TupletBracket \set #'tuplet-number-visibility = ##f
23   \times 2/3 { c8 [c c]  }
24     
25
26 }
27 }