X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fdynamics-text-spanner-postfix.ly;h=75e6e1aa1fa1b74676e0d9981d8724c60ff6fb87;hb=def419dfd961fee6fd0bf49321ae130143b618af;hp=2b1044c6701f69eeef6397d33a89e2882a23a6bb;hpb=b3f0c2f6c352a850f03dc44a947776199eb3fa0b;p=lilypond.git diff --git a/input/regression/dynamics-text-spanner-postfix.ly b/input/regression/dynamics-text-spanner-postfix.ly index 2b1044c670..75e6e1aa1f 100644 --- a/input/regression/dynamics-text-spanner-postfix.ly +++ b/input/regression/dynamics-text-spanner-postfix.ly @@ -1,22 +1,15 @@ -\version "2.13.4" +\version "2.14.0" \header { -texidoc = "The \cresc, \dim and \decresc spanners can now be redefined as -postfix operators and produce one text spanner. Defining custom spanners is -also easy. Hairpin and text crescendi can be easily mixed. \< and \> produce +texidoc = "The \cresc, \dim and \decresc spanners are now postfix operators +and produce one text spanner. Defining custom spanners is also easy. +Hairpin and text crescendi can be easily mixed. \< and \> produce hairpins by default, \cresc etc. produce text spanners by default." } % Some sample text dynamic spanners, to be used as postfix operators crpoco = #(make-music 'CrescendoEvent 'span-direction START 'span-type 'text 'span-text "cresc. poco a poco") -% Redefine the existing \cresc, \dim and \decresc commands to use postfix syntax -cresc = #(make-music 'CrescendoEvent 'span-direction START - 'span-type 'text 'span-text "cresc.") -dim = #(make-music 'DecrescendoEvent 'span-direction START - 'span-type 'text 'span-text "dim.") -decresc = #(make-music 'DecrescendoEvent 'span-direction START - 'span-type 'text 'span-text "decresc.") \relative c' { c4\cresc d4 e4 f4 |