lilypond-user
[Top][All Lists]
Advanced

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

Arpeggio travels to the left and dot disappears with \harmonic (2 items)


From: Peter Terpstra
Subject: Arpeggio travels to the left and dot disappears with \harmonic (2 items).
Date: Tue, 02 Dec 2014 11:43:19 +0100
User-agent: KNode/4.14.3

Dear people,
In the next score i encountered two problems. The arpeggio travels to the left 
when fingerorientations left or right is used.
Also the b4. appears as a b4 when using the \harmonic.

Thank you kindly in advantage.

Peter

Example:

\version "2.18.2"

global = {
  \key g \major
  \time 6/8
 }

upper = \relative c' {
  \global
   \repeat unfold 2 {
     \set fingeringOrientations = #'(left)
     \set stringNumberOrientations = #'(down)
    <d-2>8.\arpeggio<e-0\1\harmonic>16<d-3\2\harmonic>8<b-4\3\harmonic 
>4.\fermata
   }    \bar "||"

}

lower = \relative c {
  \global
  \repeat unfold 2 {
    \set fingeringOrientations = #'(left)
    <g-1 d'-0 b'-3>2.\arpeggio |
   }

}

\score {
  \new Staff \with {
     \consists "Span_arpeggio_engraver"
    } { \clef "treble_8" << \upper \\ \lower >> }
  \layout {
    \set Staff.connectArpeggios = ##t
  }
}




reply via email to

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