]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/demo-midiinstruments.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / demo-midiinstruments.ly
index 23f6e4385329d045003fea8103e416798e2af660..44199d8fd9f40b78a02714d5e84cfd0f57bb8f93 100644 (file)
@@ -1,13 +1,13 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% 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.14.2"
+\version "2.18.0"
 
 \header {
-  lsrtags = "specific-notation, real-music, midi"
+  lsrtags = "midi, real-music, specific-notation"
 
   texidoc = "
 Problem: How to know which @code{midiInstrument} would be best for your
@@ -19,7 +19,6 @@ composition? Solution: A LilyPond demo file.
   doctitle = "Demo MidiInstruments"
 } % begin verbatim
 
-
 \header {
   title = "Demo of all midi sounds"
   arranger = "Myself "
@@ -177,4 +176,3 @@ melody = {
   >>
   \midi { }
 }
-