lilypond-user
[Top][All Lists]
Advanced

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

RE: Vertical adjustment of \markup


From: Palmer, Ralph
Subject: RE: Vertical adjustment of \markup
Date: Tue, 17 Oct 2006 11:26:16 -0400

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







reply via email to

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