]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/quoting-another-voice.ly
LSR: Update.
[lilypond.git] / input / lsr / quoting-another-voice.ly
index 70cc42834162f586da18d314fa9c63da0018e348..901ee1779c855ed95f10ccf0d93823549a3e56a2 100644 (file)
@@ -1,7 +1,10 @@
-%% Do not edit this file; it is auto-generated from input/new
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.12.0"
+\version "2.12.3"
+
 \header {
+  lsrtags = "staff-notation"
+
   texidoces = "
 La propiedad @code{quotedEventTypes} determina los tipos de
 eventos musicales que resultan citados.  El valor predeterminado
@@ -13,17 +16,18 @@ el fragmento citado porque @code{rest-event} no está dentro de los
 
 "
   doctitlees = "Citar otra voz"
-  lsrtags = "staff-notation"
-  texidoc = "The @code{quotedEventTypes} property determines the
-music event types that are quoted.  The default value is
-@code{(note-event rest-event)}, which means that only notes and
-rests of the quoted voice appear in the @code{\\quoteDuring}
-expression.  In the following example, a 16th rest is not quoted
-since @code{rest-event} is not in @code{quotedEventTypes}."
+  texidoc = "
+The @code{quotedEventTypes} property determines the music event types
+that are quoted.  The default value is @code{(note-event rest-event)},
+which means that only notes and rests of the quoted voice appear in the
+@code{\\quoteDuring} expression. In the following example, a 16th rest
+is not quoted since @code{rest-event} is not in
+@code{quotedEventTypes}. 
+
+"
   doctitle = "Quoting another voice"
 } % begin verbatim
 
-
 quoteMe = \relative c' {
   fis4 r16 a8.-> b4\ff c
 }