lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Pushing \ff to the left to below the clef


From: Xavier Scheuer
Subject: Re: Pushing \ff to the left to below the clef
Date: Sat, 8 Oct 2011 14:49:33 +0200

2011/10/8 Alberto Simões <address@hidden>:
>
> 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 <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]