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