> BUT, it will NOT work, if you put your \header block inside the score 
> definition like that :
> 
> %%%%%%%%%%%%%
> \book
> {
>  \score { %% score 1
>      \new Staff \music
>      \header { title = "The title" instrument = "clarinette" }
>  }
>  \score { %% score 2
>     \new Staff \transpose c d \music
>     \header { title = "An other title" instrument = "clarinette" }
>     }
> }
> %%%%%%%%%%%%%
> See this previous message :
> http://lists.gnu.org/archive/html/lilypond-user/2008-03/msg00359.html
> 
> Gilles
> 

Thanks for your answer.
Indeed, I have separated header block for each score, because I want the
instrument to be different. That working is what I felt.
That is why I asked for a way to bypass this limitation.
I hope there should be a workaround with scheme or latex.
But I did not found.
Clement



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

Reply via email to