]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/clusters.ly
Fix 2241: Proper copyright/header/tagline handling with multiple bookparts
[lilypond.git] / Documentation / snippets / clusters.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
5 %%
6 %% This file is in the public domain.
7 \version "2.14.2"
8
9 \header {
10   lsrtags = "chords, contemporary-notation, keyboards, really-cool, simultaneous-notes, specific-notation"
11
12   texidoc = "
13 Clusters are a device to denote that a complete range of notes is to be
14 played.
15
16 "
17   doctitle = "Clusters"
18 } % begin verbatim
19
20
21 fragment = \relative c' {
22   c4 f <e d'>4
23   <g a>8 <e a> a4 c2 <d b>4
24   e2 c
25 }
26
27 <<
28   \new Staff \fragment
29   \new Staff \makeClusters \fragment
30 >>