From: Graham Percival Date: Wed, 23 Jan 2008 18:43:17 +0000 (-0800) Subject: Remove unnecessary snippet. X-Git-Tag: release/2.11.38-1~22^2~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0892e1aa65e6a8865806ea89b61c3622df528f0a;p=lilypond.git Remove unnecessary snippet. --- diff --git a/input/new/creating-music-with-scheme-music-box.ly b/input/new/creating-music-with-scheme-music-box.ly deleted file mode 100644 index ea13878b5d..0000000000 --- a/input/new/creating-music-with-scheme-music-box.ly +++ /dev/null @@ -1,13 +0,0 @@ -\version "2.11.35" -\header { - doctitle = "Creating music with Scheme music box" - lsrtags = "pitches" - texidoc = " -This example shows prelude in C major of Bach's Well-Tempered Klavier -1, but coded using Scheme functions to avoid typing work. - -BROKEN (?) IN 2.11, COMMENTED OUT. -" -} - -{ c'4 }