lilypond-user
[Top][All Lists]
Advanced

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

Re: Switching X-axis placement of a grace note and arpeggio spanner


From: Knute Snortum
Subject: Re: Switching X-axis placement of a grace note and arpeggio spanner
Date: Sun, 19 Feb 2017 06:37:13 -0800

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 <address@hidden> wrote:
Hi Knute,

LSR 410 shows a way to do this. Would that help?

Andrew



reply via email to

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