LSR: Update.
[lilypond.git] / input / lsr / flute-slap-notation.ly
blob5c8823f6d61c375ebdef4d198f0ecf4810a08fd3
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.62"
5 \header {
6 lsrtags = "winds"
8 texidoc = "
9 It is possible to indicate special articulation techniques such as
10 flute's \"tongue slap\", by replacing the note head with the
11 appropriate glyph.
14 doctitle = "Flute slap notation"
15 } % begin verbatim
16 slap =
17 #(define-music-function (parser location music) (ly:music?)
18 #{\override NoteHead #'stencil = #ly:text-interface::print
19 \override NoteHead #'text = \markup \musicglyph #"scripts.sforzato"
20 \override NoteHead #'extra-offset = #'(0.1 . 0.0 )
21 $music
22 \revert NoteHead #'stencil
23 \revert NoteHead #'text
24 \revert NoteHead #'extra-offset #})
26 \relative c' {
27 c \slap c d r \slap { g a } b r