X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpositioning-text-markups-inside-slurs.ly;h=dc0fad2db3b0b736dc2850d410ba11a78c54fb53;hb=1a9d44f4edf9c0b3bc12d399491ca7001743b539;hp=a46870363575f71d6a347073c538900a66f00757;hpb=69f0ec479a6ade46d0a227755bb02562112c6743;p=lilypond.git diff --git a/Documentation/snippets/positioning-text-markups-inside-slurs.ly b/Documentation/snippets/positioning-text-markups-inside-slurs.ly index a468703635..dc0fad2db3 100644 --- a/Documentation/snippets/positioning-text-markups-inside-slurs.ly +++ b/Documentation/snippets/positioning-text-markups-inside-slurs.ly @@ -1,11 +1,12 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it +%% Do not edit this file; it is automatically +%% generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.13.1" +\version "2.13.10" \header { lsrtags = "expressive-marks, editorial-annotations, tweaks-and-overrides" -%% Translation of GIT committish: b10de35f895919aec109de6fb1fc84d42ad851b3 +%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca texidoces = " Los elementos de marcado de texto deben tener la propiedad @@ -15,17 +16,25 @@ impriman por dentro de las ligaduras de expresión. " doctitlees = "Situar los elementos de marcado de texto por dentro de las ligaduras" -%% Translation of GIT committish: 0364058d18eb91836302a567c18289209d6e9706 +%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d texidocde = " Textbeschriftung kann innerhalb von Bögen gesetzt werden, wenn die @code{outside-staff-priority}-Eigenschaft auf falsch gesetzt wird. " doctitlede = "Textbeschriftung innerhalb von Bögen positionieren" +%% Translation of GIT committish: ae814f45737bd1bdaf65b413a4c37f70b84313b7 + texidocfr = " +Lorsqu'il vous faut inscrire une annotation à l'intérieur d'une liaison, +la propriété @code{outside-staff-priority} doît être désactivée. + +" + doctitlefr = "Positionnement d'une annotation à l'intérieur d'une liaison" + texidoc = " Text markups need to have the @code{outside-staff-priority} property -set to false in order to be printed inside slurs. +set to false in order to be printed inside slurs. " doctitle = "Positioning text markups inside slurs"