lilypond-user
[Top][All Lists]
Advanced

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

Arpeggio and spacing question.


From: Hwaen Ch'uqi
Subject: Arpeggio and spacing question.
Date: Sat, 20 Aug 2016 21:19:49 -0400

Greetings All,

The following code results in the second arpeggio sign running into
the preceding D-flat in the left hand. As there is very little room to
move the arpeggio to the right before running into the following
accidentals (also in the left hand), is there another spacing solution
to this problem that I am not considering? Any help would be greatly
appreciated.

Hwaen Ch'uqi

\version "2.19.46"

#(set-global-staff-size 17.82)

  \score {
    <<
      \new Staff {
        \relative c' {
          \key des \major \time 2/4 \clef treble
          f8 es aes, es' %271
        }
      }
      \new PianoStaff <<
        \set PianoStaff.connectArpeggios = ##t
        \new Staff = up \with {
          \consists "Span_arpeggio_engraver"
        }
        \relative c' {
          \key des \major \time 2/4 \clef treble
          <<
            {
              <bes' f des>4\arpeggio^\markup \italic "molto rit." <aes es
ges,!>\arpeggio %271A
            }
            \\
            {
              aes,8 g \once \override NoteColumn.force-hshift = #1.5 \shiftOn
des' c %271B
            }
          >>
        }
        \new Staff = down \with {
          \consists "Span_arpeggio_engraver"
        }
        \relative c' {
          \key des \major \time 2/4 \clef bass
          <es,,,>16\arpeggio es'8 des'16 \ottava #-1 <a,, aes'!>\arpeggio
\ottava #0 aes''8 \clef treble <aes''' aes'>16\arpeggio %271
        }
      >>
    >>
  }

Attachment: Snippet.pdf
Description: Adobe PDF document


reply via email to

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