]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/demo-midiinstruments.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / demo-midiinstruments.ly
index e1ba733c2be1cf88b4e9afa385e58f4c372e7aae..434587651fac209ed00da5b0c78d6b4b5aac4bb3 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 = "midi"
+  lsrtags = "midi, real-music, specific-notation"
 
   texidoc = "
 Problem: How to know which @code{midiInstrument} would be best for your
@@ -19,6 +19,7 @@ composition? Solution: A LilyPond demo file.
   doctitle = "Demo MidiInstruments"
 } % begin verbatim
 
+
 \header {
   title = "Demo of all midi sounds"
   arranger = "Myself "
@@ -176,4 +177,3 @@ melody = {
   >>
   \midi { }
 }
-