lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

end of a TextSpanner


From: Stefan Thomas
Subject: end of a TextSpanner
Date: Tue, 8 Jul 2008 00:27:14 +0200

Dear lilypondusers,
how can I achieve the end of the TextSpanner together with the last shorter-rest in the below quoted example:
%%%%%% begin %%%%%%%
\version "2.11.49"
pedal = { \once \override TextSpanner #'outside-staff-priority = #500
   \textSpannerDown
    \once \override TextSpanner #'bound-details #'left #'text = \markup { \musicglyph #"pedal.Ped" }
   \once \override TextSpanner #'bound-details #'left-broken #'text = ##f
 \once  \override TextSpanner #'style = #'dashed-line
 \once  \override TextSpanner #'dash-period = #0.01
   \once \override TextSpanner #'bound-details #'right #'attach-dir = #1
     \once \override TextSpanner #'bound-details #'right #'attach-dir = #1
   \once \override TextSpanner #'bound-details #'right #'text =\markup { \draw-line #'(0 . 1) }
   \once\override TextSpanner #'bound-details #'right-broken #'text = ##f
      \once \override TextSpanner #'bound-details #'right #'padding = #-0.5
   }
pedalisierung  = { \pedal s2\mf\> \startTextSpan s2\p s4..  s16 \stopTextSpan }

\relative { \context Voice << { c8 d e f g2 R1 } { \pedalisierung } >>  }
 %%%%%% END %%%%%%%%

reply via email to

[Prev in Thread] Current Thread [Next in Thread]