[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mark / Barcheck Bug (#1626) Appearing Again
From: |
Christopher Heckman |
Subject: |
Re: Mark / Barcheck Bug (#1626) Appearing Again |
Date: |
Sat, 15 Oct 2016 21:41:06 -0700 |
After playing around with Lilypond for a while, I found out that \mark
appears to "gobble up" the next token in the list. For example,
\new Staff { c \mark | c c c | }
and
\new Staff { c c c c | c c c \mark | c | c c c c | }
should give barcheck errors but don't. That's because the barcheck
interprets them as
\new Staff { c c c c | }
and
\new Staff { c c c c | c c c c | c c c c | }
--- CCH