Updates:
Status: Verified
Comment #2 on issue 634 by jameseli...@googlemail.com: Error when a bar is
added after a slur
http://code.google.com/p/lilypond/issues/detail?id=634
(No comment was entered for this change.)
--
You received this message because you are listed in the owner
> "marc" == marc <[EMAIL PROTECTED]> writes:
marc> Hi, when a bar is explicitly added between 2 notes that are
marc> slured a syntax error, unexpected '(' is thrown.
That *is* a syntax error. The barcheck should go after the slur.
It should be a4( | g8)
--
Dr Peter Chubb http://www.gela
2008/6/11 Marc <[EMAIL PROTECTED]>:
> Hi,
Hi Marc,
the mailing list engine can sometimes be a bit slow, so don't panic if
your messages do not show up immediately. This mailing list is read by
quite a number of persons who can help you, and therefore it acts as a
filter for the actual bug tracker
xplicitly added between 2 notes
> that are slured a syntax error, unexpected '(' is thrown.
>
> See sample code below to reproduce:
>
>
> %\version "2.10.33" % happen with this version
> \version "2.11.48" % and this ve
Issue 634: Error when a bar is added after a slur
http://code.google.com/p/lilypond/issues/detail?id=634
Comment #1 by gpermus:
DO NOT ADD BUGS DIRECTLY TO THE BUG TRACKER.
You saw a message to this effect before you added this here. Don't
ignore that message.
Issue attribute up
Issue 634: Error when a bar is added after a slur
http://code.google.com/p/lilypond/issues/detail?id=634
New issue report by marc.mouries:
I tried to post the issue with the page
http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs
but it did not show up. I posted one before and
\header{ title = "Error when a bar is added after a slur"}
\score {
\relative d' {
\key d \minor
\time 2/4
c'8. bes16 a4 | % a syntax error, unexpected '(' is thro