]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/creating-custom-dynamics-in-midi-output.ly
Remove snippets from /new that are now in the LSR
[lilypond.git] / Documentation / snippets / creating-custom-dynamics-in-midi-output.ly
index 71080b7df5ff772343410d9ed69e316c9614e02c..e013e7af981db6078b4a9e0e511df244e6603e31 100644 (file)
@@ -1,27 +1,26 @@
-% DO NOT EDIT this file manually; it is automatically
-% generated from Documentation/snippets/new
-% Make any changes in Documentation/snippets/new/
-% and then run scripts/auxiliar/makelsr.py
-%
-% This file is in the public domain.
-%% Note: this file works from version 2.19.21
-\version "2.19.21"
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
+%% This file is in the public domain.
+\version "2.18.0"
 
 \header {
+  lsrtags = "midi, scheme-language"
 
-  lsrtags = "scheme-language, midi"
+  texidoc = "
+The following example shows how to create a dynamic marking, not
+included in the default list, and assign it a specific value so that it
+can be used to affect MIDI output.
 
-  texidoc = "The following example shows how to create a dynamic
-  marking, not included in the default list, and assign it a specific
-  value so that it can be used to affect MIDI output.
 
-  The dynamic mark @code{\\rfz} (@notation{rinforzando}) is assigned a
-  value of @code{0.9}."
+The dynamic mark @code{\\rfz} is assigned a value of @code{0.9}.
 
+"
   doctitle = "Creating custom dynamics in MIDI output"
 } % begin verbatim
 
-
 #(define (myDynamics dynamic)
     (if (equal? dynamic "rfz")
       0.9