Re: Part name with staff groups/grand staff

2010-01-16 Thread Patrick Horgan
Mats Bengtsson wrote: You mean like the following example? Doesn't work with odd numbers of staffs. Patrick ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Part name with staff groups/grand staff

2010-01-15 Thread i . love . the . pikachu
Thanks to you the 3 problems seem to be solved: - \score{ \new StaffGroup \with { \consists "Instrument_name_engraver" instrumentName = #"Clarinetto"

Re: Part name with staff groups/grand staff

2010-01-15 Thread Reinhold Kainhofer
Am Freitag, 15. Januar 2010 13:43:20 schrieb i.love.the.pika...@gmail.com: > I didn't know that a pianostaff can contain more than 3 staffs and > that instrument name of staffs in a pianostaff can be set. I wouldn't use PianoStaff in your case, but rather GrandStaff (PianoStaff is basically the s

Re: Part name with staff groups/grand staff

2010-01-15 Thread i . love . the . pikachu
Thank you. I didn't know that a pianostaff can contain more than 3 staffs and that instrument name of staffs in a pianostaff can be set. Then I tried this code: - \new PianoStaff <<

Re: Part name with staff groups/grand staff

2010-01-15 Thread Reinhold Kainhofer
Am Freitag, 15. Januar 2010 13:00:56 schrieb i.love.the.pika...@gmail.com: > Can't this notation, which is very popular in today's scores, be > produced with Lilypond? Can you please explain exactly what you are missing? Is it: -) That the group brackets don't go all the way to the upper/lower ed

Re: Part name with staff groups/grand staff

2010-01-15 Thread James Lowe
http://lilypond.org/doc/v2.12/Documentation/user/lilypond-big-page#Grouping-staves James Mats Bengtsson wrote: You mean like the following example? \version "2.12.0" \new PianoStaff << \set PianoStaff.instrumentName = #"Violin" \new Staff { \set Staff.instrumentName = "1" c'1 } \new Staff {

Re: Part name with staff groups/grand staff

2010-01-15 Thread Mats Bengtsson
You mean like the following example? \version "2.12.0" \new PianoStaff << \set PianoStaff.instrumentName = #"Violin" \new Staff { \set Staff.instrumentName = "1" c'1 } \new Staff { \set Staff.instrumentName = "2" c'1 } >> /Mats i.love.the.pika...@gmail.com wrote: Can't this notation, whi

Part name with staff groups/grand staff

2010-01-15 Thread i . love . the . pikachu
Can't this notation, which is very popular in today's scores, be produced with Lilypond? I have looked over a documentation since the time of version 2.10, but no answer for this question was found. <>___ lilypond-user mailing list lilypond-user@gnu.org h