lilypond-user
[Top][All Lists]
Advanced

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

Arpeggio in the wrong bar


From: Arjan Bos
Subject: Arpeggio in the wrong bar
Date: Sat, 12 Jan 2008 17:22:40 +0100

Hello,

Many thanks to the developers who made it possible to work with Arpeggios over different voices. It works very well... Except in 2.11.37 when fingering is applied to part of the chord. Then the arpeggio mark is moved to the previous bar as in this almost minimal example:

Attachment: ArpeggioFingeringSmall.pdf
Description: Adobe PDF document



This only occurs when the arpeggio mark applies to a chord with fingering in it and when that same arpeggio mark spans two or more voices. Are there any ideas on this list on how to prevent it?

Many thanks in advance,

Arjan

And here's the source:

\version "2.11.37"

\score {
  \context Staff = guitar <<
     \context Voice = "guitarA" {
       \voiceOne
       \set fingeringOrientations = #'(right)
       \relative c'' {
         \set Staff.connectArpeggios = ##t
         a1 |
         <a-2 c-1 e>2.\arpeggio e'4 |
       }
     }
     \context Voice = "guitarB" {
       \voiceTwo
       \relative c' {
         a2 g |
         a2\arpeggio e  |
       }
     }
  >>
  \layout {
    ragged-right = ##t %% otherwise the problem won't show.
    \context {
      \Staff
      \consists Span_arpeggio_engraver
    }
  }
}



reply via email to

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