2011/10/8 Alberto Simões <al...@alfarrabio.di.uminho.pt>:
>
> Hello
>
> I would like to push \ff to the left, below the clef, to give horizontal
> space to the lyrics. Is this possible?

In the doc, NR 2.1 Vocal music > 2.1.3 Stanzas > "Adding dynamics marks
to stanzas", they use  \set stanza = \markup { \dynamic "ff" "1. " } .
http://lilypond.org/doc/v2.15/Documentation/notation/stanzas.html#adding-dynamics-marks-to-stanzas

The dynamic is not below the clef but it does give horizontal space to
the lyrics.

Or you can move it by overriding DynamicText X-offset :
  \once \override DynamicText #'X-offset = #-10

Cheers,
Xavier

-- 
Xavier Scheuer <x.sche...@gmail.com>

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

Reply via email to