1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.di.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
6 %% This file is in the public domain.
10 lsrtags = "expressive-marks, text, tweaks-and-overrides"
13 The @code{\\startTextSpan} and @code{\\stopTextSpan} commands allow the
14 creation of text spanners as easily as pedal indications or
15 octavations. Override some properties of the @code{TextSpanner} object
19 doctitle = "Creating text spanners"
22 \paper { ragged-right = ##f }
25 \override TextSpanner.bound-details.left.text = #"bla"
26 \override TextSpanner.bound-details.right.text = #"blu"
31 \override TextSpanner.style = #'line
32 \once \override TextSpanner.bound-details.left.stencil-align-dir-y = #CENTER
37 \override TextSpanner.style = #'dashed-line
38 \override TextSpanner.bound-details.left.text =
39 \markup { \draw-line #'(0 . 1) }
40 \override TextSpanner.bound-details.right.text =
41 \markup { \draw-line #'(0 . -2) }
42 \once \override TextSpanner.bound-details.right.padding = #-2
48 \set Staff.middleCPosition = #-13
49 \override TextSpanner.dash-period = #10
50 \override TextSpanner.dash-fraction = #0.5
51 \override TextSpanner.thickness = #10