lilypond-user
[Top][All Lists]
Advanced

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

Re: Two staves one stops with repeat the other continues


From: Mats Bengtsson
Subject: Re: Two staves one stops with repeat the other continues
Date: Thu, 08 Feb 2007 14:11:05 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20061206)

You mean something like
\layout{
 \context{
   \Score
   \remove Repeat_acknowledge_engraver
   \remove Default_bar_line_engraver
  }
 \context{
   \Staff
   \consists Repeat_acknowledge_engraver
   \consists Default_bar_line_engraver
  }
}

\score{
<<
 \new Staff { \repeat volta 3 {c1 c c } \alternative{{c}{c}} }
 \new Staff { \repeat volta 2 {e1 e e e e e e} \mark "Fine" e }
>>
}


However, if your exercise only spans a single line, the easiest solution is probably
to just typeset them as two separate scores after each other
\score{...}
\score{...}

If the score spans several lines, I honestly don't see the point of printing this
type of score, since the line break will happen at different places in the
two parts.

  /Mats

Jay Hamilton wrote:
I hope that this is clearer.

Staff 1
volta 3 with 3 measures one measure 1st and one measure 2nd ending.
Staff 2 with 7 measures \bar ":|" the 4th measure has a segno or 'al fine' 
sending musician to a final measure at end.

It's not a conducting score so that kind of readability is not the point 
however it is a teaching tool and I'm hoping it's somehow possible.

Jay Hamilton
www.soundand.com
206-328-7694

--- address@hidden wrote:

From: Mats Bengtsson <address@hidden>
To:  address@hidden
CC:  address@hidden
Subject: Re: Two staves one stops with repeat the other continues
Date: Thu, 08 Feb 2007 09:31:04 +0100

I don't understand what you want to do. If you want to print the full score
with both parts, then I cannot see how it would be possible to get a readable
score if you keep the original repeats from the separate parts. What layout
do you want?

   /Mats

Jay Hamilton wrote:
I wrote a little chaconne duet violin/cello
The cello part has the ostinato of 4 bars and repeats 3 times the violin part 
has 7 bars a repeat then a 2nd ending.

I wanted to print it out that way but the repeat sign always extends to the 
other staff.

version 2.8.4
XP

Thanks if you can just point me to the link in the manual, I couldn't figure 
out what to search for.

Jay

Jay Hamilton
www.soundand.com
206-328-7694


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


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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