lilypond-user
[Top][All Lists]
Advanced

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

Re: Baroque slash ornament


From: bruys .
Subject: Re: Baroque slash ornament
Date: Fri, 22 Apr 2011 11:18:34 +1000

Dear Edward,
Thanks for sharing your solution. This is something I'm likely to use.
Regards,
Bruys

On Mon, Apr 18, 2011 at 1:14 AM, Edward Neeman <address@hidden> wrote:
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


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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