Hi,
I am trying to wangle the creation of a temporary extra staff that will
appear below an existing staff for the duration of the extra part only.
(Lily 2.0.1)


|----------|------------------|------------
|----------|------------------|------------
|----------|------------------|------------
|----------|------------------|------------
|----------|------------------|------------ etc
           |                  |
           |------------------|
           |------------------|
           |------------------|
           |------------------|

I have seen the example in the tips and tricks, and the closest that I can
get to what I am after is below.

However, I am left with a couple of problems which I can't get my head
around

        * How can I easily remove the dangling clef and time sig from the
new stave? Is the only way to create a new Staff context which excludes the
engravers that I don't want, or is there an easier, neater way?

        * How can I get rid of the dangling bar line at the beginning of the
first staff, which I believe is coming from the Span_bar_engraver? I want
the bar lines to span, but not the one at the left which is not attached to
by new staff?

I've also tried entering a new StaffGroup context for the duration of the
extra staff only, but I can't seem to get continuity with the parent staff.


Any help gratefully appreciated!

Ralphy
        
------8<------8<------8<------8<------8<------8<------8<------8<---

\score {
        \context StaffGroup {
                \notes {
                        \context Staff = One {c4 d e f}
                        <<
                                {c d e f}
                                \context Staff = Two {c4 d e f}
                        >>
                        c d e f
                }
        }
        \paper {
                raggedright = ##t
                \translator {
                        \StaffGroupContext
                        \remove System_start_delimiter_engraver
                }
        }
}

------8<------8<------8<------8<------8<------8<------8<------8<---

---------- 
Our communications with you matter to us. This e-mail and any attachments
are confidential and are sent on the basis of our copyright, e-mail and
security policy which can be inspected by visiting
http://www.tribaldata.co.uk/contact_index.asp. and clicking on the print
friendly link. If you are not the intended recipient, please notify the
sender and delete this message.  Thank you. 
---------- 



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to