]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/flute-slap-notation.ly
resolve merge
[lilypond.git] / input / lsr / flute-slap-notation.ly
diff --git a/input/lsr/flute-slap-notation.ly b/input/lsr/flute-slap-notation.ly
deleted file mode 100644 (file)
index c5b5d8d..0000000
+++ /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
-}
-