2009/9/16 Mark Austin <[email protected]>: > There are two problems. The first is that this generates two sets of > snippets, one for each line of music. Is there any way to generate a > snippet covering both lines.
You'll have to force both systems you want to clip into one long system, either by preventing breaks or (if it's only two systems long, like the example above) setting system-count = 1. > > The second is that it generates an error, and does not generate the > overall pdf output from the ps file. The error is: > > c:/Program > Files/LilyPond/usr/share/lilypond/current/scm/framework-ps.scm:548:62: > In procedure car in expression (car systems): > c:/Program > Files/LilyPond/usr/share/lilypond/current/scm/framework-ps.scm:548:62: > Wrong type (expecting pair): () > > Any idea what's causing it (and how to get rid of it)? Remove the \header block. I'm surprised nobody's reported this error before, but it's due to the fact that a \header block (or top-level markup) is included in the list of systems for clipping, but has no System grob. I'll push a fix for this soon (it'll probably miss the next development release, but might make it into 2.12.3). Thanks for the bug report, Neil _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
