(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 <[email protected]>: > > 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 > _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
