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