]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/demo-midiinstruments.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / demo-midiinstruments.ly
index 2d744a259bb149a26a55faf7d91e1346316c0af2..434587651fac209ed00da5b0c78d6b4b5aac4bb3 100644 (file)
@@ -1,10 +1,13 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.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.13.20"
+\version "2.16.0"
 
 \header {
-  lsrtags = "midi"
+  lsrtags = "midi, real-music, specific-notation"
 
   texidoc = "
 Problem: How to know which @code{midiInstrument} would be best for your
@@ -16,6 +19,7 @@ composition? Solution: A LilyPond demo file.
   doctitle = "Demo MidiInstruments"
 } % begin verbatim
 
+
 \header {
   title = "Demo of all midi sounds"
   arranger = "Myself "
@@ -173,4 +177,3 @@ melody = {
   >>
   \midi { }
 }
-