]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/flute-slap-notation.ly
mass-link: handle filesystem crossing and support OS without link support
[lilypond.git] / Documentation / snippets / flute-slap-notation.ly
index 0b39a6186cd17f2c220756b1ef29ebc4aefff157..de9405d2c1ef9bcf1728b489bd0eb565f3162e8f 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.12.2"
+\version "2.14.2"
 
 \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
 }
-