lilypond-user
[Top][All Lists]
Advanced

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

Spanner - markup collision


From: Palmer, Ralph
Subject: Spanner - markup collision
Date: Tue, 2 Oct 2007 15:08:19 -0400

Greetings -

I'm running LilyPond 2.11.23 under Windows XP Pro, SP2.

I'm having a problem with a markup vs. a TextSpanner. In the snippet,
the markup:
(One stand opt.8va)
is above the spanner if I do not move the markup. I'd like to have the
markup appear below the spanner. Can anyone point me in the right
direction? Perhaps the correct #'extra-offset command or qualifier for
the TextSpanner?

Thanks for your help.

%%%%%%%%%%%%% Snippet %%%%%%%%%%


\version "2.11.23"
\include "english.ly"

Test = {
        \key c \major
        \clef "G"
        \time 3/4
        
        d''8[ g''] bf''
        \textSpannerUp \override TextSpanner #'bound-details #'left
#'text = \markup\italic {"(Opt. 8va) "}
        \override TextSpanner #'bound-details #'right #'text = \markup {
\draw-line #'(0 . -1) }
        d''4--\upbow\startTextSpan( g''8--) |
        \time 4/4
        bf''4 g'' a''2~ |
        a''2.~\<_\markup\italic{"molto rit."} a''8. a'16\!\stopTextSpan
|
        \textSpannerUp \override TextSpanner #'bound-details #'left
#'text = \markup\italic {"(One stand opt. 8va) "}
        \override TextSpanner #'bound-details #'right #'text = \markup {
\draw-line #'(0 . -1) }
        \once\override TextScript #'extra-offset = #'( 0 . -2 )
        cs''1~^\markup\italic{"bow freely, staggering
bows"}\downbow\startTextSpan\> |
        cs''1~ |
        cs''1~\fermata |
        cs''8\stopTextSpan\! r8 r4 r2 |
        \bar "|."
}

\Score
        {
        \Test
        }


%%%%%%%% End Snippet %%%%%%

Ralph
+++++++++++++++++++++++++
Ralph Palmer, CEM
Energy/Administrative Coordinator
Keene State College
Keene, NH 03435-2502
Phone: 603-358-2230
Cell: 603-209-2903
Fax: 603-358-2456
address@hidden




reply via email to

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