]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/clusters.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / clusters.ly
1 %% Do not edit this file; it is auto-generated from LSR!
2 %% Tags: simultaneous-notes, chords, piano-music
3 \version "2.11.35"
4
5 \header { texidoc = "
6 Clusters are a device to denote that a complete range of notes is to be
7 played.
8 " }
9 % begin verbatim
10 \layout {
11   ragged-right = ##t 
12 }
13
14 fragment = \relative c' {
15   c4 f4 <e d'>4
16   <g a>8 <e a> a4 c2 <d b>4 e4 
17   c4
18 }
19
20 <<
21   \new Staff \fragment
22   \new Staff \makeClusters \fragment
23 >>