On 25-Jan-05, at 4:05 PM, smuter wrote:

Thanks, now I'm using \nf to get (f):
   nf = \markup{\bold{\italic (} \dynamic f \bold{\italic )} }
   { c'1_\nf }
works fine

This looks slightly better, IMO. The f is centered.

\version "2.4.2"
nf = \markup{ \center-align <{ \bold{\italic (} \dynamic f \bold{\italic )} }> }
pf = \markup{ \bracket { \dynamic f } }
{ c'1_\nf c1_\pf }


The _\pf shows square brackets; I've seen them used for editorial dynamics as well.

Cheers,
- Graham



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to