]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/clusters.ly
a8f5a907686a192d887e9f073983410f073e5a02
[lilypond.git] / Documentation / snippets / clusters.ly
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.16"
5
6 \header {
7   lsrtags = "simultaneous-notes, chords, keyboards"
8
9 %% Translation of GIT committish: 2b0dc29608d6c3f5a03ead4877ae514c647adb74
10   texidoces = "
11 Los «clusters» o racimos son un mecanismo para indicar la
12 interpretación de un ámbito de notas al mismo tiempo.
13
14 "
15   doctitlees = "Clusters («racimos»)"
16
17   texidoc = "
18 Clusters are a device to denote that a complete range of notes is to be
19 played.
20
21 "
22   doctitle = "Clusters"
23 } % begin verbatim
24
25 fragment = \relative c' {
26   c4 f <e d'>4
27   <g a>8 <e a> a4 c2 <d b>4
28   e2 c
29 }
30
31 <<
32   \new Staff \fragment
33   \new Staff \makeClusters \fragment
34 >>
35