]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: move simply.ly into included, since it's required by markup-commands.tely
authorGraham Percival <graham@percival-music.ca>
Sun, 4 Oct 2009 13:35:26 +0000 (14:35 +0100)
committerGraham Percival <graham@percival-music.ca>
Sun, 4 Oct 2009 13:35:26 +0000 (14:35 +0100)
Documentation/included/simple.ly [new file with mode: 0644]
input/simple.ly [deleted file]

diff --git a/Documentation/included/simple.ly b/Documentation/included/simple.ly
new file mode 100644 (file)
index 0000000..0ce4bf4
--- /dev/null
@@ -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 (file)
index 0ce4bf4..0000000
+++ /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"