]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/clusters.ly
Split WWW target in two stages WWW-1 and WWW-2
[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.46"
4
5 \header {
6   lsrtags = "simultaneous-notes, chords, keyboards"
7
8   texidoc = "
9 Clusters are a device to denote that a complete range of notes is to be
10 played.
11
12 "
13   doctitle = "Clusters"
14 } % begin verbatim
15 \layout {
16   ragged-right = ##t 
17 }
18
19 fragment = \relative c' {
20   c4 f <e d'>4
21   <g a>8 <e a> a4 c2 <d b>4
22   e2 c
23 }
24
25 <<
26   \new Staff \fragment
27   \new Staff \makeClusters \fragment
28 >>