lilypond-user
[Top][All Lists]
Advanced

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

polyphonic startTextSpan


From: Peter Buhr
Subject: polyphonic startTextSpan
Date: Tue, 08 Feb 2011 21:42:29 -0500

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: %



reply via email to

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