]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/triplets.ly
*** empty log message ***
[lilypond.git] / input / regression / triplets.ly
1 \version "1.7.6"
2
3 \header {
4 texidoc="Simple beams.  This broke somewhere < 1.3.110
5
6 DOCME ! what is this. 
7
8 "
9   title = "Gammes Chromatiques"
10   composer = ""
11   filename = "gammes_chromatiques.ly"
12 }
13
14 ex = \notes \relative c' {
15   \repeat "volta" 2 {
16     \times 2/3 {c8( cis d} \times 2/3 {dis e f} 
17     \times 2/3 {fis g gis} \times 2/3 {a bes b} |
18     \property Voice.TupletBracket \override #'number-visibility = ##f
19     \property Voice.TupletBracket \override #'bracket-visibility = ##f
20     \times 2/3 {c8 cis d} \times 2/3 {dis e f} 
21     \times 2/3 {fis g gis} \times 2/3 {a bes b} |
22     \times 2/3 {c b bes} \times 2/3 {a aes g}
23     \times 2/3 {fis f e} \times 2/3 {ees d des} |
24     \times 2/3 {c b bes} \times 2/3 {a aes g}
25     \times 2/3 {fis f e} \times 2/3 {ees d )des}
26   }
27   c1 
28 }
29
30 \score { \context Staff { \notes { \ex } } }
31 %% new-chords-done %%