]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/creating-a-delayed-turn.ly
LSR updates from tarball
[lilypond.git] / Documentation / snippets / creating-a-delayed-turn.ly
index b25b1f5c126b524167a175aed948a0cb34877fd5..b824de1db9d83a898dcfce290b57ac023701a9d8 100644 (file)
@@ -1,12 +1,15 @@
-%% 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.12.2"
+\version "2.14.2"
 
 \header {
-  lsrtags = "expressive-marks, editorial-annotations, tweaks-and-overrides"
+  lsrtags = "expressive-marks, tweaks-and-overrides, editorial-annotations"
 
-%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
 texidoces = "
 La creación de un grupeto circular de anticipación entre dos notas,
 donde la nota inferior del grupeto utiliza una alteración, requiere
@@ -34,14 +37,14 @@ wird benutzt, um den Doppelschlag horizontal zu positionieren.
 
   doctitlede = "Einen  Doppelschlag mit Vorhalt erstellen"
 
-%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e
+%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a
   texidocfr = "
 Obtenir un @emph{grupetto} retardé et dans lequel la note la plus basse
 est altérée requiert quelques surcharges.  La propriété
-@w{@code{outside-staff-priority}} doît être désactivée (@code{#f}) pour
+@w{@code{outside-staff-priority}} doit être désactivée (@code{#f}) pour
 éviter qu'elle prenne le pas sur la propriété @w{@code{avoid-slur}}.  La
-valeur assignée à @code{halign} permet de gérer horizonalement le
-@w{« retard »}.
+valeur assignée à @code{halign} permet de gérer horizontalement le
+@qq{retard}.
 
 "
 
@@ -59,6 +62,7 @@ horizontally.
   doctitle = "Creating a delayed turn"
 } % begin verbatim
 
+
 \relative c'' {
   \once \override TextScript #'avoid-slur = #'inside
   \once \override TextScript #'outside-staff-priority = ##f