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 it did not show up too.
So i am trying here.
when a bar is explicitly 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 version too
\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 thrown if a
bar line is added before the ()
(g8) f' [e e]
}
}
----------------------------
Attachments:
bug | after () .ly 346 bytes
Issue attributes:
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond