]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/clusters.ly
Add '-dcrop' option to ps and svg backends
[lilypond.git] / Documentation / snippets / clusters.ly
index df9bf73d7978840c3e0b411613112aab4dd54d61..82974911e143978e30aee4e404c51b676aa200e2 100644 (file)
@@ -1,17 +1,13 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.18.0"
 
 \header {
-  lsrtags = "simultaneous-notes, chords, keyboards"
-
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
-  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
@@ -21,10 +17,6 @@ played.
   doctitle = "Clusters"
 } % begin verbatim
 
-\layout {
-  ragged-right = ##t 
-}
-
 fragment = \relative c' {
   c4 f <e d'>4
   <g a>8 <e a> a4 c2 <d b>4
@@ -35,4 +27,3 @@ fragment = \relative c' {
   \new Staff \fragment
   \new Staff \makeClusters \fragment
 >>
-