Hi Michiel,
Michiel Sikma-2 wrote
> What I want to do is fine-tune the
> exact positioning of the dynamic letter itself.
you can experiment with \raise and \hspace (positive and negative values):
% ------------------------------------------------------------------
parenP =
#(define-event-function (parser location dyn) (ly:event?)
(make-dynamic-script
#{ \markup \concat {
\pad-x #0.2 \hspace #-1.0 \normal-text \italic \fontsize #2 (
\hspace #0.2 \raise #0.7 #(ly:music-property dyn 'text)
\hspace #-0.2 \normal-text \italic \fontsize #2 )
}
#}))
% ------------------------------------------------------------------
Cheers,
Klaus
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Parenthesized-dynamics-tp203007p203009.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user