lilypond-user
[Top][All Lists]
Advanced

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

RE: grouping staffs


From: Trevor Daniels
Subject: RE: grouping staffs
Date: Fri, 18 May 2007 15:49:24 +0100

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: address@hidden
> [mailto:lilypond-user-bounces+t.daniels=treda.co.u
> address@hidden Behalf Of
> Helge Kruse
> Sent: 17 May 2007 13:31
> To: address@hidden
> 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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 






reply via email to

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