subtitle moves notes off staff lines
"John F. Gibson" <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.bugs |
|---|---|
| Message-ID | <CAGgWiW6pN0WSenS8zaiu=f_jEqc75MbD=M9SPMp957A+cEMuKg@mail.gmail.com> |
I've noticed at times lilypond produces notes that are not exactly on or between the staff lines. I boiled it down to the attached minimum example, which shows a D flat that looks floated up about half way to E flat. However, if you comment out the header subtitle, the note lands precisely on D flat. Thank you so much for this beautiful music editor! I am enjoying using it very much. It sure beats dragging, dropping, and flipping through menus. John -- John F. Gibson 17 Oyster River Rd Durham NH 03824
bug.ly
(text/x-lilypond, 362 B)
\version "2.24.2"
\include "english.ly"
\header{
title = "How Dark and Dreadful"
subtitle = "The Rake's Progress"
composer = "Igor Stravinsky"
}
\new PianoStaff <<
\new Staff = "RH" \fixed c {
\clef bass
\time 3/2
\key c \major
df1.
}
\new Staff = "LH" \fixed c, {
\clef bass
\time 3/2
\key c \major
g1.
}
>>
bug.pdf
(application/pdf, 30.2 KB) - not displayed