X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fcreating-text-spanners.ly;h=9c9ef0796807fac2c748b6243396aa5207997e88;hb=cfc4cbf34569db6a6c8968694f86e36b206a9d05;hp=d77ceb77c41595b319efd61562abb9bc6e75269f;hpb=64476e23a2baea26be731b11a5c4a62cb0ff7be0;p=lilypond.git diff --git a/input/lsr/creating-text-spanners.ly b/input/lsr/creating-text-spanners.ly index d77ceb77c4..9c9ef07968 100644 --- a/input/lsr/creating-text-spanners.ly +++ b/input/lsr/creating-text-spanners.ly @@ -1,6 +1,7 @@ %% Do not edit this file; it is auto-generated from input/new %% This file is in the public domain. -\version "2.11.62" +%% Note: this file works from version 2.12.0 +\version "2.13.1" \header { texidoces = " @@ -26,25 +27,25 @@ indications or octavations. Override some properties of the \paper { ragged-right = ##f } \relative c'' { - \override TextSpanner #'bound-details #'left #'text = #"bla" - \override TextSpanner #'bound-details #'right #'text = #"blu" + \override TextSpanner #'(bound-details left text) = #"bla" + \override TextSpanner #'(bound-details right text) = #"blu" a4 \startTextSpan b4 c a4 \stopTextSpan \override TextSpanner #'style = #'line - \once \override TextSpanner #'bound-details - #'left #'stencil-align-dir-y = #CENTER + \once \override TextSpanner + #'(bound-details left stencil-align-dir-y) = #CENTER a4 \startTextSpan b4 c a4 \stopTextSpan \override TextSpanner #'style = #'dashed-line - \override TextSpanner #'bound-details #'left #'text = + \override TextSpanner #'(bound-details left text) = \markup { \draw-line #'(0 . 1) } - \override TextSpanner #'bound-details #'right #'text = + \override TextSpanner #'(bound-details right text) = \markup { \draw-line #'(0 . -2) } - \once \override TextSpanner #'bound-details #'right #'padding = #-2 + \once \override TextSpanner #'(bound-details right padding) = #-2 a4 \startTextSpan b4 c