]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/clusters.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / clusters.ly
index d4e97b01294bfab13f1bfbaf120305fa0eee25ab..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: 615cbf212fdaf0b220b3330da417d0c3602494f2
-  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
 >>
-