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: hsweet
Subject: Re: Only one title prints if I try to \include > 1 tune on a sheet
Date: Sat, 10 Jul 2010 12:04:16 -0700 (PDT)

Thanks.. that works when the titles are in one file, but the title
information I need is already in the \header block of the \included files. 
Then it still seems to print only the second title, but 2x. + throws
"unexpected header" errors.
 
\paper{
   print-all-headers = ##t
}

\score {
  \include "first tunel.ly"
}


\score {
  \include "second tune.ly"
}



 

Phil Holmes-2 wrote:
> 
> Yes,
> 
> This is documented in the Notation Reference, section 3.2.1 called
> "Creating 
> Titles", so it's quite easy to find.  Using the information there, you can 
> see that this works:
> 
> \paper{
>   print-all-headers = ##t
> }
> 
> \score {
>   {c'4 }
>   \header {
>     title = "first title"
>   }
> }
> 
> \score {
>   {c'4 }
>   \header {
>     title = "second title"
>   }
> }
> 
> 
> --
> Phil Holmes
> 
> 
> ----- Original Message ----- 
> From: "Federico Bruni" <address@hidden>
> To: "hsweet" <address@hidden>
> Cc: <address@hidden>
> Sent: Saturday, July 10, 2010 2:28 PM
> Subject: Re: Only one title prints if I try to \include > 1 tune on a
> sheet
> 
> 
>> 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
>> address@hidden
>> http://lists.gnu.org/mailman/listinfo/lilypond-user
>> 
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Only-one-title-prints-if-I-try-to-%5Cinclude-%3E-1-tune-on-a-sheet-tp29125786p29127719.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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