]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/chords/clusters.ly
LSR: automatic update, NR 2 stuff again.
[lilypond.git] / input / lsr / chords / clusters.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.10.12"
3
4 \header { texidoc = "
5 Clusters are a device to denote that a complete range of notes is to be
6 played.
7 " }
8
9 \layout {
10   ragged-right = ##t 
11 }
12
13 fragment = \relative c' {
14   c4 f4 <e d'>4
15   <g a>8 <e a> a4 c2 <d b>4 e4 
16   c4
17 }
18
19 <<
20   \new Staff \fragment
21   \new Staff \makeClusters \fragment
22 >>