lilypond-user
[Top][All Lists]
Advanced

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

Re: RhythmicStaff followed by Staff in the same score block


From: Stjepan Horvat
Subject: Re: RhythmicStaff followed by Staff in the same score block
Date: Tue, 29 Oct 2013 12:33:39 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

Yes i did understund that..and i used it quite well..

what i wanted to do was:

\score {
<<
        \new ChordNames { c1 }
        \new RhythmicStaff { s1 }
        \new Lyrics { \lyricmode { What8 a ni -- ce day2 } }
>>
\layout {}
}

\score {
<<
        \new ChordNames { g1 }
        \new Staff { c'4 d' e' f' }
        \addlyrics { It's a ni -- ce }
>>
\layout {}
}

to be in a same score block..so i dont wast paper with empty staff..
i will try something out combing difrenet barlines..

On 10/28/2013 06:26 PM, Trevor Daniels wrote:
Stjepan Horvat wrote Monday, October 28, 2013 4:38 PM


Hi guys..Is this possible..
I'm dealing with speaking music which has chords and duration..something
like poetry over music..and afterwords singing parts..
i know that i can separate score blocks but it would be better if it
could be in the same..then i wouldnt have problems with bar numbers and
\mark \default staff..
thanks..
Possible, but can be tricky.  See

http://www.lilypond.org/doc/v2.17/Documentation/notation/opera-and-stage-musicals#dialogue-over-music

for a starting point.

Trevor




reply via email to

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