lilypond-user
[Top][All Lists]
Advanced

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

Re: grouping staffs


From: Damian leGassick
Subject: Re: grouping staffs
Date: Fri, 18 May 2007 16:25:42 +0100

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: 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






_______________________________________________
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]