]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / vocal-ensemble-template-with-verse-and-refrain.ly
index af06aad5529d1a8a10a57a2ecf0ea72556f5567a..51ffe694b2f6b7ee7bcbc4fdf5d186211ddc83cf 100644 (file)
@@ -1,32 +1,23 @@
-% Do not edit this file; it is automatically
-% generated from Documentation/snippets/new
-% This file is in the public domain.
-%% Note: this file works from version 2.13.21
-\version "2.13.21"
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.dsi.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.17.6"
 
 \header {
-%% Translation of GIT committish: 5a7301fc350ffc3ab5bd3a2084c91666c9e9a549
+  lsrtags = "contexts-and-engravers, template, vocal-music"
 
-  texidoces = "
-Esta plantilla crea una partitura que comienza con una estrofa para
-solista y continúa con un estribillo a dos voces.  también muestra el
-uso de silencios de separación dentro de la variable @code{\global}
-para definir cambios de compás (y otros elementos que son comunes a
-todas las partes) a lo largo de toda la partitura.
-
-"
-
-  doctitlees = "Estrofa para solista y estribillo a dos voces"
-
-  lsrtags = "vocal-music, contexts-and-engravers, template"
   texidoc = "
 This template creates a score which starts with a solo verse and
-continues into a refrain for two voices.  It also demonstrates the
-use of spacer rests within the @code{\global} variable to define
-meter changes (and other elements common to all parts) throughout
-the entire score.
+continues into a refrain for two voices.  It also demonstrates the use
+of spacer rests within the @code{\\global} variable to define meter
+changes (and other elements common to all parts) throughout the entire
+score.
+
 "
-  doctitle = "Solo verse and two-part refrain"
+  doctitle = "Vocal ensemble template with verse and refrain"
 } % begin verbatim
 
 
@@ -110,8 +101,7 @@ BassLyrics = \lyricmode {
     \context { \Staff
       % these lines prevent empty staves from being printed
       \RemoveEmptyStaves
-      \override VerticalAxisGroup #'remove-first = ##t
+      \override VerticalAxisGroup.remove-first = ##t
     }
   }
 }
-