lilypond-user
[Top][All Lists]
Advanced

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

Re: Baroque slash ornament


From: Edward Neeman
Subject: Re: Baroque slash ornament
Date: Sun, 17 Apr 2011 11:14:55 -0400
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9

Here's the solution I came up with. I just copy/pasted the Scheme code and edited it a little, I don't understand how it works.

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
Description: PNG image


reply via email to

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