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