On Sat, 2025-02-08 at 12:17 +0100, Valentin Petzel wrote:
> Hello David,
> 
> > How can I reposition the word "Fine" at the end of a piece?  In the
> > particular case I want to alter, I wish "Fine" to appear above the
> > staff, not below it.
> 
> try this:
> 
> ```
> {
>   1
>   \override Score.JumpScript.direction = #UP
>   \fine
>   1
> }
> ```

JumpScript!  That's what I couldn't find, although I looked through the
IR list of layout objects more than once, trying to see a likely
candidate.  I don't know why I didn't spot JumpScript: probably old age
or general incompetence.

I now also find that \tweak works, although yesterday when I tried that
it didn't seem to have any effect.  Again, clearly inefficiency on my
part.

Anyway, thank you very much for your help.

David


Reply via email to