]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/clusters.ly
Web-it: replace "open source" with "software libero"
[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, chords, contemporary-notation, keyboards, simultaneous-notes, really-cool"
11
12 %% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
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 %% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a
21   texidocfr = "
22 Un cluster indique à l'instrumentiste qu'il doit jouer tout une suite de
23 sons.
24
25 "
26   doctitlefr = "Clusters"
27
28   texidoc = "
29 Clusters are a device to denote that a complete range of notes is to be
30 played.
31
32 "
33   doctitle = "Clusters"
34 } % begin verbatim
35
36
37 fragment = \relative c' {
38   c4 f <e d'>4
39   <g a>8 <e a> a4 c2 <d b>4
40   e2 c
41 }
42
43 <<
44   \new Staff \fragment
45   \new Staff \makeClusters \fragment
46 >>
47