lilypond-user
[Top][All Lists]
Advanced

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

Vertical adjustment of \markup


From: Palmer, Ralph
Subject: Vertical adjustment of \markup
Date: Tue, 17 Oct 2006 07:40:18 -0400

Greetings,

I'm running Lilypond 2.8.4.1 on WinXP SP2.

In the following snippet, I'd like to move "rit" upward. In the score
the snippet comes from, the "rit" almost collides with a c''' notehead.
I've tried \pad-markup, but Lilypond choked - tried to compile forever.
I suspect I'm formating the section incorrectly, but I can't figure out
the correct format.

snippet:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.8.4.1"
\include "english.ly"

Music = {
        \clef treble
        \key c \major
        \time 3/4

         \override TextSpanner #'edge-text = #(cons (markup #:italic
"rit" ) "")
         d''16\startTextSpan c''' e'' a'' c''' e'' |
         b''16 ds'' fs'' b'' f'' b''\stopTextSpan
}

\score {
       \Music
       }

%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Thanks again for your help,

Ralph
+++++++++++++++++++++++++
Ralph Palmer
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]