1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.di.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
6 %% This file is in the public domain.
10 lsrtags = "contemporary-notation, winds"
13 It is possible to indicate special articulation techniques such as a
14 flute @qq{tongue slap} by replacing the note head with the appropriate
18 doctitle = "Flute slap notation"
22 #(define-music-function (music) (ly:music?)
24 \override NoteHead.stencil =
26 (grob-interpret-markup grob
27 (markup #:musicglyph "scripts.sforzato")))
28 \override NoteHead.stem-attachment =
30 (let* ((thickness (ly:staff-symbol-line-thickness grob))
31 (stem (ly:grob-object grob 'stem))
32 (dir (ly:grob-property stem 'direction UP)))
33 (cons 1 (+ (if (= dir DOWN)
38 \revert NoteHead.stencil
39 \revert NoteHead.stem-attachment