In the definition of the Dynamics context, just add the line
\override TextScript #'padding = #0or maybe
\override TextScript #'padding = #-1
/Mats
Reuben Thomas wrote:
I've used the hack in the Lilypond docs for getting dynamics centred between the staves of a PianoStaff, but I would like to make it more convenient to do other markings. At the moment, I can write something like
s1\f
to get a piano dynamic which is nicely centred, but if I write another marking, e.g.
s1^\markup { espress. }
then it's too high (or I can try s1_\markup { ... }, but it's too low). I can't use \markup without ^ or _ because then I'm not in Lyric mode, which is how markings seem to be implemented. Basically I'd like another hack that reverses the raising effect of ^, so that I can use ^ and the text generated by markup will be level with the dynamics generated by the dynamics commands. Of course, I don't want to have to put a \raise command before every \markup.
-- ============================================= 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: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================
_______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
