lilypond-user
[Top][All Lists]
Advanced

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

Re: Bug in module accreg (accordion registers) ?


From: Sebastian M
Subject: Re: Bug in module accreg (accordion registers) ?
Date: Sat, 19 Oct 2024 18:06:58 +0200

that works, but it doesn't look good. I assume the registers aren't layed out properly.

-- 
Seb.

On Sat, Oct 19, 2024 at 4:10 PM Knute Snortum <ksnortum@gmail.com> wrote:
On Sat, Oct 19, 2024 at 7:01 AM Sebastian Menge <s.menge@gmx.de> 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



reply via email to

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