From 390dd289cc9855dbb26d114c37270db08cdf93f0 Mon Sep 17 00:00:00 2001 From: Knute Snortum Date: Wed, 18 Dec 2024 22:01:23 +0100 Subject: [PATCH] Remove unused music commands that haven't been in LilyPond since 2.17.25 --- ly/words.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/ly/words.py b/ly/words.py index 5ed701e..214f15f 100644 --- a/ly/words.py +++ b/ly/words.py @@ -133,8 +133,6 @@ 'bookOutputName', 'bookOutputSuffix', 'bp', # since 2.24 - 'bracketCloseSymbol', - 'bracketOpenSymbol', 'break', 'breathe', 'breve', @@ -224,11 +222,6 @@ 'endSpanners', 'episemFinis', 'episemInitium', - 'escapedBiggerSymbol', - 'escapedExclamationSymbol', - 'escapedParenthesisCloseSymbol', - 'escapedParenthesisOpenSymbol', - 'escapedSmallerSymbol', 'eventChords', # since 2.23 'expandEmptyMeasures', 'expandFullBarRests', @@ -362,8 +355,6 @@ 'palmMuteOff', 'palmMuteOn', # since 2.16 'parallelMusic', - 'parenthesisCloseSymbol', - 'parenthesisOpenSymbol', 'parenthesize', 'partCombine', 'partCombineApart', @@ -389,7 +380,6 @@ 'phrasingSlurNeutral', 'phrasingSlurSolid', 'phrasingSlurUp', - 'pipeSymbol', 'pitchedTrill', 'pointAndClickOff', 'pointAndClickOn', @@ -532,7 +522,6 @@ 'tieNeutral', 'tieSolid', 'tieUp', - 'tildeSymbol', 'time', 'times', 'timing',