X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fflute-slap-notation.ly;fp=input%2Flsr%2Fflute-slap-notation.ly;h=0000000000000000000000000000000000000000;hb=941dff9d2a67080e0dd8474f1e70f0c72ace6424;hp=c5b5d8d7872b3801b1924863c099e9f02e1acbd9;hpb=5a22d6233a39d3164e1ca043244794c268be4ad0;p=lilypond.git diff --git a/input/lsr/flute-slap-notation.ly b/input/lsr/flute-slap-notation.ly deleted file mode 100644 index c5b5d8d787..0000000000 --- a/input/lsr/flute-slap-notation.ly +++ /dev/null @@ -1,32 +0,0 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it -%% This file is in the public domain. -\version "2.12.3" - -\header { - lsrtags = "winds" - - texidoc = " -It is possible to indicate special articulation techniques such as a -flute's \"tongue slap\" by replacing the note head with the appropriate -glyph. - -" - doctitle = "Flute slap notation" -} % begin verbatim - -slap = -#(define-music-function (parser location music) (ly:music?) -#{ - \override NoteHead #'stencil = #(lambda (grob) - (grob-interpret-markup grob - (markup #:musicglyph "scripts.sforzato"))) - \override NoteHead #'extra-offset = #'(0.1 . 0.0) - $music - \revert NoteHead #'stencil - \revert NoteHead #'extra-offset -#}) - -\relative c' { - c4 \slap c d r \slap { g a } b r -} -