lilypond-user
[Top][All Lists]
Advanced

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

Re: Only one title prints if I try to \include > 1 tune on a sheet


From: Federico Bruni
Subject: Re: Only one title prints if I try to \include > 1 tune on a sheet
Date: Sun, 11 Jul 2010 12:44:31 +0200

As Phil said before, the main file should look like this:

\version "2.12.2"

\paper {
  print-all-headers = ##t
}

 \include "Cocek.ly"
 \include "Bb_scale.ly"


Then in the included files you should move the \header *inside* the
\score block.

You can find why in Learning Manual 3.1 and Notation 3.1.2

Cheers,
Federico


Il giorno sab, 10/07/2010 alle 14.44 -0700, hsweet ha scritto:
> This is the file with the \includes
> 
> \version "2.12.2"
> 
>  \include "Cocek.ly"
>  \include "Bb_scale.ly"
> 
> These are 2 files to include.  
> 
> 
> http://old.nabble.com/file/p29128416/Bb_scale.ly Bb_scale.ly 
> http://old.nabble.com/file/p29128416/Cocek.ly Cocek.ly 
> 
> 
> If you attach the files you're actually having a problem with, we can see 
> how to help.  As a general rule, using a \include simply means the file can 
> be pasted into the code in place of the included file.  So if you \include a 
> file with the \score and \header information, I don't see why it won't work.
> 
> --
> 





reply via email to

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