]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/clusters.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / clusters.ly
index fc7f5e2206885ee9a07387750fc491fd8fe2d414..50bc544ad0205f7dee302db6fc6f075cb379c477 100644 (file)
@@ -4,18 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
-  lsrtags = "simultaneous-notes, chords, keyboards"
-
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-  texidoces = "
-Los «clusters» o racimos son un mecanismo para indicar la
-interpretación de un ámbito de notas al mismo tiempo.
-
-"
-  doctitlees = "Clusters («racimos»)"
+  lsrtags = "chords, contemporary-notation, keyboards, really-cool, simultaneous-notes, specific-notation"
 
   texidoc = "
 Clusters are a device to denote that a complete range of notes is to be
@@ -25,6 +17,7 @@ played.
   doctitle = "Clusters"
 } % begin verbatim
 
+
 fragment = \relative c' {
   c4 f <e d'>4
   <g a>8 <e a> a4 c2 <d b>4
@@ -35,4 +28,3 @@ fragment = \relative c' {
   \new Staff \fragment
   \new Staff \makeClusters \fragment
 >>
-