]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/cluster.ly
* input/test/divisiones.ly: added
[lilypond.git] / input / regression / cluster.ly
1 \version "1.7.16"
2 \header {
3     texidoc = "Clusters are a device to denote that a complete range of
4 notes is to be played."
5 }
6
7 fragment =\notes \relative c' {
8          c4 f4 a4 <<e d'>>4
9          <<g a>>8 <<e a>> a4 c2 <<d b>>4 e4 
10          c4 a4 f4 g4 a4 }
11
12 \score {
13  \notes <
14      \context Staff = SA \fragment
15      \context Staff = SB
16        \context Voice <
17           \fragment
18           { s2 \hideNotes
19             s4-\startCluster
20             s1*2
21             s4-\stopCluster
22             \unHideNotes
23         } >
24      >
25 }
26
27
28 %% new-chords-done %%