lilypond-user
[Top][All Lists]
Advanced

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

Re: testSpanner separate from dynamics


From: Thomas Morley
Subject: Re: testSpanner separate from dynamics
Date: Tue, 10 Jul 2012 23:41:23 +0200

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]