I want "rit." to be under the fs/e, and the span line to go all the way to the
final gs *below* the markup "XII harmonics". However, I can't find a place to
start the textspan. Help!!


\version "2.13.40"
\include "english.ly"
#(set-default-paper-size "letter")
#(set-global-staff-size 24)
#(define RH rightHandFinger)
melody = \relative c {
        \time 2/4
        \override TextSpanner #'(bound-details left text) = "rit."
        \textSpannerDown
        \startTextSpan % where to place this ????????
        << { \stemDown e,8 b' fs' gs } \\ { \stemUp fs gs b e } >> |
        \time 4/4
        \override NoteHead #'style = #'cross
        <e,\6>4_\markup{XII harmonics} <e''\1> <b\2> \revert NoteHead #'style 
<e,\1> <gs\2>1 \stopTextSpan \bar "|."
}
\score {
        \new Staff \with {
                \override TextSpanner #'style = #'solid-line
                \override Fingering #'staff-padding = #'()
        } <<
                \clef "treble_8"
                \key c \major \time 4/4
                \context Voice = one \melody
        >>
}

% Local Variables: %
% tab-width: 4 %
% compile-command: "lilypond --ps test.ly" %
% End: %

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to