lilypond-user
[Top][All Lists]
Advanced

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

Metronome mark not aligning correctly


From: Knute Snortum
Subject: Metronome mark not aligning correctly
Date: Fri, 5 Nov 2021 10:06:46 -0700

I think I have found a bug, or at least an "ugly" behavior.  Consider
the following code:

%%%
\version "2.22.1"

rightHand = \relative {
  \tempo "Allegro"
  a'''16->-4( g f c  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
>>
%%%

(see attached picture)

The metronome mark is aligned too low and collides with the accent
mark and the fingering number. Take out the slur and everything's
okay.  Same with the staff change.

So two questions:  1) is a bug? and 2) how do I adjust the metronome
mark's height?  Y-offset and Y-extent don't seem to change anything.

--
Knute Snortum

Attachment: metronome-mark-alignment.png
Description: PNG image


reply via email to

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