lilypond-user
[Top][All Lists]
Advanced

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

Cross-voice arpeggio moves accidental away from notehead


From: Nick Payne
Subject: Cross-voice arpeggio moves accidental away from notehead
Date: Mon, 01 Apr 2013 14:12:27 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4

See example below. The chord across two voices has the accidental next to the notehead. Add an arpeggio and the accidental and arpeggio both get spaced away to the left. How do I move the accidental back next to the notehead?

\version "2.17.15"

\new Staff <<
  \set Staff.connectArpeggios = ##t
\new Voice = "1" { \voiceOne \relative c'' { <e a,>2 s <e a,>\arpeggio } } \new Voice = "2" { \voiceTwo \relative c'' { <g cis,>2 s <g cis,>\arpeggio } }
>>

\layout {
  \context {
    \Staff \consists "Span_arpeggio_engraver"
  }
}

Attachment: arpeggio.png
Description: PNG image


reply via email to

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