Stephen Allsopp wrote:
>
>FWIW, I have found that you can chain multiple text grobs onto a note.
>Where text has "bashed" into a note or marking, I've just added an empty
>text string to the note with the text label. This forces a blank line
>under the text, and "pushes" it up a bit.
>
>Example:
[EMAIL PROTECTED] writes:
>
> FWIW, I have found that you can chain multiple text grobs onto a note.
> Where text has "bashed" into a note or marking, I've just added an empty
> text string to the note with the text label. This forces a blank line
> under the text, and "pushes" it up a bit.
>
>
There seems to be many solutions around. I usually set the padding
property:
\property Voice.TextScript \override #'padding = #3
The "padding" is simply some extra space between the TextScript
and the note it belongs to (or the staff line). If you want to
use this setting for all text scripts in
On Sun, 07 Apr 2002 12:26:50 +0200
Jan Nieuwenhuizen <[EMAIL PROTECTED]> wrote:
> Carter Brey <[EMAIL PROTECTED]> writes:
>
> > How do I raise text so that it stops covering the notes beneath it ?
> > In the example below, the performance indication "Molto lento" goes
> > straight through the sl
Carter Brey <[EMAIL PROTECTED]> writes:
> How do I raise text so that it stops covering the notes beneath it ?
> In the example below, the performance indication "Molto lento" goes
> straight through the slur and is therefore illegible. I know the
> solution must include some sort of "/override"
Hello,
How do I raise text so that it stops covering the notes beneath it ? In
the example below, the performance indication "Molto lento" goes
straight through the slur and is therefore illegible. I know the
solution must include some sort of "/override" command but can't find a
specific exa