X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fcenter-text-below-hairpin-dynamics.ly;h=48c1469a3c73050d9b3abd7ad8a7f5e618dd6861;hb=b97565a9af1c13369ac7e7e9ea80c2638dbc0e51;hp=4ebacc2c70c9cdc44eb493bf5cc4df9ee7d68596;hpb=fc6d384e9063e57c4de568800fed41011946bd78;p=lilypond.git diff --git a/input/lsr/center-text-below-hairpin-dynamics.ly b/input/lsr/center-text-below-hairpin-dynamics.ly index 4ebacc2c70..48c1469a3c 100644 --- a/input/lsr/center-text-below-hairpin-dynamics.ly +++ b/input/lsr/center-text-below-hairpin-dynamics.ly @@ -1,9 +1,10 @@ -%% Do not edit this file; it is auto-generated from input/new +%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -%% Note: this file works from version 2.12.0 \version "2.13.1" \header { + lsrtags = "expressive-marks, text" + %% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65 texidoces = " Este ejemplo proporciona una función para tipografiar un regulador @@ -14,18 +15,16 @@ normalmente un objeto, utilizando código de Scheme. " doctitlees = "Centrar texto debajo de un regulador" - lsrtags = "expressive-marks, text" - texidoc = " This example provides a function to typeset a hairpin (de)crescendo with some additional text below it, such as \"molto\" or \"poco\". The example also illustrates how to modify the way an object is normally printed, using some Scheme code. + " doctitle = "Center text below hairpin dynamics" } % begin verbatim - hairpinWithCenteredText = #(define-music-function (parser location text) (markup?) #{ @@ -43,7 +42,9 @@ hairpinMore = \hairpinWithCenteredText \markup { \larger moltissimo } \layout { ragged-right = ##f } -{ - \hairpinMolto c'2\< c'\f - \hairpinMore c'2\< c'\f +\relative c' { + \hairpinMolto + c2\< c\f + \hairpinMore + c2\< c\f }