]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/woodwind-diagrams-key-lists.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / woodwind-diagrams-key-lists.ly
index f472cdafeae4dc5973f69043c4a3529fb53081b6..4fe018c92bc09c95c6fcdfcb7eea356c2367f421 100644 (file)
@@ -1,26 +1,25 @@
-% 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.14.0
-\version "2.16.0"
+%% 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 = "winds"
 
-  texidoc="
-The snippet below produces a list of all possible keys and key
-settings for woodwind diagrams as defined in
-@file{scm/define-woodwind-diagrams.scm}.  The list will be displayed
-in the log file, but not in the music.  If output to the console
-is wanted, omit the @code{(current-error-port)} from the commands.
+  texidoc = "
+The snippet below produces a list of all possible keys and key settings
+for woodwind diagrams as defined in
+@code{scm/define-woodwind-diagrams.scm}.  The list will be displayed in
+the log file, but not in the music.  If output to the console is
+wanted, omit the @code{(current-error-port)} from the commands.
+
 "
   doctitle = "Woodwind diagrams key lists"
 } % begin verbatim
 
-
 #(print-keys-verbose 'piccolo (current-error-port))
 #(print-keys-verbose 'flute (current-error-port))
 #(print-keys-verbose 'flute-b-extension (current-error-port))
@@ -36,3 +35,5 @@ is wanted, omit the @code{(current-error-port)} from the commands.
 #(print-keys-verbose 'baritone-saxophone (current-error-port))
 #(print-keys-verbose 'bassoon (current-error-port))
 #(print-keys-verbose 'contrabassoon (current-error-port))
+
+\score {c''1}