i think that should be

\version "2.11.23"
\score {
<<
  \new Staff {c'}
  \new GrandStaff
  <<
   \new Staff {d'}
   \new Staff {e'}
  >>
  \new GrandStaff
  <<
   \new Staff {f'}
   \new Staff {g'}
  >>
>>        

}


cheers

d

On 18 May 2007, at 15:49, Trevor Daniels wrote:


Helge

This should give you the layout you require:

\score {
 <<
  \new Staff {c'}
  \new GrandStaff
  <<
   \new Staff {d'}
   \new Staff {e'}

  \new GrandStaff
  <<
   \new Staff {f'}
   \new Staff {g'}


}

Trevor

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:lilypond-user-bounces+t.daniels=treda.co.u
[EMAIL PROTECTED] Behalf Of
Helge Kruse
Sent: 17 May 2007 13:31
To: lilypond-user@gnu.org
Subject: grouping staffs


Hello,

I want to write a score for three instruments.
One instrument has one staff,
the two other have two staves. I found in the
documentation at 6.4.7 some
system start delimiter for combination of single
staff lines. How do I
combine second to third and fourth to fifth staff?

So it look like this (fixed font pseudo graphic).

    |---|---|---
    |---|---|---
    |---|---|---
    |
  / |
  | |---|---|---
  | |---|---|---
  | |---|---|---
  | |   |   |
  | |---|---|---
  | |---|---|---
  | |---|---|---
  \ |
    |
  / |
  | |---|---|---
  | |---|---|---
  | |---|---|---
  | |   |   |
  | |---|---|---
  | |---|---|---
  | |---|---|---
  \ |

/Helge



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






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



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

Reply via email to