Comment #8 on issue 3544 by [email protected]: Docs: update in response to \hspace changes
http://code.google.com/p/lilypond/issues/detail?id=3544

I prefer not using the markup macro except in the Extending manual. Also I think it's ok to try having a nice alignment matching the normal alignment of \mp. Without having actually checked, it seems plausible to me that #-0.6 is likely to be closer than #LEFT. So I'd use

mpdolce =
-\tweak self-alignment-X #-0.6
  #(make-dynamic-script
    #{ \markup { \dynamic mp \normal-text \italic dolce } #})

here. I am not enthused about the self-alignment-X (I'd prefer tacking a "dimensionally invisible" dolce on right in the markup), but it's probably as good as we'll get without creating new markup commands.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to