lilypond-user
[Top][All Lists]
Advanced

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

Re: scoop before note


From: Wilbert Berendsen
Subject: Re: scoop before note
Date: Mon, 8 Jun 2009 11:47:59 +0200
User-agent: KMail/1.11.2 (Linux/2.6.28-11-generic; KDE/4.2.2; i686; ; )

Op maandag 08 juni 2009, schreef Lewis Overton:
> I'm curious about what others are doing to print a "scoop" --  a curved
> gliss into a note with no particular starting note

I sometimes use something like this for Bach music: a hidden appoggiatura that 
leaves the slur visible (and manipulate that slur a bit)

scoop = #(define-music-function (parser location note) (ly:music?)
#{
  \once \override Slur #'extra-offset = #'(-.8 . 1.5)
  \once \override Slur #'rotation = #'(-10 0 0)
  \hideNotes \appoggiatura $note \unHideNotes 
#})

\relative c'' {
  g4 \scoop f e f2
}

This scoop function needs a note that is used to place a hidden appoggiatura. 
See the attached png example.

best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/

PNG image


reply via email to

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