]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/flute-slap-notation.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / flute-slap-notation.ly
index 2e0a858e4fc4314def360856da957876d56728e2..b239a2036d266a37a4e5982a6b0cd31d310bcee2 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
-  lsrtags = "winds"
+  lsrtags = "contemporary-notation, winds"
 
   texidoc = "
 It is possible to indicate special articulation techniques such as a
@@ -18,6 +18,7 @@ glyph.
   doctitle = "Flute slap notation"
 } % begin verbatim
 
+
 slap =
 #(define-music-function (parser location music) (ly:music?)
 #{
@@ -43,4 +44,3 @@ slap =
   c4 \slap c d r
   \slap { g4 a } b r
 }
-