]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/center-text-below-hairpin-dynamics.ly
LSR: Update.
[lilypond.git] / input / lsr / center-text-below-hairpin-dynamics.ly
index a88f2aa24b7d111283bd7af1347b059def1582d0..d0c7d200f177d8085fe6081f0fb4016feb69aa7f 100644 (file)
@@ -1,8 +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.
-\version "2.12.0"
+\version "2.12.3"
 
 \header {
+  lsrtags = "expressive-marks, text"
+
   texidoces = "
 Este ejemplo proporciona una función para tipografiar un regulador
 con texto por debajo, como \"molto\" o \"poco\". El ejemplo
@@ -12,18 +14,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?)
 #{
@@ -41,7 +41,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
 }