lilypond-user
[Top][All Lists]
Advanced

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

Nested PianoStaffs - show inner brace only


From: William Rehwinkel
Subject: Nested PianoStaffs - show inner brace only
Date: Sun, 1 Jan 2023 12:12:18 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

Dear list,

Organ music is typically engraved on three staves with the top two connected by a piano brace.

I would like combine all three staves in a PianoStaff (so that all three are modified by the piano accidental style) and omit the outer pianostaff bracket. However, I was wondering how to show the inner piano brace, as shown in the minimal example below.

Thank you in advance,

% --------------------
\version "2.24"

\score {
    \new PianoStaff \with {
        \omit PianoStaff.SystemStartBrace
    }<<
        \new PianoStaff \with {
            \undo \omit PianoStaff.SystemStartBrace % ??
        } <<
            \new Staff \relative c' {c8 des ees f g a b c } % right hand
            \new Staff \relative c' {bes8 aes fis c d e f g} % left hand
        >>
        \new Staff \relative c { \clef bass cis8 d e d c b a g } % pedal
    >> % full PianoStaff
    \layout {
        \context { \Staff \accidentalStyle piano }
    }
}
% --------------------

Happy new year
-Will
--
+ ---------------------------------------------- +
|    William Rehwinkel - Oberlin College and     |
|                           Conservatory '24     |
|          william@williamrehwinkel.net          |
| PGP key:                                       |
| https://williamrehwinkel.net/static/pubkey.txt |
+ ---------------------------------------------- +

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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