Hello
On 26 May 2011, at 21:52, "Fabian Binz"
<[email protected]<mailto:[email protected]>> wrote:
Hi,
how can I add a completely separate staff to my score? I want to display a
single separate line below all other lines, which is not synchronized with or
somehow related to the rest of the music. I tried the following (where
someChords, melody, text and separateLine are defined elsewhere):
\score {
<<
\chords { \someChords }
{ \melody }
\addlyrics { \text }
>>
{ \separateLine }
}
I also tried several other variations, i.e putting { \separateLine } in its own
<< >>, but of course none worked.
I’m sure that there is a way, but I just don’t see it. I’d be glad, if someone
could give me a hint.
_______________________________________________
I'm not really sure exactly want you want but just add another \score {...}
under the first one.
\score { \somenotes}
\score { \morenotes }
that's it.
James
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user