From 61d951ccd16cfb62b635004ed7bad4d351cba865 Mon Sep 17 00:00:00 2001 From: Tucker Johnson Date: Mon, 7 Aug 2023 09:19:33 -0400 Subject: [PATCH] mem --- LICENSE.txt | 24 ++++++++++++++++++++++++ README.md | 1 - README.txt | 15 +++++++++++++++ 3 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 LICENSE.txt delete mode 100644 README.md create mode 100644 README.txt diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..fdddb29 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,24 @@ +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +For more information, please refer to diff --git a/README.md b/README.md deleted file mode 100644 index 9a19821..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -# ...for me, the cowbell... diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..290c60c --- /dev/null +++ b/README.txt @@ -0,0 +1,15 @@ +Usage + +Required Fonts: + +- haydn (https://github.com/OpenLilyPondFonts/haydn) +- Junicode +- Syne + +From a command prompt in the root directory: + +cat variables/* eng-files/* front-matter/* book.ly | lilypond -dno-point-and-click --output="for-me-the-cowbell" - + + +The content of this project (music and logos) are protected under copyright, and the underlying source code used to format that content licensed under the Unlicense. +(Copyright © 2023 Tucker Johnson) -- 2.39.5