summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorJean Abou Samra <jean@abou-samra.fr>2022-08-15 00:48:05 +0200
committerJean Abou Samra <jean@abou-samra.fr>2022-08-15 00:54:55 +0200
commitd531b47261976fc135394c82687436a50ba51155 (patch)
tree0cf43e9fe4fa5a2f3e51a66b0c490b072c8e9750 /external
parent78efbf0bd992871e560b3997645f5b2fe29d0f3c (diff)
downloadpygments-git-d531b47261976fc135394c82687436a50ba51155.tar.gz
LilyPond: add 6 missing builtins
Fix problem reported at https://lists.gnu.org/archive/html/lilypond-user-fr/2022-04/msg00075.html Then update the autogenerated result.
Diffstat (limited to 'external')
-rw-r--r--external/lilypond-builtins-generator.ly12
1 files changed, 10 insertions, 2 deletions
diff --git a/external/lilypond-builtins-generator.ly b/external/lilypond-builtins-generator.ly
index f01d8601..983b4c3a 100644
--- a/external/lilypond-builtins-generator.ly
+++ b/external/lilypond-builtins-generator.ly
@@ -347,11 +347,19 @@
print-all-headers
system-separator-markup
footnote-separator-markup
- ; Let's view these four as \paper variables.
+ ;; Let's view these four as \paper variables.
basic-distance
minimum-distance
padding
- stretchability))
+ stretchability
+ ;; These were forgotten in the documentation.
+ evenHeaderMarkup
+ oddHeaderMarkup
+ evenFooterMarkup
+ oddFooterMarkup
+ bookTitleMarkup
+ scoreTitleMarkup
+ ))
#(dump-py-list 'paper_variables all-paper-variables)