]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/graphical-and-text-woodwind-diagrams.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / new / graphical-and-text-woodwind-diagrams.ly
diff --git a/Documentation/snippets/new/graphical-and-text-woodwind-diagrams.ly b/Documentation/snippets/new/graphical-and-text-woodwind-diagrams.ly
deleted file mode 100644 (file)
index 6b77f0a..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-\version "2.14.0"
-
-\header {
-  lsrtags="winds"
-  texidoc="
-In may cases, the keys other than the central column can be
-displayed by key name as well as by graphical means.
-"
-
-  doctitle = "Graphical and text woodwind diagrams"
-}
-
-\relative c'' {
-  \textLengthOn
-  c1^\markup
-    \woodwind-diagram
-      #'piccolo
-      #'((cc . (one three))
-         (lh . (gis))
-         (rh . (ees)))
-
-  c^\markup
-    \override #'(graphical . #f) {
-      \woodwind-diagram
-        #'piccolo
-        #'((cc . (one three))
-           (lh . (gis))
-           (rh . (ees)))
-    }
-}