On Sunday 06 November 2005 05:24 am, Erik Sandberg wrote: > On Sunday
06 November 2005 02.40, Graham Percival wrote: > > On 4-Nov-05, at
12:40 AM, Mats Bengtsson wrote: > > > If you get two PDF output files,
then you still have some \book{...} > > > left > > > in one of the
on the last page, > so
Graham Percival wrote:
- with lilypond-book, it works, but that involves latex and all the
baggage that brings.
- sticking each piece in their own \book produces collection.pdf,
collection-1.pdf, collection-2.pdf -- all separate files.
- sticking each piece together with \scores (and no \book)
On 6-Nov-05, at 3:02 AM, Han-Wen Nienhuys wrote:
Graham Percival wrote:
Actually, there's still some work to do -- printallheaders doesn't
affect the tagline and copyright. (ie I get one tagline and one
copyright field for the whole collection, instead of one for each
piece)
Once the brain
Graham Percival wrote:
On 4-Nov-05, at 12:40 AM, Mats Bengtsson wrote:
If you get two PDF output files, then you still have some \book{...} left
in one of the included files! Just remove all of them and you should get
all your pieces in a single PDF with continuous page numbering.
Actually,
On Sunday 06 November 2005 02.40, Graham Percival wrote:
> On 4-Nov-05, at 12:40 AM, Mats Bengtsson wrote:
> > If you get two PDF output files, then you still have some \book{...}
> > left
> > in one of the included files! Just remove all of them and you should
> > get
> > all your pieces in a sing
On 4-Nov-05, at 12:40 AM, Mats Bengtsson wrote:
If you get two PDF output files, then you still have some \book{...}
left
in one of the included files! Just remove all of them and you should
get
all your pieces in a single PDF with continuous page numbering.
Actually, there's still some wor
On 4-Nov-05, at 12:40 AM, Mats Bengtsson wrote:
Graham Percival wrote:
collection.pdf (includes piece1, with pages numbered 1 and 2)
collection-1.pdf (includes piece2, with pages numbered 1 and 2 as
well)
(assuming piece1 and 2 are both 2 pages)
If you get two PDF output files, then you
Graham Percival wrote:
But are there any other problems that you solve easier with
lilypond-book?
Yes. The above produces:
collection.pdf (includes piece1, with pages numbered 1 and 2)
collection-1.pdf (includes piece2, with pages numbered 1 and 2 as well)
(assuming piece1 and 2 are b
On 3-Nov-05, at 2:02 AM, Mats Bengtsson wrote:
Graham Percival wrote:
The purpose of using lilypond-book here is just to stick multiple
scores together, with page numbering.
Could you please remind me and others on why you could not simply do it
all within a .ly file:
\version "2.6.0"
\paper
On 3-Nov-05, at 2:02 AM, Mats Bengtsson wrote:
Not if you're using lilypond-book. If you don't use \book, then you
can't use \pageBreak in your scores. There used to be a bug (in Aug)
wherein the horizontal alignment of some systems was also messed up
without \book; I'm not certain if that'
[EMAIL PROTECTED] wrote:
Quoting Han-Wen Nienhuys <[EMAIL PROTECTED]>:
Nicolas Sceaux wrote:
Table of contents comes to mind.
I've made a reduction for voice+piano of Giulio Cesare for a singer,
who asked me to add a table of contents.
ohhh! that's a fascinating problem! It should be doab
Quoting Han-Wen Nienhuys <[EMAIL PROTECTED]>:
> Nicolas Sceaux wrote:
> > Table of contents comes to mind.
> > I've made a reduction for voice+piano of Giulio Cesare for a singer,
> > who asked me to add a table of contents.
>
> ohhh! that's a fascinating problem! It should be doable in LilyPond
Nicolas Sceaux wrote:
Table of contents comes to mind.
I've made a reduction for voice+piano of Giulio Cesare for a singer,
who asked me to add a table of contents.
ohhh! that's a fascinating problem! It should be doable in LilyPond, of
course, but I'm putting it on "open to sponsor" list of
Quoting Nicolas Sceaux <[EMAIL PROTECTED]>:
> Mats Bengtsson <[EMAIL PROTECTED]> writes:
>
> > Could you please remind me and others on why you could not simply do it
> > all within a .ly file:
> > \version "2.6.0"
> > \paper{
> > % For version 2.6:
> > scoreTitleMarkup = \bookTitleMarkup
> > % F
Mats Bengtsson <[EMAIL PROTECTED]> writes:
> Could you please remind me and others on why you could not simply do it
> all within a .ly file:
> \version "2.6.0"
> \paper{
> % For version 2.6:
> scoreTitleMarkup = \bookTitleMarkup
> % For version 2.7:
> printallheaders = ##t
> }
>
> \include "piece
Graham Percival wrote:
On 2-Nov-05, at 4:06 AM, Gilles wrote:
\documentclass{article}
\begin{document}
\lilypondfile{1allegro/score.ly}
\liypondfile{2largo/score.ly}
\end{document}
If I understand correctly, this is to make it possible to insert
text between the different movements (as i
On 2-Nov-05, at 4:06 AM, Gilles wrote:
\documentclass{article}
\begin{document}
\lilypondfile{1allegro/score.ly}
\liypondfile{2largo/score.ly}
\end{document}
If I understand correctly, this is to make it possible to insert
text between the different movements (as is the purpose of \book).
Ri
Hi.
>
> My solution is to use lilypond-book and \book:
>
> --- foo.lytex:
> \documentclass{article}
> \begin{document}
> \lilypondfile{1allegro/score.ly}
> \liypondfile{2largo/score.ly}
> \end{document}
>
If I understand correctly, this is to make it possible to insert
text between the differe
Hi.
>
> >Now, in the documentation for 2.6.3, I read about the \book block;
> >so, I changed the above into
>
> This isn't necessary. All toplevel \scores are put into a single book
> automatically.
>
Ah, I see, thanks.
I think that this, and Mats's clarification would be valuable
additions
Gilles wrote:
Hello.
To generate a piece with multiple movements, I'm used to the
following document layout, which compiles fine:
Now, in the documentation for 2.6.3, I read about the \book block;
so, I changed the above into
This isn't necessary. All toplevel \scores are put into a sing
The only reason to use \book{...} in an ordinary .ly file is if you want
several output PDF files from one single .ly file (you get one PDF for
each \book{...} section if you have several of them).
If you have a single \book{...} in a .ly file, you can simply remove it
and get the same result (exc
On 1-Nov-05, at 4:19 PM, Gilles wrote:
AFAIK, named music expressions *have to* be defined at toplevel, not
within a \book or \score block.
Yes.
statement from all_.inc.ly to all.ly, before \book. You will
certainly have to rename expressions to avoid redefinitions, e.g.
you'll
have to rep
>
> AFAIK, named music expressions *have to* be defined at toplevel, not
> within a \book or \score block. So, a simple thing to do may be moving
> every
>
> \include "_.inc.ly"
>
> statement from all_.inc.ly to all.ly, before \book. You will
> certainly have to rename expressions to avoid rede
Gilles wrote:
> "all_allegro.ly" includes "all_allegro.inc.ly" and contains a \score.
> "all_allegro.inc.ly" defines a StaffGroup and includes all the parts
> for this movement, e.g. "recorder_allegro.inc.ly" which defines the
> a variable ("recorderNotes") containing the note sequence.
> [And simi
Hello.
To generate a piece with multiple movements, I'm used to the
following document layout, which compiles fine:
%--- all.ly ---
\version "2.6.0"
\paper {
raggedbottom = ##f
raggedlastbottom = ##t
}
\header {
\include "header.inc.ly"
}
\include "all_allegro.ly"
\include "all_siciliana
25 matches
Mail list logo