On Thu, Aug 06, 2009 at 12:12:59AM +0100, Ian Hulin wrote:
This is AU section 3.2.1
------
If ‘filename.ly’ contains more than one \score block, then the
rest of the
scores will be output in numbered files, starting with
‘filename-1.pdf’.
------
This is a regression: you need to use \book instead of \score for
the
compilation to produce two files.
E.g.
#(define output-suffix "violin")
\book { … }
#(define output-suffix "cello")
\book { … }
Good catch! Personally, I'm ok with the current program behavior.
I'd be happy to adjust the docs to reflect the "1 pdf per \book"
behavior.