X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcombining-dynamics-with-markup-texts.ly;h=14fc861c1c7417ccfba676196f0091e636079d2a;hb=bafe4ece69614af9bf5db62f582dcb254c75bfb5;hp=7845a379e01c6293925a26b9c6cf038c4c3e78aa;hpb=e1a149d0cc60b02e86209387958f4028567dd366;p=lilypond.git diff --git a/Documentation/snippets/combining-dynamics-with-markup-texts.ly b/Documentation/snippets/combining-dynamics-with-markup-texts.ly index 7845a379e0..14fc861c1c 100644 --- a/Documentation/snippets/combining-dynamics-with-markup-texts.ly +++ b/Documentation/snippets/combining-dynamics-with-markup-texts.ly @@ -1,19 +1,13 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% 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.13.31" +\version "2.18.0" \header { - lsrtags = "expressive-marks, text" - -%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b - 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 @@ -25,9 +19,9 @@ block. } % begin verbatim piuF = \markup { \italic più \dynamic f } + \layout { ragged-right = ##f } + \relative c'' { c2\f c-\piuF } - -