lilypond-user
[Top][All Lists]
Advanced

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

tweak the position of arpeggio


From: Jinsong Zhao
Subject: tweak the position of arpeggio
Date: Wed, 22 Mar 2017 15:50:01 +0800
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

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 {}
}




reply via email to

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