lilypond-user
[Top][All Lists]
Advanced

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

Re: vertical brackets


From: Gilles THIBAULT
Subject: Re: vertical brackets
Date: Tue, 24 Jul 2007 21:41:35 +0200



These vertical brackets are a special form of arpeggio; see 6.6.7
Arpeggio.

From that idea, I get this ugly solution

%%%%%%%%%%%%%%%%%%%%%%
\version "2.10.25"

\score {
\new Staff {
    \override Staff.Arpeggio #'stencil = #ly:arpeggio::brew-chord-bracket
    \override Staff.Arpeggio #'X-offset = #-1.2
    <<
         {< c' g' ees''>4 }
    \\
         {\hideNotes < d' e' >4  \arpeggio \unHideNotes}
    \\
         {\hideNotes < b' d''>4  \arpeggio \unHideNotes}
    >>
    \revert Staff.Arpeggio #'X-offset
    }
}


%%%%%%%%%%%%%%%%%%%%%%

You have to find the right notes in the hidden voices

Gilles




reply via email to

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