bug-lilypond
[Top][All Lists]
Advanced

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

Arpeggios clash with notes


From: Shotaro Funaji
Subject: Arpeggios clash with notes
Date: Sat, 26 Feb 2011 15:13:29 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

When arpeggios are pushed out by accidentals, arpeggios clash with notes.
In this case, using bracketed arpeggio, problem will see notably.

\version "2.13.51"

up = \relative c' { 
        \override PianoStaff.Arpeggio #'stencil = 
#ly:arpeggio::brew-chord-bracket
        \set PianoStaff.connectArpeggios = ##t
        b8 c4\arpeggio
}

down = \relative c' {
        \clef bass
        g8 as4\arpeggio
}

\score {
 \new PianoStaff <<
  \new Staff \up
  \new Staff \down
 >>
}




reply via email to

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