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