lilypond-user
[Top][All Lists]
Advanced

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

Re: arpeggioBracket spanning multiple voices on a single staff?


From: William Bajzek
Subject: Re: arpeggioBracket spanning multiple voices on a single staff?
Date: Thu, 20 May 2010 10:22:06 -0700

On May 19, 2010, at 10:55 PM, Mark Polesky wrote:

William Bajzek wrote:
My expectation and hope is that it would show the arpeggio
bracket instead of the zigzag one, but it doesn't. Can
this be done?

Yes.
- Mark

* * * * * * * * * *

arpeggioBracketStaff = {


Thanks! That does work nicely. I'll make the problem harder now, though; I usually use an input structure like the following, to facilitate keeping the stems for each voice going the right direction, and I wouldn't *always* want the arpeggioBracket, as the regular arpeggio often comes up in guitar music, too. With your suggestion, it looks like I am limited to the one type. Is there a way to do it without restructuring my files?

upper = \relative c' {
\voiceOne
<e' g>4\arpeggio <d f> <d f>2
}

lower = \relative c' {
\voiceTwo
<d, f>2\arpeggio <g b>2
}

\score {
   \new Staff = "guitar traditional" <<

\clef "treble_8"

     \context Voice = "upper" \upper
     \context Voice = "lower" \lower

\layout { }
}


- William Bajzek
please note my new email address: address@hidden

reply via email to

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