lilypond-devel
[Top][All Lists]
Advanced

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

Re: Slurs in barless music


From: Han-Wen Nienhuys
Subject: Re: Slurs in barless music
Date: Mon, 13 Feb 2006 09:31:37 +0100
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

Don Blaheta wrote:
This is a problem I've been banging on for a while now, but this time
I've been able to narrow it down.  It seems that if the Bar_engraver is
removed, Lilypond runs into problems rendering that span lines.  The
following code renders fine:

  \version "2.7.33"
  \score {
    \new Voice \relative c' {
      e f g a(
      \break
      e) f g a
    }
    \layout {
      \context {
        \Staff
        %\remove "Bar_engraver"
      }
    }
  }

but if you uncomment that line, it will spit out a bunch of error
messages ("programming error: slur attachment is inf/nan; continuing,
cross fingers") and render the slur totally wrong.  Is this me not
understanding what Bar_engraver is supposed to be doing, or is it a bug?


thanks. Fixed.


--
 Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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