]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tuplet.ly
f9d946904ba9d1eb048befd40152b4ec43b6bc56
[lilypond.git] / input / test / tuplet.ly
1 \version "1.3.70"
2
3 \score { 
4   \context Voice \notes\relative c'' {
5
6         \times 2/3 { c'8 c,, c }
7         \times 2/3 { c'8 c'' c,, }
8
9   
10   \times 2/3 { [c8 c c]  }
11   \times 2/3 { c8 [c c]  }
12
13     \times 2/3 { [c8 c c]  }
14   \times 2/4 { r8 [c, c'] r8 }
15
16
17   
18   \property Voice .tupletBracketVisibility = #'if-no-beam  
19   \times 2/3 { [c8 c c]  }
20   \property Voice .tupletDirection = #1
21   \property Voice .tupletNumberVisibility = ##f
22   \times 2/3 { c8 [c c]  }
23     
24
25 }
26 }