lilypond-user
[Top][All Lists]
Advanced

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

Re: Vertical adjustment of \markup


From: Mats Bengtsson
Subject: Re: Vertical adjustment of \markup
Date: Thu, 19 Oct 2006 10:20:02 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5

See "Layout Tunings Withing Contexts" in the manual.

  /Mats

Palmer, Ralph wrote:
Thanks, Trevor.
Will \override (as opposed to \once \override) give all subsequent
TextSpanner entries the same staff-padding? or the same edge-text
setting, for that matter?

Ralph

-----Original Message-----
From: Trevor Daniels [mailto:address@hidden Sent: Tuesday, October 17, 2006 11:06 AM
To: Palmer, Ralph; address@hidden
Subject: RE: Vertical adjustment of \markup


Hi Ralph

This should do what you want:

Insert
  \override TextSpanner #'staff-padding = #9

Change the '9' to give the height you want

Trevor

-----Original Message-----
From: address@hidden
[mailto:address@hidden Behalf Of Palmer, Ralph
Sent: 17 October 2006 12:40
To: address@hidden
Subject: Vertical adjustment of \markup


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



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







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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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