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