Il giorno sab, 10/07/2010 alle 05.33 -0700, hsweet ha scritto:
> I am trying to print several short pieces on one sheet by using \include.  It
> works fine, except only the title of the 2nd tune prints. I am trying to get
> 
> FIRST TUNE TITLE
> notes.......
> NEXT TUNE TITLE
> notes
> 
> This is all the code I've used.
> 
> \version "2.12.2"
> \include "first_tune.ly"
> \include "next_tune.ly"

Try to add:

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

in the file where you include the music


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to