bug-lilypond
[Top][All Lists]
Advanced

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

Re: BUS ERROR: strict-note-spacing together with \afterGrace


From: Trevor Bača
Subject: Re: BUS ERROR: strict-note-spacing together with \afterGrace
Date: Sun, 17 Dec 2006 14:12:02 -0600

On 12/17/06, Han-Wen Nienhuys <address@hidden> wrote:
Trevor Bača escreveu:
> Hi,
>
> Setting SpacingSpanner #'strict-note-spacing = ##t together with
> \afterGrace causes a bus error.



http://code.google.com/p/lilypond/issues/detail?id=176

(Tried responding directly on the issue-tracking pages, but I'm not
sure if the changes took; so crossposting here.)

The issue-tracking page says to use \new Voice. But using \new Voice
causes another bus error.

%%% BEGIN %%%

\version "2.11.2"

\new Staff <<
  \override Score.SpacingSpanner #'strict-note-spacing = ##t % Also
causes a bus error
  \new Voice {
     s8
     s8
     \afterGrace s8 { c'32 [ c'32 c'32 c'32 ] }
     s8
  }
  \new Voice {
     \override Stem #'direction = #down
     c'8 [
     c'8
     c'8
     c'8 ]
  }


%%% END %%%

Am I using the wrong voice instantiation syntax? Could you provide a
small snippet showing the correct syntax for this example?

(The goal is like the png attached to this mail, except with
strict-note-spacing turned on.)



--
Trevor Bača
address@hidden

Attachment: afterGrace.png
Description: PNG image


reply via email to

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