lilypond-user
[Top][All Lists]
Advanced

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

Re: Arpeggio and spacing question.


From: Thomas Morley
Subject: Re: Arpeggio and spacing question.
Date: Sun, 21 Aug 2016 08:54:14 +0200

2016-08-21 3:19 GMT+02:00 Hwaen Ch'uqi <address@hidden>:
> 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
%% I'd go for:
\once \override PianoStaff.Arpeggio.extra-spacing-width = #'(-5 . 0)
<a,, aes'!>\arpeggio
> \ottava #0 aes''8 \clef treble <aes''' aes'>16\arpeggio %271
>         }
>       >>
>     >>
>   }


HTH,
  Harm



reply via email to

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