bug-lilypond
[Top][All Lists]
Advanced

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

Re: Error with Grace note on Beginning of Staffs


From: Knute Snortum
Subject: Re: Error with Grace note on Beginning of Staffs
Date: Sun, 19 Sep 2021 09:08:42 -0700

That's one of the oldest bugs in LilyPond.  The work-around is to put
a grace with a spacer in the other staff too.

%%%
\version "2.22.0"
global= { \time 3/4 }
\score {
  \new GrandStaff <<
   \new Staff \relative { \global \acciaccatura b'8 c16 }
   \new Staff \relative  { \global \grace s8 r4}
>> }
%%%

--
Knute Snortum

On Sun, Sep 19, 2021 at 6:38 AM Martin Steindl
<martin.j.steindl@gmail.com> wrote:
>
> Hello,
>
> I stumbled on a weird display error when using \acciaccatura (or any
> other grace note) on the beginning of a staff in a multi-staff environment.
>
> Somehow, the time signature (and the key -- not shown in example) is
> displayed before _and_ after the \acciaccatura.
>
> Greetings
>
> Martin
>
> _______________________________________________
> bug-lilypond mailing list
> bug-lilypond@gnu.org
> https://lists.gnu.org/mailman/listinfo/bug-lilypond



reply via email to

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