On 12/17/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]

Attachment: afterGrace.png
Description: PNG image

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to