Remove unused prototype in score.hh.
[lilypond/mpolesky.git] / Documentation / snippets / clusters.ly
blobae8125a1af3bc46ceacdb9ef462f31af4c0cf560
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.16"
6 \header {
7 lsrtags = "simultaneous-notes, chords, keyboards"
9 %% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d
10 texidoces = "
11 Los «clusters» o racimos son un mecanismo para indicar la
12 interpretación de un ámbito de notas al mismo tiempo.
15 doctitlees = "Clusters («racimos»)"
17 texidoc = "
18 Clusters are a device to denote that a complete range of notes is to be
19 played.
22 doctitle = "Clusters"
23 } % begin verbatim
25 fragment = \relative c' {
26 c4 f <e d'>4
27 <g a>8 <e a> a4 c2 <d b>4
28 e2 c
32 \new Staff \fragment
33 \new Staff \makeClusters \fragment