On Sat, Oct 19, 2024 at 7:01 AM Sebastian Menge <[email protected]> wrote:
> Hope it is OK to post this here...
>
> The output of the following snippet looks wrong:
>
> \version "2.24.3"
> #(use-modules (lily accreg))
> {
> \discant "10"
> c'2. \fermata
> }
>
> I'd expect the fermata on top of the note, and the register on top of the
> staff.
>
You can change the direction of almost any grob with the underscore
character (_), so try:
c'2. _\fermata
--
Knute Snortum
