]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/clusters.ly
Merge master into nested-bookparts
[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.11.62"
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 \layout {
23   ragged-right = ##t 
24 }
25
26 fragment = \relative c' {
27   c4 f <e d'>4
28   <g a>8 <e a> a4 c2 <d b>4
29   e2 c
30 }
31
32 <<
33   \new Staff \fragment
34   \new Staff \makeClusters \fragment
35 >>