Edward
\version "2.12.3"
slideNotes = {
\override NoteHead #'stencil = #(ly:make-stencil
(list 'draw-line 0.15 -0.5 -0.4 2 0.4)
'(-0.1 . 0.1) '(0.1 . 1))
\override Stem #'stencil = ##f }
\new Staff \relative c' {
\key e \minor
\time 3/4
\partial 4
<< { \voiceOne g'8. g16 g4}
\new Voice { \voiceTwo <b, e>4
\stemUp \once \override Slur #'extra-offset = #'(0 . 1)
\appoggiatura b8 \stemDown <c e>4 }
\new Voice = "slides" { \slideNotes <d fis>4 fis }
>>
}
On 4/17/11 12:57 AM, Edward Neeman wrote:
Hello,I would like to have slashes between notes of a chord (a Baroque ornament that indicates that the lower neighbor notes should be struck almost simultaneously in a light arpeggio). I've attached an example. What would be the best way to do this?Thanks, Edward
<<attachment: slashnotes.png>>
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
