bug-lilypond
[Top][All Lists]
Advanced

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

Error when a bar is added after a slur


From: Marc
Subject: Error when a bar is added after a slur
Date: Wed, 11 Jun 2008 01:20:30 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hi,

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]   
  }
}
----------------------------








reply via email to

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