Hi there,

In the following code, you may see the arpeggio is far away the notes. My question is how to make it close to the notes? Thanks in advance.

Best,
Jinsong

\version "2.19.56"
%\pointAndClickOff

RH = \relative c' {
  \clef "treble"
  \key g \major

  <fis, b fis'>2 <b fis' b> |%m13
  <b d e>1 \arpeggio  |%m14
}

LH = \relative c, {
  \clef "bass"
  \key g \major

  <b b'>2 <a a'>  |%m13
  <<
    \new Voice {
      \voiceOne
      e''1 \arpeggio
    }
    \new Voice {
      \voiceTwo
      <gis,, gis'>1
    }
  >> |%m14
}

\score {
  \new PianoStaff <<
    \set PianoStaff.connectArpeggios = ##t
    \new Staff { \RH }
    \new Staff { \LH }
  >>
  \layout {}
}


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to