]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/demo-midiinstruments.ly
CG-Build system notes: fix formatting and add a comment
[lilypond.git] / Documentation / snippets / demo-midiinstruments.ly
index fb209c6a40eac799534dc19f21861484a6237fe0..8747bd1081aae0542e6ba586985d366ce27cef1e 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.15.20"
+\version "2.14.2"
 
 \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 { }
 }
-