]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/cluster.ly
849f9fcb639fe54e9b324bb938f823a4df120ab5
[lilypond.git] / input / regression / cluster.ly
1
2 \version "2.6.0"
3 \header {
4     texidoc = "Clusters are a device to denote that a complete range of
5 notes is to be played."
6 }
7
8 fragment = \relative c' {
9          c4 f4 <e d'>4
10          <g a>8 <e a> a4 c2 <d b>4 e4 
11          c4 }
12
13 \score {
14   <<
15      \new Staff \fragment
16      \new Staff \applymusic #notes-to-clusters \fragment
17      >>
18  \layout { raggedright = ##t }
19 }
20
21
22