]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/quoting-another-voice.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / quoting-another-voice.ly
index 12cd560712e199202f19aa92ee101f3de0d6f6e3..55ea2aaba66980964c4241a7383291775653aa93 100644 (file)
@@ -1,54 +1,14 @@
-%% Do not edit this file; it is automatically
+%% 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.13.10"
+\version "2.16.0"
 
 \header {
   lsrtags = "staff-notation"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
-  texidoces = "
-La propiedad @code{quotedEventTypes} determina los tipos de
-eventos musicales que resultan citados.  El valor predeterminado
-es @code{(note-event rest-event)}, que significa que sólo aparecen
-en la expresión @code{\\quoteDuring} las notas y los silencios.
-En el ejemplo siguiente, el silencio de semicorchea no aparece en
-el fragmento citado porque @code{rest-event} no está dentro de los
-@code{quotedEventTypes}.
-
-"
-  doctitlees = "Citar otra voz"
-
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
-  texidocde = "
-Die @code{quotedEventTypes}-Eigenschaft bestimmt die
-Typen an Musikereignissen, die zitiert werden.  Die
-Standardeinstellung ist @code{(note-event rest-event)}, womit
-nur Noten und Pausen der zitierten Stimme für den
-@code{\\quoteDuring}-Ausdruck übernommen werden.  Im
-Beispiel hier wird die 16-Pause nicht übernommen, weil
-sich @code{rest-event} nicht in @code{quotedEventTypes} befindet.
-
-"
-
-  doctitlede = "Eine andere Stimme zitieren"
-%% Translation of GIT committish: d78027a94928ddcdd18fd6534cbe6d719f80b6e6
-  texidocfr = "
-Les types d'événement pris en charge pour la citation peuvent se régler
-avec la propriété @code{quotedEventTypes}.  Par défaut, sa valeur est
-fixée à @code{(note-event rest-event tie-event beam-event
-tuplet-span-event)}, ce qui signifie que seuls les notes, silences,
-liaisons, ligatures et nolets seront mentionnés par @code{\quoteDuring}.
-Dans l'exemple suivant, le quart de soupir n'est pas reproduit puisqu'il
-n'est pas mentionné parmi les @code{quotedEventTypes}.
-
-Pour connaître la liste des types d'événements, reportez-vous au
-chapitre @emph{Music classes} de la référence des propriétés internes.
-
-"
-  doctitlefr = "Citation d'une autre voix"
-
-
   texidoc = "
 The @code{quotedEventTypes} property determines the music event types
 which should be quoted.  The default value is @code{(note-event
@@ -65,6 +25,7 @@ the Internals Reference.
   doctitle = "Quoting another voice"
 } % begin verbatim
 
+
 quoteMe = \relative c' {
   fis4 r16 a8.-> b4\ff c
 }