lilypond-user
[Top][All Lists]
Advanced

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

position of ossia staff


From: Graham Percival
Subject: position of ossia staff
Date: Tue, 26 Nov 2002 23:55:56 -0800

I'd like to include an ossia (alternate part) in a piece.  The piece
normally has two staffs, and I'd like to have an alternate staff between
the two staffs.  However, Lilypond puts the alternate staff at the
bottom of the staffs:
aaaa
cccc
  bb
(see example)

I'd like it to look like this:
aaaa
  bb
cccc

Is this possible?

------
\score {
    \context GrandStaff = gs \notes <
      \context Staff=$aaa { a'1 a'
         <{a' a'}
          \context Staff=$bbb {b'1 b'}
         >}
      \context Staff=$ccc { c''1 c'' c'' c''}
>}
-----

Cheers,
- Graham




reply via email to

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