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