lilypond-user
[Top][All Lists]
Advanced

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

Re: Metronome mark not aligning correctly


From: Knute Snortum
Subject: Re: Metronome mark not aligning correctly
Date: Fri, 5 Nov 2021 14:30:44 -0700

On Fri, Nov 5, 2021 at 10:06 AM Knute Snortum <ksnortum@gmail.com> wrote:
>
> I think I have found a bug, or at least an "ugly" behavior.  Consider
> the following code:

It looks like a similar thing happens with an ottava bracket:

%%%
\version "2.22.1"

rightHand = \relative {
  \ottava 1 a'''16->-4( g f c  \ottava 0 a g f c  a g f c  \change
Staff = "lower" a g f c) |
}

leftHand = \relative {
  \clef bass
  f,1 |
}

\new PianoStaff <<
  \new Staff = "upper" \rightHand
  \new Staff = "lower" \leftHand
>>
%%%

--
Knute Snortum



reply via email to

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