]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tuplet.ly
release: 1.3.60
[lilypond.git] / input / test / tuplet.ly
1 \version "1.3.59"
2
3 \score { 
4   \context Voice \notes\relative c'' {
5
6   \times 2/3 { [c8 c c]  }
7   \times 2/3 { c8 [c c]  }
8
9   \property Voice .tupletBracketVisibility = #'if-no-beam  
10   \times 2/3 { [c8 c c]  }
11   \property Voice .tupletDirection = #1
12   \property Voice .tupletNumberVisibility = ##f
13   \times 2/3 { c8 [c c]  }
14 }
15 }