bug-lilypond
[Top][All Lists]
Advanced

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

Mark numbering incorrect at staff level


From: Phil Holmes
Subject: Mark numbering incorrect at staff level
Date: Wed, 12 Oct 2016 14:45:44 +0100

(Tried to send this to -devel, but nothing arrived).

See the attached ME:

music = { c''1 \mark \default c''1 \mark #6 c''1 c''1 \mark \default c''1 \mark \default c''1 \mark \default c''1 }

\new Score \with {
\remove "Mark_engraver"
\remove "Staff_collecting_engraver"
}

{
\new Staff \with { \consists "Mark_engraver" \consists "Staff_collecting_engraver" }
{ \music }
}

\new Score \with {
}

{
\new Staff
{ \music }
}

As the attached image shows, the mark numbering is incorrect in the first
score. Anyone know why?


--
Phil Holmes

Attachment: MarkTest.png
Description: PNG image


reply via email to

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