That's it, thanks!

Here's what I did, just for people searching the mailing list:

\version "2.19.54"

\new Staff {
  <<
    {
      \grace e''4 \arpeggio
      \voiceOne d''2
    }
    \new Voice {
      \voiceTwo
      \hideNotes \grace e'4 \arpeggio \unHideNotes
      \voiceOne
      <g' f'>2
    }
  >>
}

\layout {
  \context {
    \Staff
    \consists "Span_arpeggio_engraver"
    connectArpeggios = ##t
  }
}


---
Knute Snortum
(via Gmail)

On Sat, Feb 18, 2017 at 4:42 PM, Andrew Bernard <andrew.bern...@gmail.com>
wrote:

> Hi Knute,
>
> LSR 410 shows a way to do this. Would that help?
>
> Andrew
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to