lilypond-user
[Top][All Lists]
Advanced

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

Re: First scheme program: Preprocessing graphical objects...Segmentatio


From: Neil Puttock
Subject: Re: First scheme program: Preprocessing graphical objects...Segmentation fault
Date: Sun, 21 Jun 2009 01:37:51 +0100

2009/6/20 Tim Woodall <address@hidden>:

> What am I doing wrong?

I can't really explain why it breaks, but repeating a music expression
without making a fresh copy can cause weird errors.  If you change
(append notes notes) to (append notes (ly:music-deep-copy notes)) it
works fine.

Regards,
Neil




reply via email to

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