From c2826f41cf14bf87393dcd1457b7fbf7cf5b4978 Mon Sep 17 00:00:00 2001 From: Matt Leonawicz Date: Thu, 12 Mar 2020 22:25:02 -0600 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 2dbd369..8f55972 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -13,7 +13,7 @@ Before filing a feature request, please consider if it fits the scope of the pac 1. Do you want to hack apart the string of LilyPond syntax generated by `phrase()` ad hoc? Why? Can your problem be reformulated? -`phrase()` is not intended to create arbitrary LilyPond markup. You may want to consider just using LilyPond directly. The `lilypond()` function exists so that you can create a LilyPond file rather than rendering it to sheet music. This is so that you can spot edit it after creating it if `phrase()` cannot meet your needs. There is a lot in LilyPond that tabr will never do. If your needs are great, you may be leaning on tabr too much. If there is a need to manipulate the string result of phrase, this speaks to a broader more fundamental problem somewhere else, which may not may not be worth resolving with tabr, but the answer is not to do LilyPond syntax post-processing. +`phrase()` is not intended to create arbitrary LilyPond markup. You may want to consider just using LilyPond directly. The `lilypond()` function exists so that you can create a LilyPond file rather than rendering it to sheet music. This is so that you can spot edit it after creating it if `phrase()` cannot meet your needs. There is a lot in LilyPond that tabr will never do. If your needs are great, you may be leaning on tabr too much. If there is a need to manipulate the string result of phrase, this speaks to a broader more fundamental problem somewhere else, which may or may not be worth resolving with tabr, but the answer is not to do LilyPond syntax post-processing. 2. Do you want your own unique music syntax?