X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcombining-dynamics-with-markup-texts.ly;h=14fc861c1c7417ccfba676196f0091e636079d2a;hb=a226ead901d6717c99f728c6959af46734117e7b;hp=e566c64fa9204fbb8a7a534b78a1a4c99804d547;hpb=129ef378c53f80d45f40af27ba80ad0fb5e0a53c;p=lilypond.git diff --git a/Documentation/snippets/combining-dynamics-with-markup-texts.ly b/Documentation/snippets/combining-dynamics-with-markup-texts.ly index e566c64fa9..14fc861c1c 100644 --- a/Documentation/snippets/combining-dynamics-with-markup-texts.ly +++ b/Documentation/snippets/combining-dynamics-with-markup-texts.ly @@ -1,22 +1,13 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% generated from LSR http://lsr.di.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.18.0" \header { - lsrtags = "expressive-marks, text" - -%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec - texidoces = " -Ciertas indicaciones dinámicas pueden llevar textos (como @qq{più -forte} o @qq{piano subito}). Se pueden producir usando un bloque -@code{\\markup}. - -" - doctitlees = "Combinar indicaciones dinámicas con marcados textuales" + lsrtags = "expressive-marks, really-simple, text" texidoc = " Some dynamics may involve text indications (such as @qq{più forte} or @@ -28,9 +19,9 @@ block. } % begin verbatim piuF = \markup { \italic più \dynamic f } + \layout { ragged-right = ##f } + \relative c'' { c2\f c-\piuF } - -