]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/clusters.ly
5a8d7786c624f6fbd282c7761dd6ae31bcb115ca
[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 = "specific-notation, keyboards, simultaneous-notes, really-cool, contemporary-notation, chords"
11
12 %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
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
29 fragment = \relative c' {
30   c4 f <e d'>4
31   <g a>8 <e a> a4 c2 <d b>4
32   e2 c
33 }
34
35 <<
36   \new Staff \fragment
37   \new Staff \makeClusters \fragment
38 >>
39