lilypond-user
[Top][All Lists]
Advanced

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

Re: Completely separate staff


From: James Lowe
Subject: Re: Completely separate staff
Date: Thu, 26 May 2011 23:02:27 +0000

Hello

On 26 May 2011, at 21:52, "Fabian Binz" <address@hidden<mailto:address@hidden>> 
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



reply via email to

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