lilypond-user
[Top][All Lists]
Advanced

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

Re: testSpanner separate from dynamics


From: Paul Scott
Subject: Re: testSpanner separate from dynamics
Date: Tue, 10 Jul 2012 15:07:47 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

(I'm top posting)

I did want the text above the staff but it was displaced to the right about the 
width
of the mf below it on the same staff.

Using \TextSpanner solved the problem.

Thanks,

Paul


On Tue, Jul 10, 2012 at 11:41:23PM +0200, Thomas Morley wrote:
> 2012/7/10 Paul Scott <address@hidden>:
> > Is it possible to get a TextSpanner separate from the dynamics?  In this 
> > example I
> > would like the string ( "tutti unison" ) to start in the same horizontal 
> > position as
> > the mf.
> >
> > \version "2.15.41"
> >
> > \relative c'' {
> >   \set crescendoText = \markup\small{ tutti unison }
> >   \set crescendoSpanner = #'text
> >   b4^\<_\mf cis d2 fis4 g2 fis4 d a2.\!
> > }
> >
> >
> > TIA,
> >
> > Paul Scott
> 
> Hi Paul,
> 
> I'm not sure what you mean.
> Perhaps simply:
> 
> \relative c'' {
>   \set crescendoText = \markup\small{ tutti unison }
>   \set crescendoSpanner = #'text
>   b4_\<_\mf cis d2 fis4 g2 fis4 d a2.\!
> }
> 
> ?
> 
> -Harm
> 




reply via email to

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