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/
<<scoop.png>>
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
