From: Graham Percival Date: Sun, 4 Oct 2009 13:35:26 +0000 (+0100) Subject: Doc: move simply.ly into included, since it's required by markup-commands.tely X-Git-Tag: release/2.13.6-1~55 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5fe6a26a1050e39ea5b485dde7ed797f414dd7eb;p=lilypond.git Doc: move simply.ly into included, since it's required by markup-commands.tely --- diff --git a/Documentation/included/simple.ly b/Documentation/included/simple.ly new file mode 100644 index 0000000000..0ce4bf40af --- /dev/null +++ b/Documentation/included/simple.ly @@ -0,0 +1,7 @@ +%% A simple piece in LilyPond, a scale. +\relative c' { + c d e f g a b c +} + +%% Optional helper for automatic updating by convert-ly. May be omitted. +\version "2.12.0" diff --git a/input/simple.ly b/input/simple.ly deleted file mode 100644 index 0ce4bf40af..0000000000 --- a/input/simple.ly +++ /dev/null @@ -1,7 +0,0 @@ -%% A simple piece in LilyPond, a scale. -\relative c' { - c d e f g a b c -} - -%% Optional helper for automatic updating by convert-ly. May be omitted. -\version "2.12.0"