1 #(ly:set-option 'old-relative)
4 texidoc = "Clusters are a device to denote that a complete range of
5 notes is to be played."
8 fragment =\notes \relative c' {
10 <<g a>>8 <<e a>> a4 c2 <<d b>>4 e4
15 \context Staff = SA \fragment
16 \context Staff = SB \apply #notes-to-clusters \fragment
18 \paper { raggedright = ##t }