]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/clusters.ly
Change stringTunings from list of semitones to list of pitches
[lilypond.git] / Documentation / snippets / clusters.ly
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.39"
5
6 \header {
7   lsrtags = "simultaneous-notes, chords, keyboards"
8
9 %% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
10   texidoces = "
11 Los «clusters» o racimos son un mecanismo para indicar la
12 interpretación de un ámbito de notas al mismo tiempo.
13
14 "
15   doctitlees = "Clusters («racimos»)"
16
17   texidoc = "
18 Clusters are a device to denote that a complete range of notes is to be
19 played.
20
21 "
22   doctitle = "Clusters"
23 } % begin verbatim
24
25 fragment = \relative c' {
26   c4 f <e d'>4
27   <g a>8 <e a> a4 c2 <d b>4
28   e2 c
29 }
30
31 <<
32   \new Staff \fragment
33   \new Staff \makeClusters \fragment
34 >>
35