In NR 3.4.1:
http://lilypond.org/doc/v2.17/Documentation/notation/output-file-names

The following example:

\book {
  \bookOutputSuffix "Romanze"
  \score { … }
  \layout { … }
}
\book {
  \bookOutputSuffix "Menuetto"
  \score { … }
  \layout { … }
}
\book {
  \bookOutputSuffix "Nocturne"
  \score { … }
  \layout { … }
}

produces the error:
error: need \paper for paper block

So I guess that \layout should be replaced by \paper in each book.
Please confirm. Should I open a bug report for this?

--
Federico

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

Reply via email to