]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/clusters.ly
Merge branch 'master' of git://git.savannah.gnu.org/lilypond.git
[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.0"
8
9 \header {
10   lsrtags = "simultaneous-notes, chords, keyboards"
11
12 %% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
13   texidoces = "
14 Los «clusters» o racimos son un mecanismo para indicar la
15 interpretación de un ámbito de notas al mismo tiempo.
16
17 "
18   doctitlees = "Clusters («racimos»)"
19
20   texidoc = "
21 Clusters are a device to denote that a complete range of notes is to be
22 played.
23
24 "
25   doctitle = "Clusters"
26 } % begin verbatim
27
28 fragment = \relative c' {
29   c4 f <e d'>4
30   <g a>8 <e a> a4 c2 <d b>4
31   e2 c
32 }
33
34 <<
35   \new Staff \fragment
36   \new Staff \makeClusters \fragment
37 >>
38