1"""
2 pygments.lexers._lilypond_builtins
3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4
5 LilyPond builtins.
6
7 :copyright: Copyright 2006-present by the Pygments team, see AUTHORS.
8 :license: BSD, see LICENSE for details.
9"""
10
11# Contents generated by the script `lilypond-builtins-generator.ly`
12# found in the `external/` directory of the source tree.
13
14keywords = [
15 "accepts",
16 "addlyrics",
17 "alias",
18 "book",
19 "bookpart",
20 "chordmode",
21 "chords",
22 "consists",
23 "context",
24 "defaultchild",
25 "denies",
26 "description",
27 "drummode",
28 "drums",
29 "etc",
30 "figuremode",
31 "figures",
32 "header",
33 "include",
34 "inherit-acceptability",
35 "language",
36 "layout",
37 "lyricmode",
38 "lyricsto",
39 "midi",
40 "name",
41 "new",
42 "notemode",
43 "paper",
44 "remove",
45 "score",
46 "type",
47 "version",
48 "with",
49]
50
51clefs = [
52 "C",
53 "F",
54 "G",
55 "G2",
56 "GG",
57 "alto",
58 "altovarC",
59 "baritone",
60 "baritonevarC",
61 "baritonevarF",
62 "bass",
63 "blackmensural-c1",
64 "blackmensural-c2",
65 "blackmensural-c3",
66 "blackmensural-c4",
67 "blackmensural-c5",
68 "french",
69 "hufnagel-do-fa",
70 "hufnagel-do1",
71 "hufnagel-do2",
72 "hufnagel-do3",
73 "hufnagel-fa1",
74 "hufnagel-fa2",
75 "kievan-do",
76 "medicaea-do1",
77 "medicaea-do2",
78 "medicaea-do3",
79 "medicaea-fa1",
80 "medicaea-fa2",
81 "mensural-c1",
82 "mensural-c2",
83 "mensural-c3",
84 "mensural-c4",
85 "mensural-c5",
86 "mensural-f",
87 "mensural-f2",
88 "mensural-f3",
89 "mensural-f4",
90 "mensural-f5",
91 "mensural-g",
92 "mensural-g1",
93 "mensural-g2",
94 "mezzosoprano",
95 "moderntab",
96 "neomensural-c1",
97 "neomensural-c2",
98 "neomensural-c3",
99 "neomensural-c4",
100 "neomensural-c5",
101 "percussion",
102 "petrucci-c1",
103 "petrucci-c2",
104 "petrucci-c3",
105 "petrucci-c4",
106 "petrucci-c5",
107 "petrucci-f",
108 "petrucci-f2",
109 "petrucci-f3",
110 "petrucci-f4",
111 "petrucci-f5",
112 "petrucci-g",
113 "petrucci-g1",
114 "petrucci-g2",
115 "soprano",
116 "subbass",
117 "tab",
118 "tenor",
119 "tenorG",
120 "tenorvarC",
121 "treble",
122 "varC",
123 "varbaritone",
124 "varpercussion",
125 "vaticana-do1",
126 "vaticana-do2",
127 "vaticana-do3",
128 "vaticana-fa1",
129 "vaticana-fa2",
130 "violin",
131]
132
133scales = [
134 "aeolian",
135 "dorian",
136 "ionian",
137 "locrian",
138 "lydian",
139 "major",
140 "minor",
141 "mixolydian",
142 "phrygian",
143]
144
145repeat_types = [
146 "percent",
147 "segno",
148 "tremolo",
149 "unfold",
150 "volta",
151]
152
153units = [
154 "cm",
155 "in",
156 "mm",
157 "pt",
158 "staff-space",
159]
160
161chord_modifiers = [
162 "aug",
163 "dim",
164 "m",
165 "maj",
166]
167
168pitch_language_names = [
169 "catalan",
170 "català",
171 "deutsch",
172 "english",
173 "espanol",
174 "español",
175 "français",
176 "italiano",
177 "nederlands",
178 "norsk",
179 "portugues",
180 "português",
181 "suomi",
182 "svenska",
183 "vlaams",
184]
185
186pitches = [
187 "R",
188 "a",
189 "a-flat",
190 "a-flatflat",
191 "a-natural",
192 "a-sharp",
193 "a-sharpsharp",
194 "acousticbassdrum",
195 "acousticsnare",
196 "aeh",
197 "aes",
198 "aeseh",
199 "aeses",
200 "aess",
201 "aesseh",
202 "aessess",
203 "af",
204 "aff",
205 "agh",
206 "agl",
207 "ah",
208 "aih",
209 "ais",
210 "aisih",
211 "aisis",
212 "aiss",
213 "aissih",
214 "aississ",
215 "aqf",
216 "aqs",
217 "as",
218 "asah",
219 "asas",
220 "aseh",
221 "ases",
222 "ass",
223 "asseh",
224 "assess",
225 "atqf",
226 "atqs",
227 "ax",
228 "b",
229 "b-flat",
230 "b-flatflat",
231 "b-natural",
232 "b-sharp",
233 "b-sharpsharp",
234 "bassdrum",
235 "bb",
236 "bd",
237 "bda",
238 "beh",
239 "bes",
240 "beseh",
241 "beses",
242 "bess",
243 "bf",
244 "bff",
245 "bih",
246 "bis",
247 "bisih",
248 "bisis",
249 "boh",
250 "bohm",
251 "boho",
252 "bol",
253 "bolm",
254 "bolo",
255 "bqf",
256 "bqs",
257 "bs",
258 "bss",
259 "btqf",
260 "btqs",
261 "bx",
262 "c",
263 "c-flat",
264 "c-flatflat",
265 "c-natural",
266 "c-sharp",
267 "c-sharpsharp",
268 "cab",
269 "cabasa",
270 "cb",
271 "ceh",
272 "ces",
273 "ceseh",
274 "ceses",
275 "cess",
276 "cesseh",
277 "cessess",
278 "cf",
279 "cff",
280 "cgh",
281 "cghm",
282 "cgho",
283 "cgl",
284 "cglm",
285 "cglo",
286 "chinesecymbal",
287 "cih",
288 "cis",
289 "cisih",
290 "cisis",
291 "ciss",
292 "cissih",
293 "cississ",
294 "cl",
295 "claves",
296 "closedhihat",
297 "cowbell",
298 "cqf",
299 "cqs",
300 "crashcymbal",
301 "crashcymbala",
302 "crashcymbalb",
303 "cs",
304 "css",
305 "ctqf",
306 "ctqs",
307 "cuim",
308 "cuio",
309 "cx",
310 "cymc",
311 "cymca",
312 "cymcb",
313 "cymch",
314 "cymr",
315 "cymra",
316 "cymrb",
317 "cyms",
318 "d",
319 "d-flat",
320 "d-flatflat",
321 "d-natural",
322 "d-sharp",
323 "d-sharpsharp",
324 "deh",
325 "des",
326 "deseh",
327 "deses",
328 "dess",
329 "desseh",
330 "dessess",
331 "df",
332 "dff",
333 "dih",
334 "dis",
335 "disih",
336 "disis",
337 "diss",
338 "dissih",
339 "dississ",
340 "do",
341 "dob",
342 "dobb",
343 "dobhb",
344 "dobqt",
345 "dobsb",
346 "dobtqt",
347 "docb",
348 "docs",
349 "dod",
350 "dodd",
351 "dodsd",
352 "dohb",
353 "dohk",
354 "dok",
355 "dokhk",
356 "dokk",
357 "doqb",
358 "doqd",
359 "doqs",
360 "dos",
361 "dosb",
362 "dosd",
363 "dosqt",
364 "doss",
365 "dostqt",
366 "dotcb",
367 "dotcs",
368 "dotqb",
369 "dotqd",
370 "dotqs",
371 "dox",
372 "dqf",
373 "dqs",
374 "ds",
375 "dss",
376 "dtqf",
377 "dtqs",
378 "dx",
379 "e",
380 "e-flat",
381 "e-flatflat",
382 "e-natural",
383 "e-sharp",
384 "e-sharpsharp",
385 "eeh",
386 "ees",
387 "eeseh",
388 "eeses",
389 "eess",
390 "eesseh",
391 "eessess",
392 "ef",
393 "eff",
394 "eh",
395 "eih",
396 "eis",
397 "eisih",
398 "eisis",
399 "eiss",
400 "eissih",
401 "eississ",
402 "electricsnare",
403 "eqf",
404 "eqs",
405 "es",
406 "eseh",
407 "eses",
408 "ess",
409 "esseh",
410 "essess",
411 "etqf",
412 "etqs",
413 "ex",
414 "f",
415 "f-flat",
416 "f-flatflat",
417 "f-natural",
418 "f-sharp",
419 "f-sharpsharp",
420 "fa",
421 "fab",
422 "fabb",
423 "fabhb",
424 "fabqt",
425 "fabsb",
426 "fabtqt",
427 "facb",
428 "facs",
429 "fad",
430 "fadd",
431 "fadsd",
432 "fahb",
433 "fahk",
434 "fak",
435 "fakhk",
436 "fakk",
437 "faqb",
438 "faqd",
439 "faqs",
440 "fas",
441 "fasb",
442 "fasd",
443 "fasqt",
444 "fass",
445 "fastqt",
446 "fatcb",
447 "fatcs",
448 "fatqb",
449 "fatqd",
450 "fatqs",
451 "fax",
452 "feh",
453 "fes",
454 "feseh",
455 "feses",
456 "fess",
457 "fesseh",
458 "fessess",
459 "ff",
460 "fff",
461 "fih",
462 "fis",
463 "fisih",
464 "fisis",
465 "fiss",
466 "fissih",
467 "fississ",
468 "fqf",
469 "fqs",
470 "fs",
471 "fss",
472 "ftqf",
473 "ftqs",
474 "fx",
475 "g",
476 "g-flat",
477 "g-flatflat",
478 "g-natural",
479 "g-sharp",
480 "g-sharpsharp",
481 "geh",
482 "ges",
483 "geseh",
484 "geses",
485 "gess",
486 "gesseh",
487 "gessess",
488 "gf",
489 "gff",
490 "gih",
491 "gis",
492 "gisih",
493 "gisis",
494 "giss",
495 "gissih",
496 "gississ",
497 "gqf",
498 "gqs",
499 "gs",
500 "gss",
501 "gtqf",
502 "gtqs",
503 "gui",
504 "guil",
505 "guiro",
506 "guis",
507 "gx",
508 "h",
509 "halfopenhihat",
510 "handclap",
511 "hc",
512 "heh",
513 "heseh",
514 "heses",
515 "hesseh",
516 "hessess",
517 "hh",
518 "hhc",
519 "hhho",
520 "hho",
521 "hhp",
522 "hhs",
523 "hiagogo",
524 "hibongo",
525 "hiconga",
526 "highfloortom",
527 "hightom",
528 "hih",
529 "hihat",
530 "himidtom",
531 "his",
532 "hisidestick",
533 "hisih",
534 "hisis",
535 "hiss",
536 "hissih",
537 "hississ",
538 "hitimbale",
539 "hiwoodblock",
540 "la",
541 "lab",
542 "labb",
543 "labhb",
544 "labqt",
545 "labsb",
546 "labtqt",
547 "lacb",
548 "lacs",
549 "lad",
550 "ladd",
551 "ladsd",
552 "lahb",
553 "lahk",
554 "lak",
555 "lakhk",
556 "lakk",
557 "laqb",
558 "laqd",
559 "laqs",
560 "las",
561 "lasb",
562 "lasd",
563 "lasqt",
564 "lass",
565 "lastqt",
566 "latcb",
567 "latcs",
568 "latqb",
569 "latqd",
570 "latqs",
571 "lax",
572 "loagogo",
573 "lobongo",
574 "loconga",
575 "longguiro",
576 "longwhistle",
577 "losidestick",
578 "lotimbale",
579 "lowfloortom",
580 "lowmidtom",
581 "lowoodblock",
582 "lowtom",
583 "mar",
584 "maracas",
585 "mi",
586 "mib",
587 "mibb",
588 "mibhb",
589 "mibqt",
590 "mibsb",
591 "mibtqt",
592 "micb",
593 "mics",
594 "mid",
595 "midd",
596 "midsd",
597 "mihb",
598 "mihk",
599 "mik",
600 "mikhk",
601 "mikk",
602 "miqb",
603 "miqd",
604 "miqs",
605 "mis",
606 "misb",
607 "misd",
608 "misqt",
609 "miss",
610 "mistqt",
611 "mitcb",
612 "mitcs",
613 "mitqb",
614 "mitqd",
615 "mitqs",
616 "mix",
617 "mutecuica",
618 "mutehibongo",
619 "mutehiconga",
620 "mutelobongo",
621 "muteloconga",
622 "mutetriangle",
623 "opencuica",
624 "openhibongo",
625 "openhiconga",
626 "openhihat",
627 "openlobongo",
628 "openloconga",
629 "opentriangle",
630 "pedalhihat",
631 "r",
632 "rb",
633 "re",
634 "reb",
635 "rebb",
636 "rebhb",
637 "rebqt",
638 "rebsb",
639 "rebtqt",
640 "recb",
641 "recs",
642 "red",
643 "redd",
644 "redsd",
645 "rehb",
646 "rehk",
647 "rek",
648 "rekhk",
649 "rekk",
650 "reqb",
651 "reqd",
652 "reqs",
653 "res",
654 "resb",
655 "resd",
656 "resqt",
657 "ress",
658 "restqt",
659 "retcb",
660 "retcs",
661 "retqb",
662 "retqd",
663 "retqs",
664 "rex",
665 "ridebell",
666 "ridecymbal",
667 "ridecymbala",
668 "ridecymbalb",
669 "ré",
670 "réb",
671 "rébb",
672 "rébsb",
673 "réd",
674 "rédd",
675 "rédsd",
676 "résb",
677 "résd",
678 "réx",
679 "shortguiro",
680 "shortwhistle",
681 "si",
682 "sib",
683 "sibb",
684 "sibhb",
685 "sibqt",
686 "sibsb",
687 "sibtqt",
688 "sicb",
689 "sics",
690 "sid",
691 "sidd",
692 "sidestick",
693 "sidsd",
694 "sihb",
695 "sihk",
696 "sik",
697 "sikhk",
698 "sikk",
699 "siqb",
700 "siqd",
701 "siqs",
702 "sis",
703 "sisb",
704 "sisd",
705 "sisqt",
706 "siss",
707 "sistqt",
708 "sitcb",
709 "sitcs",
710 "sitqb",
711 "sitqd",
712 "sitqs",
713 "six",
714 "sn",
715 "sna",
716 "snare",
717 "sne",
718 "sol",
719 "solb",
720 "solbb",
721 "solbhb",
722 "solbqt",
723 "solbsb",
724 "solbtqt",
725 "solcb",
726 "solcs",
727 "sold",
728 "soldd",
729 "soldsd",
730 "solhb",
731 "solhk",
732 "solk",
733 "solkhk",
734 "solkk",
735 "solqb",
736 "solqd",
737 "solqs",
738 "sols",
739 "solsb",
740 "solsd",
741 "solsqt",
742 "solss",
743 "solstqt",
744 "soltcb",
745 "soltcs",
746 "soltqb",
747 "soltqd",
748 "soltqs",
749 "solx",
750 "splashcymbal",
751 "splashhihat",
752 "ss",
753 "ssh",
754 "ssl",
755 "tamb",
756 "tambourine",
757 "timh",
758 "timl",
759 "tomfh",
760 "tomfl",
761 "tomh",
762 "toml",
763 "tommh",
764 "tomml",
765 "tri",
766 "triangle",
767 "trim",
768 "trio",
769 "tt",
770 "vibraslap",
771 "vibs",
772 "wbh",
773 "wbl",
774 "whl",
775 "whs",
776]
777
778music_functions = [
779 "=",
780 "absolute",
781 "acciaccatura",
782 "accidentalStyle",
783 "addChordShape",
784 "addInstrumentDefinition",
785 "addQuote",
786 "after",
787 "afterGrace",
788 "allowPageTurn",
789 "allowVoltaHook",
790 "alterBroken",
791 "alternative",
792 "ambitusAfter",
793 "appendToTag",
794 "appendToTagMarkup",
795 "applyContext",
796 "applyMusic",
797 "applyOutput",
798 "appoggiatura",
799 "assertBeamQuant",
800 "assertBeamSlope",
801 "atLeft",
802 "atRight",
803 "augmentum",
804 "autoChange",
805 "balloonGrobText",
806 "balloonText",
807 "bar",
808 "barNumberCheck",
809 "beamExceptions",
810 "bendAfter",
811 "bendHold",
812 "bendStartLevel",
813 "bookOutputName",
814 "bookOutputSuffix",
815 "breathe",
816 "caesura",
817 "change",
818 "chordRepeats",
819 "clef",
820 "codaMark",
821 "compoundMeter",
822 "compressMMRests",
823 "contextPropertyCheck",
824 "crossStaff",
825 "cueClef",
826 "cueClefUnset",
827 "cueDuring",
828 "cueDuringWithClef",
829 "deadNote",
830 "defineBarLine",
831 "displayLilyMusic",
832 "displayMusic",
833 "displayScheme",
834 "dropNote",
835 "enablePolymeter",
836 "endSpanners",
837 "eventChords",
838 "featherDurations",
839 "finger",
840 "fixed",
841 "footnote",
842 "grace",
843 "grobdescriptions",
844 "harmonicByFret",
845 "harmonicByRatio",
846 "harmonicNote",
847 "harmonicsOn",
848 "hide",
849 "inStaffSegno",
850 "incipit",
851 "inherit-acceptability",
852 "initialContextFrom",
853 "instrumentSwitch",
854 "inversion",
855 "invertChords",
856 "jump",
857 "keepWithTag",
858 "key",
859 "killCues",
860 "label",
861 "language",
862 "languageRestore",
863 "languageSaveAndChange",
864 "ligature",
865 "magnifyMusic",
866 "magnifyStaff",
867 "makeClusters",
868 "makeDefaultStringTuning",
869 "mark",
870 "markupMap",
871 "modalInversion",
872 "modalTranspose",
873 "musicLength",
874 "musicMap",
875 "noPageBreak",
876 "noPageTurn",
877 "octaveCheck",
878 "offset",
879 "omit",
880 "once",
881 "ottava",
882 "override",
883 "overrideProperty",
884 "overrideTimeSignatureSettings",
885 "pageBreak",
886 "pageTurn",
887 "palmMute",
888 "palmMuteOn",
889 "parallelMusic",
890 "parenthesize",
891 "partCombine",
892 "partCombineDown",
893 "partCombineForce",
894 "partCombineUp",
895 "partial",
896 "phrasingSlurDashPattern",
897 "pitchedTrill",
898 "pointAndClickOff",
899 "pointAndClickOn",
900 "pointAndClickTypes",
901 "popContextProperty",
902 "preBend",
903 "preBendHold",
904 "propertyOverride",
905 "propertyRevert",
906 "propertySet",
907 "propertyTweak",
908 "propertyUnset",
909 "pushContextProperty",
910 "pushToTag",
911 "pushToTagMarkup",
912 "quoteDuring",
913 "raiseNote",
914 "reduceChords",
915 "relative",
916 "removeWithTag",
917 "repeat",
918 "resetRelativeOctave",
919 "responsum",
920 "retrograde",
921 "revert",
922 "revertTimeSignatureSettings",
923 "rightHandFinger",
924 "scaleDurations",
925 "sectionLabel",
926 "segnoMark",
927 "set",
928 "settingsFrom",
929 "shape",
930 "shiftDurations",
931 "single",
932 "skip",
933 "slashedGrace",
934 "slurDashPattern",
935 "staffHighlight",
936 "storePredefinedDiagram",
937 "stringTuning",
938 "styledNoteHeads",
939 "tabChordRepeats",
940 "tabChordRepetition",
941 "tag",
942 "tagGroup",
943 "tempo",
944 "temporary",
945 "textEndMark",
946 "textMark",
947 "tieDashPattern",
948 "time",
949 "times",
950 "tocItem",
951 "transpose",
952 "transposedCueDuring",
953 "transposition",
954 "tuplet",
955 "tupletSpan",
956 "tweak",
957 "undo",
958 "unfoldRepeats",
959 "unfolded",
960 "unset",
961 "versus",
962 "voices",
963 "void",
964 "volta",
965 "vshape",
966 "withMusicProperty",
967 "withRelativeDir",
968 "xNote",
969]
970
971dynamics = [
972 "!",
973 "<",
974 ">",
975 "cr",
976 "cresc",
977 "decr",
978 "decresc",
979 "dim",
980 "endcr",
981 "endcresc",
982 "enddecr",
983 "enddecresc",
984 "enddim",
985 "f",
986 "ff",
987 "fff",
988 "ffff",
989 "fffff",
990 "fp",
991 "fz",
992 "mf",
993 "mp",
994 "n",
995 "p",
996 "pp",
997 "ppp",
998 "pppp",
999 "ppppp",
1000 "rfz",
1001 "sf",
1002 "sff",
1003 "sfp",
1004 "sfz",
1005 "sp",
1006 "spp",
1007]
1008
1009articulations = [
1010 "(",
1011 ")",
1012 "-",
1013 "[",
1014 "]",
1015 "^",
1016 "accent",
1017 "accentus",
1018 "arpeggio",
1019 "bachschleifer",
1020 "breakDynamicSpan",
1021 "circulus",
1022 "coda",
1023 "dashBang",
1024 "dashDash",
1025 "dashDot",
1026 "dashHat",
1027 "dashLarger",
1028 "dashPlus",
1029 "dashUnderscore",
1030 "downbow",
1031 "downmordent",
1032 "downprall",
1033 "episemFinis",
1034 "episemInitium",
1035 "espressivo",
1036 "fermata",
1037 "flageolet",
1038 "glide",
1039 "glissando",
1040 "halfopen",
1041 "harmonic",
1042 "haydnturn",
1043 "henzelongfermata",
1044 "henzeshortfermata",
1045 "ictus",
1046 "laissezVibrer",
1047 "lheel",
1048 "lineprall",
1049 "longfermata",
1050 "ltoe",
1051 "marcato",
1052 "mordent",
1053 "noBeam",
1054 "open",
1055 "portato",
1056 "prall",
1057 "pralldown",
1058 "prallmordent",
1059 "prallprall",
1060 "prallup",
1061 "repeatTie",
1062 "reverseturn",
1063 "rheel",
1064 "rtoe",
1065 "segno",
1066 "semicirculus",
1067 "shortfermata",
1068 "signumcongruentiae",
1069 "slashturn",
1070 "snappizzicato",
1071 "sostenutoOff",
1072 "sostenutoOn",
1073 "staccatissimo",
1074 "staccato",
1075 "startGraceSlur",
1076 "startGroup",
1077 "startTextSpan",
1078 "startTrillSpan",
1079 "stopGraceSlur",
1080 "stopGroup",
1081 "stopTextSpan",
1082 "stopTrillSpan",
1083 "stopped",
1084 "sustainOff",
1085 "sustainOn",
1086 "tenuto",
1087 "thumb",
1088 "treCorde",
1089 "trill",
1090 "turn",
1091 "unaCorda",
1092 "upbow",
1093 "upmordent",
1094 "upprall",
1095 "varcoda",
1096 "verylongfermata",
1097 "veryshortfermata",
1098 "vowelTransition",
1099 "~",
1100]
1101
1102music_commands = [
1103 "IIJ",
1104 "IJ",
1105 "[",
1106 "]",
1107 "aikenHeads",
1108 "aikenHeadsMinor",
1109 "aikenThinHeads",
1110 "aikenThinHeadsMinor",
1111 "allowBreak",
1112 "arabicStringNumbers",
1113 "arpeggioArrowDown",
1114 "arpeggioArrowUp",
1115 "arpeggioBracket",
1116 "arpeggioNormal",
1117 "arpeggioParenthesis",
1118 "arpeggioParenthesisDashed",
1119 "ascendens",
1120 "auctum",
1121 "autoBeamOff",
1122 "autoBeamOn",
1123 "autoBreaksOff",
1124 "autoBreaksOn",
1125 "autoLineBreaksOff",
1126 "autoLineBreaksOn",
1127 "autoPageBreaksOff",
1128 "autoPageBreaksOn",
1129 "balloonLengthOff",
1130 "balloonLengthOn",
1131 "bassFigureExtendersOff",
1132 "bassFigureExtendersOn",
1133 "bassFigureStaffAlignmentDown",
1134 "bassFigureStaffAlignmentNeutral",
1135 "bassFigureStaffAlignmentUp",
1136 "break",
1137 "cadenzaOff",
1138 "cadenzaOn",
1139 "cavum",
1140 "compressEmptyMeasures",
1141 "crescHairpin",
1142 "crescTextCresc",
1143 "deadNotesOff",
1144 "deadNotesOn",
1145 "defaultNoteHeads",
1146 "defaultTimeSignature",
1147 "deminutum",
1148 "deprecatedcresc",
1149 "deprecateddim",
1150 "deprecatedendcresc",
1151 "deprecatedenddim",
1152 "descendens",
1153 "dimHairpin",
1154 "dimTextDecr",
1155 "dimTextDecresc",
1156 "dimTextDim",
1157 "divisioMaior",
1158 "divisioMaxima",
1159 "divisioMinima",
1160 "dotsDown",
1161 "dotsNeutral",
1162 "dotsUp",
1163 "dynamicDown",
1164 "dynamicNeutral",
1165 "dynamicUp",
1166 "easyHeadsOff",
1167 "easyHeadsOn",
1168 "endSkipNCs",
1169 "expandEmptyMeasures",
1170 "finalis",
1171 "fine",
1172 "flagStyleDefault",
1173 "flagStyleStacked",
1174 "flexa",
1175 "frenchChords",
1176 "funkHeads",
1177 "funkHeadsMinor",
1178 "germanChords",
1179 "harmonicsOff",
1180 "hideNotes",
1181 "hideSplitTiedTabNotes",
1182 "hideStaffSwitch",
1183 "huge",
1184 "ignatzekExceptionMusic",
1185 "iij",
1186 "ij",
1187 "improvisationOff",
1188 "improvisationOn",
1189 "inclinatum",
1190 "italianChords",
1191 "kievanOff",
1192 "kievanOn",
1193 "large",
1194 "linea",
1195 "markLengthOff",
1196 "markLengthOn",
1197 "medianChordGridStyle",
1198 "melisma",
1199 "melismaEnd",
1200 "mergeDifferentlyDottedOff",
1201 "mergeDifferentlyDottedOn",
1202 "mergeDifferentlyHeadedOff",
1203 "mergeDifferentlyHeadedOn",
1204 "newSpacingSection",
1205 "noBreak",
1206 "normalsize",
1207 "numericTimeSignature",
1208 "oneVoice",
1209 "oriscus",
1210 "palmMuteOff",
1211 "partCombineApart",
1212 "partCombineAutomatic",
1213 "partCombineChords",
1214 "partCombineSoloI",
1215 "partCombineSoloII",
1216 "partCombineUnisono",
1217 "pes",
1218 "phrasingSlurDashed",
1219 "phrasingSlurDotted",
1220 "phrasingSlurDown",
1221 "phrasingSlurHalfDashed",
1222 "phrasingSlurHalfSolid",
1223 "phrasingSlurNeutral",
1224 "phrasingSlurSolid",
1225 "phrasingSlurUp",
1226 "predefinedFretboardsOff",
1227 "predefinedFretboardsOn",
1228 "quilisma",
1229 "romanStringNumbers",
1230 "sacredHarpHeads",
1231 "sacredHarpHeadsMinor",
1232 "section",
1233 "semiGermanChords",
1234 "senzaMisuraTimeSignatureOff",
1235 "senzaMisuraTimeSignatureX",
1236 "setDefaultDurationToQuarter",
1237 "shiftOff",
1238 "shiftOn",
1239 "shiftOnn",
1240 "shiftOnnn",
1241 "showSplitTiedTabNotes",
1242 "showStaffSwitch",
1243 "skipNC",
1244 "skipNCs",
1245 "slurDashed",
1246 "slurDotted",
1247 "slurDown",
1248 "slurHalfDashed",
1249 "slurHalfSolid",
1250 "slurNeutral",
1251 "slurSolid",
1252 "slurUp",
1253 "small",
1254 "southernHarmonyHeads",
1255 "southernHarmonyHeadsMinor",
1256 "startAcciaccaturaMusic",
1257 "startAppoggiaturaMusic",
1258 "startGraceMusic",
1259 "startMeasureCount",
1260 "startMeasureSpanner",
1261 "startOptionalMaterial",
1262 "startSlashedGraceMusic",
1263 "startStaff",
1264 "stemDown",
1265 "stemNeutral",
1266 "stemUp",
1267 "stopAcciaccaturaMusic",
1268 "stopAppoggiaturaMusic",
1269 "stopGraceMusic",
1270 "stopMeasureCount",
1271 "stopMeasureSpanner",
1272 "stopOptionalMaterial",
1273 "stopSlashedGraceMusic",
1274 "stopStaff",
1275 "stopStaffHighlight",
1276 "stropha",
1277 "tabFullNotation",
1278 "teeny",
1279 "textLengthOff",
1280 "textLengthOn",
1281 "textSpannerDown",
1282 "textSpannerNeutral",
1283 "textSpannerUp",
1284 "tieDashed",
1285 "tieDotted",
1286 "tieDown",
1287 "tieHalfDashed",
1288 "tieHalfSolid",
1289 "tieNeutral",
1290 "tieSolid",
1291 "tieUp",
1292 "tiny",
1293 "tupletDown",
1294 "tupletNeutral",
1295 "tupletUp",
1296 "unHideNotes",
1297 "virga",
1298 "virgula",
1299 "voiceFour",
1300 "voiceFourStyle",
1301 "voiceNeutralStyle",
1302 "voiceOne",
1303 "voiceOneStyle",
1304 "voiceThree",
1305 "voiceThreeStyle",
1306 "voiceTwo",
1307 "voiceTwoStyle",
1308 "walkerHeads",
1309 "walkerHeadsMinor",
1310 "xNotesOff",
1311 "xNotesOn",
1312 "|",
1313 "~",
1314]
1315
1316markup_commands = [
1317 "abs-fontsize",
1318 "abs-hspace",
1319 "abs-vspace",
1320 "accidental",
1321 "align-on-other",
1322 "annotate-moving",
1323 "append-to-tag",
1324 "arrow-head",
1325 "auto-footnote",
1326 "backslashed-digit",
1327 "bar-line",
1328 "beam",
1329 "bold",
1330 "box",
1331 "bracket",
1332 "caps",
1333 "center-align",
1334 "center-column",
1335 "char",
1336 "circle",
1337 "coda",
1338 "column",
1339 "column-lines",
1340 "combine",
1341 "compound-meter",
1342 "concat",
1343 "conditional-trill-markup",
1344 "customTabClef",
1345 "dir-column",
1346 "discant",
1347 "doubleflat",
1348 "doublesharp",
1349 "draw-circle",
1350 "draw-dashed-line",
1351 "draw-dotted-line",
1352 "draw-hline",
1353 "draw-line",
1354 "draw-squiggle-line",
1355 "dynamic",
1356 "ellipse",
1357 "epsfile",
1358 "eyeglasses",
1359 "fermata",
1360 "figured-bass",
1361 "fill-line",
1362 "fill-with-pattern",
1363 "filled-box",
1364 "finger",
1365 "first-visible",
1366 "flat",
1367 "fontCaps",
1368 "fontsize",
1369 "footnote",
1370 "fraction",
1371 "freeBass",
1372 "fret-diagram",
1373 "fret-diagram-terse",
1374 "fret-diagram-verbose",
1375 "fromproperty",
1376 "general-align",
1377 "halign",
1378 "harp-pedal",
1379 "hbracket",
1380 "hcenter-in",
1381 "hspace",
1382 "huge",
1383 "if",
1384 "image",
1385 "italic",
1386 "justified-lines",
1387 "justify",
1388 "justify-field",
1389 "justify-line",
1390 "justify-string",
1391 "keep-with-tag",
1392 "large",
1393 "larger",
1394 "left-align",
1395 "left-brace",
1396 "left-column",
1397 "line",
1398 "lookup",
1399 "lower",
1400 "magnify",
1401 "map-markup-commands",
1402 "markalphabet",
1403 "markletter",
1404 "markup",
1405 "markuplist",
1406 "multi-measure-rest-by-number",
1407 "musicglyph",
1408 "natural",
1409 "normal-size-sub",
1410 "normal-size-super",
1411 "normal-text",
1412 "normal-weight",
1413 "normalsize",
1414 "note",
1415 "note-by-number",
1416 "null",
1417 "number",
1418 "on-the-fly",
1419 "oval",
1420 "overlay",
1421 "override",
1422 "override-lines",
1423 "overtie",
1424 "pad-around",
1425 "pad-markup",
1426 "pad-to-box",
1427 "pad-x",
1428 "page-link",
1429 "page-ref",
1430 "parenthesize",
1431 "path",
1432 "pattern",
1433 "polygon",
1434 "postscript",
1435 "property-recursive",
1436 "push-to-tag",
1437 "put-adjacent",
1438 "qr-code",
1439 "raise",
1440 "remove-with-tag",
1441 "replace",
1442 "rest",
1443 "rest-by-number",
1444 "rhythm",
1445 "right-align",
1446 "right-brace",
1447 "right-column",
1448 "rotate",
1449 "rounded-box",
1450 "sans",
1451 "scale",
1452 "score",
1453 "score-lines",
1454 "segno",
1455 "semiflat",
1456 "semisharp",
1457 "serif",
1458 "sesquiflat",
1459 "sesquisharp",
1460 "sharp",
1461 "simple",
1462 "slashed-digit",
1463 "small",
1464 "smallCaps",
1465 "smaller",
1466 "stdBass",
1467 "stdBassIV",
1468 "stdBassV",
1469 "stdBassVI",
1470 "stencil",
1471 "string-lines",
1472 "strut",
1473 "sub",
1474 "super",
1475 "table",
1476 "table-of-contents",
1477 "tag",
1478 "tag-list",
1479 "teeny",
1480 "text-accidental",
1481 "text-doubleflat",
1482 "text-doublesharp",
1483 "text-flat",
1484 "text-natural",
1485 "text-sharp",
1486 "tie",
1487 "tied-lyric",
1488 "tiny",
1489 "translate",
1490 "translate-scaled",
1491 "transparent",
1492 "triangle",
1493 "typewriter",
1494 "underline",
1495 "undertie",
1496 "unless",
1497 "upright",
1498 "varcoda",
1499 "vcenter",
1500 "verbatim-file",
1501 "volta-number",
1502 "vspace",
1503 "whiteout",
1504 "with-color",
1505 "with-dimension",
1506 "with-dimension-from",
1507 "with-dimensions",
1508 "with-dimensions-from",
1509 "with-link",
1510 "with-outline",
1511 "with-string-transformer",
1512 "with-true-dimension",
1513 "with-true-dimensions",
1514 "with-url",
1515 "woodwind-diagram",
1516 "wordwrap",
1517 "wordwrap-field",
1518 "wordwrap-internal",
1519 "wordwrap-lines",
1520 "wordwrap-string",
1521 "wordwrap-string-internal",
1522]
1523
1524grobs = [
1525 "Accidental",
1526 "AccidentalCautionary",
1527 "AccidentalPlacement",
1528 "AccidentalSuggestion",
1529 "Ambitus",
1530 "AmbitusAccidental",
1531 "AmbitusLine",
1532 "AmbitusNoteHead",
1533 "Arpeggio",
1534 "BalloonText",
1535 "BarLine",
1536 "BarNumber",
1537 "BassFigure",
1538 "BassFigureAlignment",
1539 "BassFigureAlignmentPositioning",
1540 "BassFigureBracket",
1541 "BassFigureContinuation",
1542 "BassFigureLine",
1543 "Beam",
1544 "BendAfter",
1545 "BendSpanner",
1546 "BreakAlignGroup",
1547 "BreakAlignment",
1548 "BreathingSign",
1549 "CaesuraScript",
1550 "CenteredBarNumber",
1551 "CenteredBarNumberLineSpanner",
1552 "ChordName",
1553 "ChordSquare",
1554 "Clef",
1555 "ClefModifier",
1556 "ClusterSpanner",
1557 "ClusterSpannerBeacon",
1558 "CodaMark",
1559 "CombineTextScript",
1560 "ControlPoint",
1561 "ControlPolygon",
1562 "CueClef",
1563 "CueEndClef",
1564 "Custos",
1565 "Divisio",
1566 "DotColumn",
1567 "Dots",
1568 "DoublePercentRepeat",
1569 "DoublePercentRepeatCounter",
1570 "DoubleRepeatSlash",
1571 "DurationLine",
1572 "DynamicLineSpanner",
1573 "DynamicText",
1574 "DynamicTextSpanner",
1575 "Episema",
1576 "FingerGlideSpanner",
1577 "Fingering",
1578 "FingeringColumn",
1579 "Flag",
1580 "Footnote",
1581 "FretBoard",
1582 "Glissando",
1583 "GraceSpacing",
1584 "GridChordName",
1585 "GridLine",
1586 "GridPoint",
1587 "Hairpin",
1588 "HorizontalBracket",
1589 "HorizontalBracketText",
1590 "InstrumentName",
1591 "InstrumentSwitch",
1592 "JumpScript",
1593 "KeyCancellation",
1594 "KeySignature",
1595 "KievanLigature",
1596 "LaissezVibrerTie",
1597 "LaissezVibrerTieColumn",
1598 "LedgerLineSpanner",
1599 "LeftEdge",
1600 "LigatureBracket",
1601 "LyricExtender",
1602 "LyricHyphen",
1603 "LyricRepeatCount",
1604 "LyricSpace",
1605 "LyricText",
1606 "MeasureCounter",
1607 "MeasureGrouping",
1608 "MeasureSpanner",
1609 "MelodyItem",
1610 "MensuralLigature",
1611 "MetronomeMark",
1612 "MultiMeasureRest",
1613 "MultiMeasureRestNumber",
1614 "MultiMeasureRestScript",
1615 "MultiMeasureRestText",
1616 "NonMusicalPaperColumn",
1617 "NoteCollision",
1618 "NoteColumn",
1619 "NoteHead",
1620 "NoteName",
1621 "NoteSpacing",
1622 "OptionalMaterialBracket",
1623 "OttavaBracket",
1624 "PaperColumn",
1625 "Parentheses",
1626 "PercentRepeat",
1627 "PercentRepeatCounter",
1628 "PhrasingSlur",
1629 "PianoPedalBracket",
1630 "RehearsalMark",
1631 "RepeatSlash",
1632 "RepeatTie",
1633 "RepeatTieColumn",
1634 "Rest",
1635 "RestCollision",
1636 "Script",
1637 "ScriptColumn",
1638 "ScriptRow",
1639 "SectionLabel",
1640 "SegnoMark",
1641 "SignumRepetitionis",
1642 "Slur",
1643 "SostenutoPedal",
1644 "SostenutoPedalLineSpanner",
1645 "SpacingSpanner",
1646 "SpanBar",
1647 "SpanBarStub",
1648 "StaffEllipsis",
1649 "StaffGrouper",
1650 "StaffHighlight",
1651 "StaffSpacing",
1652 "StaffSymbol",
1653 "StanzaNumber",
1654 "Stem",
1655 "StemStub",
1656 "StemTremolo",
1657 "StringNumber",
1658 "StrokeFinger",
1659 "SustainPedal",
1660 "SustainPedalLineSpanner",
1661 "System",
1662 "SystemStartBar",
1663 "SystemStartBrace",
1664 "SystemStartBracket",
1665 "SystemStartSquare",
1666 "TabNoteHead",
1667 "TextMark",
1668 "TextScript",
1669 "TextSpanner",
1670 "Tie",
1671 "TieColumn",
1672 "TimeSignature",
1673 "TrillPitchAccidental",
1674 "TrillPitchGroup",
1675 "TrillPitchHead",
1676 "TrillPitchParentheses",
1677 "TrillSpanner",
1678 "TupletBracket",
1679 "TupletNumber",
1680 "UnaCordaPedal",
1681 "UnaCordaPedalLineSpanner",
1682 "VaticanaLigature",
1683 "VerticalAlignment",
1684 "VerticalAxisGroup",
1685 "VoiceFollower",
1686 "VoltaBracket",
1687 "VoltaBracketSpanner",
1688 "VowelTransition",
1689]
1690
1691contexts = [
1692 "ChoirStaff",
1693 "ChordGrid",
1694 "ChordGridScore",
1695 "ChordNames",
1696 "CueVoice",
1697 "Devnull",
1698 "DrumStaff",
1699 "DrumVoice",
1700 "Dynamics",
1701 "FiguredBass",
1702 "FretBoards",
1703 "Global",
1704 "GrandStaff",
1705 "GregorianTranscriptionLyrics",
1706 "GregorianTranscriptionStaff",
1707 "GregorianTranscriptionVoice",
1708 "InternalGregorianStaff",
1709 "InternalMensuralStaff",
1710 "KievanStaff",
1711 "KievanVoice",
1712 "Lyrics",
1713 "MensuralStaff",
1714 "MensuralVoice",
1715 "NoteNames",
1716 "NullVoice",
1717 "OneStaff",
1718 "PetrucciStaff",
1719 "PetrucciVoice",
1720 "PianoStaff",
1721 "RhythmicStaff",
1722 "Score",
1723 "Staff",
1724 "StaffGroup",
1725 "StandaloneRhythmScore",
1726 "StandaloneRhythmStaff",
1727 "StandaloneRhythmVoice",
1728 "TabStaff",
1729 "TabVoice",
1730 "Timing",
1731 "VaticanaLyrics",
1732 "VaticanaScore",
1733 "VaticanaStaff",
1734 "VaticanaVoice",
1735 "Voice",
1736]
1737
1738translators = [
1739 "Accidental_engraver",
1740 "Alteration_glyph_engraver",
1741 "Ambitus_engraver",
1742 "Arpeggio_engraver",
1743 "Auto_beam_engraver",
1744 "Axis_group_engraver",
1745 "Balloon_engraver",
1746 "Bar_engraver",
1747 "Bar_number_engraver",
1748 "Beam_collision_engraver",
1749 "Beam_engraver",
1750 "Beam_performer",
1751 "Beat_engraver",
1752 "Beat_performer",
1753 "Bend_engraver",
1754 "Bend_spanner_engraver",
1755 "Break_align_engraver",
1756 "Breathing_sign_engraver",
1757 "Caesura_engraver",
1758 "Centered_bar_number_align_engraver",
1759 "Chord_name_engraver",
1760 "Chord_square_engraver",
1761 "Chord_tremolo_engraver",
1762 "Clef_engraver",
1763 "Cluster_spanner_engraver",
1764 "Collision_engraver",
1765 "Completion_heads_engraver",
1766 "Completion_rest_engraver",
1767 "Concurrent_hairpin_engraver",
1768 "Control_track_performer",
1769 "Cue_clef_engraver",
1770 "Current_chord_text_engraver",
1771 "Custos_engraver",
1772 "Divisio_engraver",
1773 "Dot_column_engraver",
1774 "Dots_engraver",
1775 "Double_percent_repeat_engraver",
1776 "Drum_note_performer",
1777 "Drum_notes_engraver",
1778 "Duration_line_engraver",
1779 "Dynamic_align_engraver",
1780 "Dynamic_engraver",
1781 "Dynamic_performer",
1782 "Episema_engraver",
1783 "Extender_engraver",
1784 "Figured_bass_engraver",
1785 "Figured_bass_position_engraver",
1786 "Finger_glide_engraver",
1787 "Fingering_column_engraver",
1788 "Fingering_engraver",
1789 "Font_size_engraver",
1790 "Footnote_engraver",
1791 "Forbid_line_break_engraver",
1792 "Fretboard_engraver",
1793 "Glissando_engraver",
1794 "Grace_auto_beam_engraver",
1795 "Grace_beam_engraver",
1796 "Grace_engraver",
1797 "Grace_spacing_engraver",
1798 "Grid_chord_name_engraver",
1799 "Grid_line_span_engraver",
1800 "Grid_point_engraver",
1801 "Grob_pq_engraver",
1802 "Horizontal_bracket_engraver",
1803 "Horizontal_script_engraver",
1804 "Hyphen_engraver",
1805 "Instrument_name_engraver",
1806 "Instrument_switch_engraver",
1807 "Jump_engraver",
1808 "Keep_alive_together_engraver",
1809 "Key_engraver",
1810 "Key_performer",
1811 "Kievan_ligature_engraver",
1812 "Laissez_vibrer_engraver",
1813 "Ledger_line_engraver",
1814 "Ligature_bracket_engraver",
1815 "Lyric_engraver",
1816 "Lyric_performer",
1817 "Lyric_repeat_count_engraver",
1818 "Mark_engraver",
1819 "Mark_performer",
1820 "Mark_tracking_translator",
1821 "Measure_counter_engraver",
1822 "Measure_grouping_engraver",
1823 "Measure_spanner_engraver",
1824 "Melody_engraver",
1825 "Mensural_ligature_engraver",
1826 "Merge_mmrest_numbers_engraver",
1827 "Merge_rests_engraver",
1828 "Metronome_mark_engraver",
1829 "Midi_control_change_performer",
1830 "Multi_measure_rest_engraver",
1831 "New_fingering_engraver",
1832 "Non_musical_script_column_engraver",
1833 "Note_head_line_engraver",
1834 "Note_heads_engraver",
1835 "Note_name_engraver",
1836 "Note_performer",
1837 "Note_spacing_engraver",
1838 "Optional_material_bracket_engraver",
1839 "Ottava_spanner_engraver",
1840 "Output_property_engraver",
1841 "Page_turn_engraver",
1842 "Paper_column_engraver",
1843 "Parenthesis_engraver",
1844 "Part_combine_engraver",
1845 "Percent_repeat_engraver",
1846 "Phrasing_slur_engraver",
1847 "Piano_pedal_align_engraver",
1848 "Piano_pedal_engraver",
1849 "Piano_pedal_performer",
1850 "Pitch_squash_engraver",
1851 "Pitched_trill_engraver",
1852 "Pure_from_neighbor_engraver",
1853 "Repeat_acknowledge_engraver",
1854 "Repeat_tie_engraver",
1855 "Rest_collision_engraver",
1856 "Rest_engraver",
1857 "Rhythmic_column_engraver",
1858 "Script_column_engraver",
1859 "Script_engraver",
1860 "Script_row_engraver",
1861 "Separating_line_group_engraver",
1862 "Show_control_points_engraver",
1863 "Signum_repetitionis_engraver",
1864 "Skip_typesetting_engraver",
1865 "Slash_repeat_engraver",
1866 "Slur_engraver",
1867 "Slur_performer",
1868 "Spacing_engraver",
1869 "Span_arpeggio_engraver",
1870 "Span_bar_engraver",
1871 "Span_bar_stub_engraver",
1872 "Span_stem_engraver",
1873 "Spanner_break_forbid_engraver",
1874 "Spanner_tracking_engraver",
1875 "Staff_collecting_engraver",
1876 "Staff_highlight_engraver",
1877 "Staff_performer",
1878 "Staff_symbol_engraver",
1879 "Stanza_number_align_engraver",
1880 "Stanza_number_engraver",
1881 "Stem_engraver",
1882 "System_start_delimiter_engraver",
1883 "Tab_note_heads_engraver",
1884 "Tab_staff_symbol_engraver",
1885 "Tab_tie_follow_engraver",
1886 "Tempo_performer",
1887 "Text_engraver",
1888 "Text_mark_engraver",
1889 "Text_spanner_engraver",
1890 "Tie_engraver",
1891 "Tie_performer",
1892 "Time_signature_engraver",
1893 "Time_signature_performer",
1894 "Timing_translator",
1895 "Trill_spanner_engraver",
1896 "Tuplet_engraver",
1897 "Tweak_engraver",
1898 "Vaticana_ligature_engraver",
1899 "Vertical_align_engraver",
1900 "Volta_engraver",
1901]
1902
1903scheme_functions = [
1904 "!=",
1905 "*location*",
1906 "*parser*",
1907 "Alteration_glyph_engraver",
1908 "Beat_performer",
1909 "Bend_engraver",
1910 "Bend_spanner_engraver",
1911 "Breathing_sign_engraver",
1912 "Centered_bar_number_align_engraver",
1913 "Chord_name_engraver",
1914 "Chord_square_engraver",
1915 "Current_chord_text_engraver",
1916 "Divisio_engraver",
1917 "Duration_line_engraver",
1918 "Finger_glide_engraver",
1919 "G_",
1920 "Grid_chord_name_engraver",
1921 "Horizontal_script_engraver",
1922 "Lyric_repeat_count_engraver",
1923 "Measure_counter_engraver",
1924 "Measure_grouping_engraver",
1925 "Measure_spanner_engraver",
1926 "Merge_mmrest_numbers_engraver",
1927 "Merge_rests_engraver",
1928 "Optional_material_bracket_engraver",
1929 "Show_control_points_engraver",
1930 "Signum_repetitionis_engraver",
1931 "Skip_typesetting_engraver",
1932 "Span_stem_engraver",
1933 "Spanner_tracking_engraver",
1934 "Staff_highlight_engraver",
1935 "Tab_tie_follow_engraver",
1936 "Text_mark_engraver",
1937 "Trill_spanner_engraver",
1938 "_i",
1939 "abs-fontsize-markup",
1940 "abs-hspace-markup",
1941 "abs-vspace-markup",
1942 "accidental->markup",
1943 "accidental->markup-italian",
1944 "accidental-interface::calc-alteration",
1945 "accidental-interface::calc-glyph-name",
1946 "accidental-invalid?",
1947 "accidental-markup",
1948 "add-bar-glyph-print-procedure",
1949 "add-grace-property",
1950 "add-music",
1951 "add-new-clef",
1952 "add-point",
1953 "add-quotable",
1954 "add-score",
1955 "add-simple-time-signature-style",
1956 "add-stroke-glyph",
1957 "add-stroke-straight",
1958 "add-text",
1959 "adjust-slash-stencil",
1960 "align-on-other-markup",
1961 "aligned-text-stencil-function",
1962 "alist->hash-table",
1963 "alist-keys",
1964 "alist<?",
1965 "alist?",
1966 "all-bar-numbers-visible",
1967 "all-equal?",
1968 "all-repeat-counts-visible",
1969 "allow-volta-hook",
1970 "alteration->text-accidental-markup",
1971 "alterations-in-key",
1972 "ambitus-line::calc-gap",
1973 "ambitus::print",
1974 "analyse-spanner-states",
1975 "ancestor-lookup-initialize",
1976 "angle-0-2pi",
1977 "angle-0-360",
1978 "annotate-moving-markup",
1979 "annotate-spacing-spec",
1980 "annotate-y-interval",
1981 "any-mmrest-events",
1982 "append-to-tag-markup",
1983 "apply-durations",
1984 "apply-group-draw-rule-series",
1985 "apply-tag-operating-markup",
1986 "array-copy/subarray!",
1987 "arrow-head-markup",
1988 "arrow-stencil",
1989 "arrow-stencil-maker",
1990 "assemble-stencils",
1991 "assert",
1992 "assoc-get",
1993 "assoc-keys",
1994 "assoc-values",
1995 "at-bar-line-substitute-caesura-type",
1996 "aug-modifier",
1997 "auto-footnote-markup",
1998 "average",
1999 "b",
2000 "backslashed-digit-markup",
2001 "bar-line-markup",
2002 "bar-line::bar-y-extent",
2003 "bar-line::calc-blot",
2004 "bar-line::calc-break-visibility",
2005 "bar-line::calc-glyph-name",
2006 "bar-line::calc-glyph-name-for-direction",
2007 "bar-line::compound-bar-line",
2008 "bar-line::draw-filled-box",
2009 "bar-line::widen-bar-extent-on-span",
2010 "bass-clarinet-rh-ees-key-stencil",
2011 "bassoon-bend-info-maker",
2012 "bassoon-cc-six-key-stencil",
2013 "bassoon-lh-a-flick-key-stencil",
2014 "bassoon-lh-c-flick-key-stencil",
2015 "bassoon-lh-cis-key-stencil",
2016 "bassoon-lh-d-flick-key-stencil",
2017 "bassoon-lh-ees-key-stencil",
2018 "bassoon-lh-he-key-stencil",
2019 "bassoon-lh-hees-key-stencil",
2020 "bassoon-lh-lb-key-stencil",
2021 "bassoon-lh-lbes-key-stencil",
2022 "bassoon-lh-lc-key-stencil",
2023 "bassoon-lh-ld-key-stencil",
2024 "bassoon-lh-lhees-key-stencil",
2025 "bassoon-lh-thumb-cis-key-stencil",
2026 "bassoon-lh-whisper-key-stencil",
2027 "bassoon-midline-rule",
2028 "bassoon-rh-bes-key-stencil",
2029 "bassoon-rh-cis-key-stencil",
2030 "bassoon-rh-f-key-stencil",
2031 "bassoon-rh-fis-key-stencil",
2032 "bassoon-rh-gis-key-stencil",
2033 "bassoon-rh-thumb-bes-key-stencil",
2034 "bassoon-rh-thumb-e-key-stencil",
2035 "bassoon-rh-thumb-fis-key-stencil",
2036 "bassoon-rh-thumb-gis-key-stencil",
2037 "bassoon-uber-key-stencil",
2038 "beam-exceptions",
2039 "beam-markup",
2040 "beam::align-with-broken-parts",
2041 "beam::calc-right-extreme-vertical-count",
2042 "beam::get-kievan-positions",
2043 "beam::get-kievan-quantized-positions",
2044 "beam::place-broken-parts-individually",
2045 "beam::slashed-stencil",
2046 "beam::slope-like-broken-parts",
2047 "beat-base",
2048 "beat-structure",
2049 "bend-spanner::print",
2050 "bend::arrow-head-stencil",
2051 "bend::calc-bend-x-begin",
2052 "bend::calc-bend-x-end",
2053 "bend::calc-y-coordinates",
2054 "bend::draw-curves",
2055 "bend::make-line-curve-stencil",
2056 "bend::print",
2057 "bend::remove-certain-tab-note-heads",
2058 "bend::target-cautionary",
2059 "bend::text-stencil",
2060 "bend::text-string",
2061 "bezier-head-for-stencil",
2062 "binary-search",
2063 "bit-list->byte-list",
2064 "bit-list->int",
2065 "bold-markup",
2066 "book-first-page",
2067 "boolean-or-fraction?",
2068 "boolean-or-number?",
2069 "boolean-or-symbol-or-symbol-list?",
2070 "boolean-or-symbol?",
2071 "bounding-note-heads-pitches",
2072 "box-grob-stencil",
2073 "box-markup",
2074 "box-stencil",
2075 "bracket-markup",
2076 "bracketify-stencil",
2077 "break-alignable-interface::self-alignment-of-anchor",
2078 "break-alignable-interface::self-alignment-opposite-of-anchor",
2079 "break-alignment-list",
2080 "breathe::midi-length",
2081 "buildflag",
2082 "byte-list->bit-list",
2083 "cached-file-contents",
2084 "caesura-script-interface::before-line-breaking",
2085 "caesura-to-bar-line-or-divisio",
2086 "caesura-to-divisio",
2087 "calc-harmonic-pitch",
2088 "calc-line-thickness",
2089 "calc-measure-length",
2090 "calc-pattern-element",
2091 "calc-repeat-slash-count",
2092 "calculate-compound-beat-base",
2093 "calculate-compound-beat-base-as-moment",
2094 "calculate-compound-beat-grouping",
2095 "calculate-compound-measure-length",
2096 "calculate-compound-measure-length-as-moment",
2097 "call-after-session",
2098 "call-with-output-bytevector",
2099 "caps-markup",
2100 "car-or-identity",
2101 "car<",
2102 "car<=",
2103 "cdr-or-identity",
2104 "center-align-markup",
2105 "center-column-markup",
2106 "centered-spanner-interface::calc-x-offset",
2107 "centered-stencil",
2108 "chain-assoc-get",
2109 "change-el->music",
2110 "change-pitches",
2111 "char-markup",
2112 "cheap-list?",
2113 "cheap-markup?",
2114 "check-beam-quant",
2115 "check-beam-slope-sign",
2116 "check-broken-spanner",
2117 "check-context-path",
2118 "check-division-alist",
2119 "check-for-annotation",
2120 "check-for-replacement",
2121 "check-grob-path",
2122 "check-music-path",
2123 "check-pitch-against-signature",
2124 "check-quant-callbacks",
2125 "check-slope-callbacks",
2126 "chord-name->german-markup",
2127 "chord-name->italian-markup",
2128 "chord-square::height",
2129 "chord-square::print",
2130 "chord-square::width",
2131 "circle-markup",
2132 "circle-stencil",
2133 "clarinet-lh-R-key-stencil",
2134 "clarinet-lh-a-key-stencil",
2135 "clarinet-lh-cis-key-stencil",
2136 "clarinet-lh-d-key-stencil",
2137 "clarinet-lh-e-key-stencil",
2138 "clarinet-lh-ees-key-stencil",
2139 "clarinet-lh-f-key-stencil",
2140 "clarinet-lh-fis-key-stencil",
2141 "clarinet-lh-gis-key-stencil",
2142 "clarinet-lh-thumb-key-stencil",
2143 "clarinet-rh-b-key-stencil",
2144 "clarinet-rh-d-key-stencil",
2145 "clarinet-rh-e-key-stencil",
2146 "clarinet-rh-f-key-stencil",
2147 "clarinet-rh-fis-key-stencil",
2148 "clarinet-rh-four-key-stencil",
2149 "clarinet-rh-gis-key-stencil",
2150 "clarinet-rh-low-c-key-stencil",
2151 "clarinet-rh-low-cis-key-stencil",
2152 "clarinet-rh-low-d-key-stencil",
2153 "clarinet-rh-one-key-stencil",
2154 "clarinet-rh-three-key-stencil",
2155 "clarinet-rh-two-key-stencil",
2156 "clef-modifier::print",
2157 "clef-transposition-markup",
2158 "clef::print-modern-tab-if-set",
2159 "clip-systems-to-region-stencils",
2160 "clipped-systems-stencils",
2161 "close-enough?",
2162 "close-port-rename",
2163 "closest-staff-line",
2164 "coda-markup",
2165 "collect-book-music-for-book",
2166 "collect-bookpart-for-book",
2167 "collect-music-aux",
2168 "collect-music-for-book",
2169 "collect-scores-for-book",
2170 "color?",
2171 "column-circle-stencil",
2172 "column-lines-markup-list",
2173 "column-markup",
2174 "combine-markup",
2175 "combine-tag-markup-additions",
2176 "comparable-note-events",
2177 "comparator-from-key",
2178 "compile-all-markup-args",
2179 "compile-all-markup-expressions",
2180 "compile-markup-arg",
2181 "compile-markup-expression",
2182 "completize-formats",
2183 "completize-grob-entry",
2184 "compound-meter-markup",
2185 "concat-markup",
2186 "conditional-kern-before",
2187 "conditional-string-capitalize",
2188 "conditional-trill-markup-markup",
2189 "configuration",
2190 "cons-fret",
2191 "constante-hairpin",
2192 "construct-chord-elements",
2193 "context-defs-from-music",
2194 "context-mod-from-music",
2195 "context-spec-music",
2196 "control-point::calc-offset",
2197 "control-polygon::calc-text",
2198 "coord-axis",
2199 "coord-rotate",
2200 "coord-rotated",
2201 "coord-scale",
2202 "coord-translate",
2203 "coord-x",
2204 "coord-y",
2205 "copy-binary-file",
2206 "copy-repeat-chord",
2207 "count-list",
2208 "create-file-exclusive",
2209 "create-fretboard",
2210 "create-glyph-flag",
2211 "cross-staff-connect",
2212 "css-color",
2213 "cue-substitute",
2214 "current-or-previous-voice-states",
2215 "customTabClef-markup",
2216 "custos::print",
2217 "cyclic-base-value",
2218 "debugf",
2219 "def-grace-function",
2220 "default-auto-beam-check",
2221 "default-flag",
2222 "default-paren-color",
2223 "define-bar-line",
2224 "define-color",
2225 "define-deprecated-property",
2226 "define-event-class",
2227 "define-event-function",
2228 "define-fonts",
2229 "define-grob-property",
2230 "define-internal-grob-property",
2231 "define-markup-command",
2232 "define-markup-command-internal",
2233 "define-markup-list-command",
2234 "define-music-function",
2235 "define-scheme-function",
2236 "define-session",
2237 "define-session-public",
2238 "define-syntax-function",
2239 "define-syntax-public",
2240 "define-syntax-rule-public",
2241 "define-tag-group",
2242 "define-void-function",
2243 "degree-first-true",
2244 "degrees->radians",
2245 "deprecated-getter-object-property",
2246 "deprecated-setter-object-property",
2247 "deprecated-translation-getter-description",
2248 "deprecated-translation-setter-description",
2249 "descend-to-context",
2250 "determine-frets",
2251 "determine-split-list",
2252 "determine-string-fret-finger",
2253 "dim-modifier",
2254 "dimension-arrows",
2255 "dir-basename",
2256 "dir-column-markup",
2257 "direction-scaled",
2258 "display-lily-music",
2259 "display-music",
2260 "display-scheme-music",
2261 "dodecaphonic-no-repeat-rule",
2262 "done?",
2263 "dot-column-interface::pad-by-one-dot-width",
2264 "dot-has-color",
2265 "dot-is-inverted",
2266 "dot-is-parenthesized",
2267 "dots::calc-dot-count",
2268 "dots::calc-dot-stencil",
2269 "dots::calc-glyph-name",
2270 "dots::calc-staff-position",
2271 "doubleflat-markup",
2272 "doublesharp-markup",
2273 "draw-circle-markup",
2274 "draw-dashed-line-markup",
2275 "draw-dotted-line-markup",
2276 "draw-hline-markup",
2277 "draw-line-markup",
2278 "draw-squiggle-line-markup",
2279 "dump-zombies",
2280 "duration",
2281 "duration-dot-factor",
2282 "duration-line::calc",
2283 "duration-line::calc-thickness",
2284 "duration-line::print",
2285 "duration-log-factor",
2286 "duration-of-note",
2287 "duration-or-music?",
2288 "duration-visual",
2289 "duration-visual-length",
2290 "dynamic-markup",
2291 "dynamic-text-spanner::before-line-breaking",
2292 "elbowed-hairpin",
2293 "ellipse-markup",
2294 "ellipse-radius",
2295 "ellipse-stencil",
2296 "end-broken-spanner?",
2297 "ensure-list",
2298 "entry-greater-than-x?",
2299 "eps-file->stencil",
2300 "epsfile-markup",
2301 "eval-carefully",
2302 "event-cause",
2303 "event-chord-notes",
2304 "event-chord-pitches",
2305 "event-chord-reduce",
2306 "event-chord-wrap!",
2307 "event-class-cons",
2308 "event-has-articulation?",
2309 "events",
2310 "every-nth-bar-number-visible",
2311 "every-nth-repeat-count-visible",
2312 "exact-rational?",
2313 "expand-repeat-chords!",
2314 "expand-repeat-notes!",
2315 "extent-combine",
2316 "extract-alteration",
2317 "extract-beam-exceptions",
2318 "extract-music",
2319 "extract-named-music",
2320 "extract-typed-music",
2321 "eyeglasses-markup",
2322 "fermata-markup",
2323 "figured-bass-continuation::print",
2324 "figured-bass-markup",
2325 "fill-integer-interval",
2326 "fill-line-markup",
2327 "fill-with-pattern-markup",
2328 "filled-box-markup",
2329 "find-named-props",
2330 "find-pitch-entry",
2331 "find-value-to-offset",
2332 "finger-glide::print",
2333 "finger-key-glide",
2334 "finger-markup",
2335 "fingering::calc-text",
2336 "first-assoc",
2337 "first-bar-number-invisible",
2338 "first-bar-number-invisible-and-no-parenthesized-bar-numbers",
2339 "first-bar-number-invisible-save-broken-bars",
2340 "first-broken-spanner?",
2341 "first-member",
2342 "first-visible-markup",
2343 "flared-hairpin",
2344 "flat-flag",
2345 "flat-markup",
2346 "flat-zip-longest",
2347 "flatten-alist",
2348 "flatten-list",
2349 "flip-stencil",
2350 "flute-lh-b-key-stencil",
2351 "flute-lh-bes-key-stencil",
2352 "flute-lh-gis-key-stencil",
2353 "flute-lh-gis-rh-bes-key-stencil",
2354 "flute-rh-b-key-stencil",
2355 "flute-rh-bes-key-stencil",
2356 "flute-rh-c-key-stencil",
2357 "flute-rh-cis-key-stencil",
2358 "flute-rh-d-key-stencil",
2359 "flute-rh-dis-key-stencil",
2360 "flute-rh-ees-key-stencil",
2361 "flute-rh-gz-key-stencil",
2362 "fold-some-music",
2363 "fold-values",
2364 "font-name-split",
2365 "font-name-style",
2366 "fontCaps-markup",
2367 "fontsize-markup",
2368 "footnote-markup",
2369 "for-some-music",
2370 "forced-configuration",
2371 "format",
2372 "format-bass-figure",
2373 "format-coda-mark",
2374 "format-dal-segno-text",
2375 "format-dal-segno-text-brief",
2376 "format-mark-alphabet",
2377 "format-mark-barnumbers",
2378 "format-mark-box-alphabet",
2379 "format-mark-box-barnumbers",
2380 "format-mark-box-letters",
2381 "format-mark-box-numbers",
2382 "format-mark-circle-alphabet",
2383 "format-mark-circle-barnumbers",
2384 "format-mark-circle-letters",
2385 "format-mark-circle-numbers",
2386 "format-mark-generic",
2387 "format-mark-letters",
2388 "format-mark-numbers",
2389 "format-metronome-markup",
2390 "format-segno-mark",
2391 "format-segno-mark-considering-bar-lines",
2392 "format-sign-with-number",
2393 "format-varcoda-mark",
2394 "fraction->moment",
2395 "fraction-markup",
2396 "fraction?",
2397 "fret->pitch",
2398 "fret-board::calc-stencil",
2399 "fret-count",
2400 "fret-diagram-markup",
2401 "fret-diagram-terse-markup",
2402 "fret-diagram-verbose-markup",
2403 "fret-letter-tablature-format",
2404 "fret-number-tablature-format",
2405 "fret-number-tablature-format-banjo",
2406 "fret-parse-definition-string",
2407 "fret-parse-marking-list",
2408 "fret-parse-terse-definition-string",
2409 "fromproperty-markup",
2410 "function-chain",
2411 "g",
2412 "general-align-markup",
2413 "general-column",
2414 "generate-bassoon-family-entry",
2415 "generate-clarinet-family-entry",
2416 "generate-crop-stencil",
2417 "generate-flute-family-entry",
2418 "generate-oboe-family-entry",
2419 "generate-preview-stencil",
2420 "generate-saxophone-family-entry",
2421 "generate-system-stencils",
2422 "generate-tin-whistle-family-entry",
2423 "get-bound-note-heads",
2424 "get-chord-shape",
2425 "get-current-filename",
2426 "get-current-suffix",
2427 "get-fill-spaces",
2428 "get-key",
2429 "get-named-spreadsheet-column",
2430 "get-next-unique-voice-name",
2431 "get-numeric-from-key",
2432 "get-outfile-name",
2433 "get-postscript-bbox",
2434 "get-quarter-diffs",
2435 "get-setting",
2436 "get-slope-offset",
2437 "get-span-glyph",
2438 "get-spreadsheet-column",
2439 "get-step",
2440 "get-sub-list",
2441 "get-top-most-tab-head",
2442 "get-tweakable-music",
2443 "get-woodwind-key-list",
2444 "glissando::calc-tab-extra-dy",
2445 "glissando::draw-tab-glissando",
2446 "glyph->stencil",
2447 "glyph-flag",
2448 "grace-spacing::calc-shortest-duration",
2449 "gray-colorize",
2450 "grid-chord-name::calc-X-offset",
2451 "grid-chord-name::calc-Y-offset",
2452 "grid-chord-name::calc-offset-on-axis",
2453 "grob-interpret-markup",
2454 "grob-list?",
2455 "grob-transformer",
2456 "grob::all-objects",
2457 "grob::calc-property-by-copy",
2458 "grob::compose-function",
2459 "grob::directional-value",
2460 "grob::display-objects",
2461 "grob::has-interface",
2462 "grob::inherit-parent-property",
2463 "grob::is-live?",
2464 "grob::name",
2465 "grob::objects-from-interface",
2466 "grob::offset-function",
2467 "grob::relay-directional-property",
2468 "grob::relay-other-property",
2469 "grob::rhythmic-location",
2470 "grob::show-skylines-if-debug-skylines-set",
2471 "grob::unpure-Y-extent-from-stencil",
2472 "grob::when",
2473 "group-automate-rule",
2474 "group-draw-rule",
2475 "group-extra-offset-rule",
2476 "group-into-ranges",
2477 "gs-cmd-args",
2478 "gs-safe-run",
2479 "gulp-file-with-encoding",
2480 "hairpin::calc-grow-direction",
2481 "halign-markup",
2482 "harp-pedal-check",
2483 "harp-pedal-info",
2484 "harp-pedal-markup",
2485 "harp-pedals-parse-string",
2486 "has-at-least-two?",
2487 "has-one-or-less?",
2488 "hash-table->alist",
2489 "hbracket-markup",
2490 "hcenter-in-markup",
2491 "header-to-file",
2492 "headers-property-alist-chain",
2493 "hook-stencil",
2494 "horizontal-bracket::calc-break-overshoot",
2495 "horizontal-script::calc-staff-position",
2496 "horizontal-script::extra-spacing-height",
2497 "horizontal-slash-interval",
2498 "hspace-markup",
2499 "huge-markup",
2500 "if-markup",
2501 "ignatzek-chord-names",
2502 "image-markup",
2503 "index-cell",
2504 "index-map",
2505 "index-or-markup?",
2506 "index?",
2507 "insert-markups",
2508 "int->bit-list",
2509 "internal-set-paper-size",
2510 "interpret-markup",
2511 "interpret-markup-list",
2512 "interval-bound",
2513 "interval-center",
2514 "interval-contains?",
2515 "interval-empty?",
2516 "interval-end",
2517 "interval-index",
2518 "interval-intersection",
2519 "interval-length",
2520 "interval-sane?",
2521 "interval-scale",
2522 "interval-start",
2523 "interval-union",
2524 "interval-widen",
2525 "invalidate-alterations",
2526 "inverter-factory",
2527 "is-absolute?",
2528 "is-square?",
2529 "italic-markup",
2530 "item::extra-spacing-height-including-staff",
2531 "justified-lines-markup-list",
2532 "justify-field-markup",
2533 "justify-line-helper",
2534 "justify-line-markup",
2535 "justify-markup",
2536 "justify-string-markup",
2537 "keep-with-tag-markup",
2538 "key-crawler",
2539 "key-entry-alteration",
2540 "key-entry-bar-number",
2541 "key-entry-end-mom",
2542 "key-entry-notename",
2543 "key-entry-octave",
2544 "key-fill-translate",
2545 "key-list-or-music?",
2546 "key-list-or-symbol?",
2547 "key-list?",
2548 "key-signature-interface::alteration-position",
2549 "key-signature-interface::alteration-positions",
2550 "key?",
2551 "keyword->make-markup",
2552 "large-markup",
2553 "larger-markup",
2554 "last-or-identity",
2555 "layout-blot-diameter",
2556 "layout-extract-page-properties",
2557 "layout-line-thickness",
2558 "layout-set-absolute-staff-size",
2559 "layout-set-absolute-staff-size-in-module",
2560 "layout-set-staff-size",
2561 "ledger-lines::positions-from-ledgered-grob",
2562 "left-align-at-split-notes",
2563 "left-align-markup",
2564 "left-brace-markup",
2565 "left-column-markup",
2566 "lexicographic-list-compare?",
2567 "lh-woodwind-text-stencil",
2568 "lilypond-all",
2569 "lilypond-file",
2570 "lilypond-main",
2571 "lilypond-version",
2572 "lilypond-version-outdated?",
2573 "line-markup",
2574 "list-all-possible-keys",
2575 "list-all-possible-keys-verbose",
2576 "list-element-index",
2577 "list-insert-separator",
2578 "list-join",
2579 "list-map",
2580 "list-pad-left",
2581 "list-pad-right",
2582 "listener->once-listener",
2583 "little-elliptical-key-stencil",
2584 "long-midline-stencil",
2585 "lookup-markup",
2586 "lookup-markup-command",
2587 "lookup-markup-command-aux",
2588 "lookup-markup-list-command",
2589 "lookup-paper-name",
2590 "low-bass-clarinet-rh-ees-key-stencil",
2591 "lower-markup",
2592 "ly-getcwd",
2593 "ly-type?",
2594 "ly:accidental-interface::height",
2595 "ly:accidental-interface::horizontal-skylines",
2596 "ly:accidental-interface::print",
2597 "ly:accidental-interface::remove-tied",
2598 "ly:accidental-placement::calc-positioning-done",
2599 "ly:add-context-mod",
2600 "ly:add-interface",
2601 "ly:add-listener",
2602 "ly:add-option",
2603 "ly:align-interface::align-to-ideal-distances",
2604 "ly:align-interface::align-to-minimum-distances",
2605 "ly:all-grob-interfaces",
2606 "ly:all-options",
2607 "ly:all-output-backend-commands",
2608 "ly:all-stencil-commands",
2609 "ly:all-stencil-expressions",
2610 "ly:alternative-sequence-iterator::constructor",
2611 "ly:angle",
2612 "ly:append-to-option",
2613 "ly:apply-context-iterator::constructor",
2614 "ly:arpeggio::brew-chord-bracket",
2615 "ly:arpeggio::brew-chord-slur",
2616 "ly:arpeggio::calc-cross-staff",
2617 "ly:arpeggio::calc-positions",
2618 "ly:arpeggio::print",
2619 "ly:arpeggio::pure-height",
2620 "ly:arpeggio::width",
2621 "ly:assoc-get",
2622 "ly:axis-group-interface::add-element",
2623 "ly:axis-group-interface::adjacent-pure-heights",
2624 "ly:axis-group-interface::calc-pure-relevant-grobs",
2625 "ly:axis-group-interface::calc-pure-staff-staff-spacing",
2626 "ly:axis-group-interface::calc-pure-y-common",
2627 "ly:axis-group-interface::calc-skylines",
2628 "ly:axis-group-interface::calc-staff-staff-spacing",
2629 "ly:axis-group-interface::calc-x-common",
2630 "ly:axis-group-interface::calc-y-common",
2631 "ly:axis-group-interface::combine-skylines",
2632 "ly:axis-group-interface::height",
2633 "ly:axis-group-interface::pure-height",
2634 "ly:axis-group-interface::width",
2635 "ly:balloon-interface::print",
2636 "ly:balloon-interface::pure-height",
2637 "ly:balloon-interface::remove-irrelevant-spanner",
2638 "ly:balloon-interface::width",
2639 "ly:bar-line::calc-anchor",
2640 "ly:bar-line::calc-bar-extent",
2641 "ly:bar-line::calc-short-bar-extent",
2642 "ly:bar-line::print",
2643 "ly:base64-encode",
2644 "ly:basic-progress",
2645 "ly:beam::calc-beam-segments",
2646 "ly:beam::calc-beaming",
2647 "ly:beam::calc-cross-staff",
2648 "ly:beam::calc-direction",
2649 "ly:beam::calc-knee",
2650 "ly:beam::calc-normal-stems",
2651 "ly:beam::calc-stem-shorten",
2652 "ly:beam::calc-x-positions",
2653 "ly:beam::print",
2654 "ly:beam::pure-rest-collision-callback",
2655 "ly:beam::quanting",
2656 "ly:beam::rest-collision-callback",
2657 "ly:beam::set-stem-lengths",
2658 "ly:beam::tremolo-springs-and-rods",
2659 "ly:bezier-extent",
2660 "ly:bezier-extract",
2661 "ly:book-add-bookpart!",
2662 "ly:book-add-score!",
2663 "ly:book-book-parts",
2664 "ly:book-header",
2665 "ly:book-paper",
2666 "ly:book-process",
2667 "ly:book-process-to-systems",
2668 "ly:book-scores",
2669 "ly:book-set-header!",
2670 "ly:book?",
2671 "ly:bp",
2672 "ly:bracket",
2673 "ly:break-alignable-interface::find-parent",
2674 "ly:break-alignable-interface::self-align-callback",
2675 "ly:break-aligned-interface::calc-average-anchor",
2676 "ly:break-aligned-interface::calc-break-visibility",
2677 "ly:break-aligned-interface::calc-extent-aligned-anchor",
2678 "ly:break-aligned-interface::calc-joint-anchor-alignment",
2679 "ly:break-alignment-interface::calc-positioning-done",
2680 "ly:break-alignment-interface::find-nonempty-break-align-group",
2681 "ly:breathing-sign::divisio-maior",
2682 "ly:breathing-sign::divisio-maxima",
2683 "ly:breathing-sign::divisio-minima",
2684 "ly:breathing-sign::finalis",
2685 "ly:breathing-sign::offset-callback",
2686 "ly:breathing-sign::set-breath-properties",
2687 "ly:broadcast",
2688 "ly:cairo-output-stencil",
2689 "ly:cairo-output-stencils",
2690 "ly:calculated-sequential-music::length",
2691 "ly:calculated-sequential-music::start",
2692 "ly:camel-case->lisp-identifier",
2693 "ly:chain-assoc-get",
2694 "ly:change-iterator::constructor",
2695 "ly:check-expected-warnings",
2696 "ly:chord-name::after-line-breaking",
2697 "ly:clef-modifier::calc-parent-alignment",
2698 "ly:clef::calc-glyph-name",
2699 "ly:clef::print",
2700 "ly:cluster-beacon::height",
2701 "ly:cluster::calc-cross-staff",
2702 "ly:cluster::print",
2703 "ly:cm",
2704 "ly:command-line-code",
2705 "ly:command-line-options",
2706 "ly:connect-dispatchers",
2707 "ly:context-children",
2708 "ly:context-current-moment",
2709 "ly:context-def-lookup",
2710 "ly:context-def-modify",
2711 "ly:context-def?",
2712 "ly:context-event-source",
2713 "ly:context-events-below",
2714 "ly:context-find",
2715 "ly:context-grob-definition",
2716 "ly:context-id",
2717 "ly:context-matched-pop-property",
2718 "ly:context-mod-apply!",
2719 "ly:context-mod?",
2720 "ly:context-name",
2721 "ly:context-output-def",
2722 "ly:context-parent",
2723 "ly:context-property",
2724 "ly:context-property-pop",
2725 "ly:context-property-push",
2726 "ly:context-property-stack-pop",
2727 "ly:context-property-stack-push",
2728 "ly:context-property-where-defined",
2729 "ly:context-pushpop-property",
2730 "ly:context-schedule-moment",
2731 "ly:context-set-property!",
2732 "ly:context-specced-music-iterator::constructor",
2733 "ly:context-unset-property",
2734 "ly:context?",
2735 "ly:custos::print",
2736 "ly:debug",
2737 "ly:default-scale",
2738 "ly:dimension?",
2739 "ly:dir?",
2740 "ly:directed",
2741 "ly:disconnect-dispatchers",
2742 "ly:dispatcher?",
2743 "ly:dot-column::calc-positioning-done",
2744 "ly:dots::print",
2745 "ly:duration->moment",
2746 "ly:duration->number",
2747 "ly:duration->string",
2748 "ly:duration-compress",
2749 "ly:duration-dot-count",
2750 "ly:duration-factor",
2751 "ly:duration-log",
2752 "ly:duration-scale",
2753 "ly:duration::less?",
2754 "ly:duration<?",
2755 "ly:duration?",
2756 "ly:effective-prefix",
2757 "ly:enclosing-bracket::print",
2758 "ly:enclosing-bracket::width",
2759 "ly:engraver-announce-end-grob",
2760 "ly:engraver-make-grob",
2761 "ly:engraver-make-item",
2762 "ly:engraver-make-spanner",
2763 "ly:engraver-make-sticky",
2764 "ly:error",
2765 "ly:event-chord-iterator::constructor",
2766 "ly:event-deep-copy",
2767 "ly:event-iterator::constructor",
2768 "ly:event-length",
2769 "ly:event-property",
2770 "ly:event-set-property!",
2771 "ly:event-warning",
2772 "ly:event?",
2773 "ly:exit",
2774 "ly:expect-warning",
2775 "ly:extract-subfont-from-collection",
2776 "ly:figured-bass-continuation::center-on-figures",
2777 "ly:find-file",
2778 "ly:fine-iterator::constructor",
2779 "ly:fingering-column::calc-positioning-done",
2780 "ly:flag::calc-x-offset",
2781 "ly:flag::calc-y-offset",
2782 "ly:flag::glyph-name",
2783 "ly:flag::print",
2784 "ly:flag::pure-calc-y-offset",
2785 "ly:flag::width",
2786 "ly:font-config-add-directory",
2787 "ly:font-config-add-font",
2788 "ly:font-config-display-fonts",
2789 "ly:font-config-get-font-file",
2790 "ly:font-design-size",
2791 "ly:font-file-name",
2792 "ly:font-get-glyph",
2793 "ly:font-glyph-name-to-index",
2794 "ly:font-index-to-charcode",
2795 "ly:font-magnification",
2796 "ly:font-metric?",
2797 "ly:font-name",
2798 "ly:format",
2799 "ly:format-output",
2800 "ly:generic-bound-extent",
2801 "ly:get-all-function-documentation",
2802 "ly:get-all-translators",
2803 "ly:get-cff-offset",
2804 "ly:get-context-mods",
2805 "ly:get-font-format",
2806 "ly:get-option",
2807 "ly:get-spacing-spec",
2808 "ly:grace-iterator::constructor",
2809 "ly:grace-music::start-callback",
2810 "ly:grid-line-interface::print",
2811 "ly:grid-line-interface::width",
2812 "ly:grob-alist-chain",
2813 "ly:grob-array->list",
2814 "ly:grob-array-length",
2815 "ly:grob-array-ref",
2816 "ly:grob-array?",
2817 "ly:grob-basic-properties",
2818 "ly:grob-chain-callback",
2819 "ly:grob-common-refpoint",
2820 "ly:grob-common-refpoint-of-array",
2821 "ly:grob-default-font",
2822 "ly:grob-extent",
2823 "ly:grob-get-vertical-axis-group-index",
2824 "ly:grob-interfaces",
2825 "ly:grob-layout",
2826 "ly:grob-list->grob-array",
2827 "ly:grob-object",
2828 "ly:grob-original",
2829 "ly:grob-parent",
2830 "ly:grob-pq<?",
2831 "ly:grob-properties?",
2832 "ly:grob-property",
2833 "ly:grob-property-data",
2834 "ly:grob-pure-height",
2835 "ly:grob-pure-property",
2836 "ly:grob-pure-relative-coordinate",
2837 "ly:grob-relative-coordinate",
2838 "ly:grob-robust-relative-extent",
2839 "ly:grob-script-priority-less",
2840 "ly:grob-set-nested-property!",
2841 "ly:grob-set-object!",
2842 "ly:grob-set-parent!",
2843 "ly:grob-set-property!",
2844 "ly:grob-spanned-column-rank-interval",
2845 "ly:grob-staff-position",
2846 "ly:grob-suicide!",
2847 "ly:grob-system",
2848 "ly:grob-translate-axis!",
2849 "ly:grob-vertical<?",
2850 "ly:grob-warning",
2851 "ly:grob::horizontal-skylines-from-element-stencils",
2852 "ly:grob::horizontal-skylines-from-stencil",
2853 "ly:grob::pure-horizontal-skylines-from-element-stencils",
2854 "ly:grob::pure-simple-horizontal-skylines-from-extents",
2855 "ly:grob::pure-simple-vertical-skylines-from-extents",
2856 "ly:grob::pure-stencil-height",
2857 "ly:grob::pure-vertical-skylines-from-element-stencils",
2858 "ly:grob::simple-horizontal-skylines-from-extents",
2859 "ly:grob::simple-vertical-skylines-from-extents",
2860 "ly:grob::stencil-height",
2861 "ly:grob::stencil-width",
2862 "ly:grob::vertical-skylines-from-element-stencils",
2863 "ly:grob::vertical-skylines-from-stencil",
2864 "ly:grob::x-parent-positioning",
2865 "ly:grob::y-parent-positioning",
2866 "ly:grob?",
2867 "ly:gs-cli",
2868 "ly:gulp-file",
2869 "ly:gulp-file-utf8",
2870 "ly:hairpin::broken-bound-padding",
2871 "ly:hairpin::print",
2872 "ly:hairpin::pure-height",
2873 "ly:hara-kiri-group-spanner::calc-skylines",
2874 "ly:hara-kiri-group-spanner::force-hara-kiri-callback",
2875 "ly:hara-kiri-group-spanner::force-hara-kiri-in-y-parent-callback",
2876 "ly:hara-kiri-group-spanner::pure-height",
2877 "ly:hara-kiri-group-spanner::y-extent",
2878 "ly:has-glyph-names?",
2879 "ly:hash-table-keys",
2880 "ly:horizontal-bracket-text::calc-direction",
2881 "ly:horizontal-bracket-text::print",
2882 "ly:horizontal-bracket::print",
2883 "ly:horizontal-line-spanner::calc-left-bound-info",
2884 "ly:horizontal-line-spanner::calc-left-bound-info-and-text",
2885 "ly:horizontal-line-spanner::calc-right-bound-info",
2886 "ly:in-event-class?",
2887 "ly:inch",
2888 "ly:initial-context-music-iterator::constructor",
2889 "ly:input-both-locations",
2890 "ly:input-file-line-char-column",
2891 "ly:input-location?",
2892 "ly:input-message",
2893 "ly:input-warning",
2894 "ly:interpret-music-expression",
2895 "ly:intlog2",
2896 "ly:item-break-dir",
2897 "ly:item-get-column",
2898 "ly:item?",
2899 "ly:iterator?",
2900 "ly:key-signature-interface::print",
2901 "ly:kievan-ligature::print",
2902 "ly:ledger-line-spanner::print",
2903 "ly:ledger-line-spanner::set-spacing-rods",
2904 "ly:length",
2905 "ly:lily-lexer?",
2906 "ly:lily-parser?",
2907 "ly:line-interface::line",
2908 "ly:line-spanner::calc-cross-staff",
2909 "ly:line-spanner::calc-left-bound-info",
2910 "ly:line-spanner::calc-left-bound-info-and-text",
2911 "ly:line-spanner::calc-right-bound-info",
2912 "ly:line-spanner::print",
2913 "ly:list->offsets",
2914 "ly:listened-event-class?",
2915 "ly:listened-event-types",
2916 "ly:listener?",
2917 "ly:load",
2918 "ly:lyric-combine-music-iterator::constructor",
2919 "ly:lyric-combine-music::length-callback",
2920 "ly:lyric-extender::print",
2921 "ly:lyric-hyphen::print",
2922 "ly:lyric-hyphen::set-spacing-rods",
2923 "ly:make-book",
2924 "ly:make-book-part",
2925 "ly:make-context-mod",
2926 "ly:make-dispatcher",
2927 "ly:make-duration",
2928 "ly:make-event-class",
2929 "ly:make-global-context",
2930 "ly:make-global-translator",
2931 "ly:make-grob-properties",
2932 "ly:make-listener",
2933 "ly:make-moment",
2934 "ly:make-music",
2935 "ly:make-music-function",
2936 "ly:make-music-relative!",
2937 "ly:make-output-def",
2938 "ly:make-page-label-marker",
2939 "ly:make-page-permission-marker",
2940 "ly:make-paper-outputter",
2941 "ly:make-pitch",
2942 "ly:make-prob",
2943 "ly:make-rand-seed",
2944 "ly:make-regex",
2945 "ly:make-rotation",
2946 "ly:make-scale",
2947 "ly:make-scaling",
2948 "ly:make-score",
2949 "ly:make-skyline",
2950 "ly:make-spring",
2951 "ly:make-stencil",
2952 "ly:make-stream-event",
2953 "ly:make-tmpfile-name",
2954 "ly:make-transform",
2955 "ly:make-translation",
2956 "ly:make-unpure-pure-container",
2957 "ly:measure-grouping::print",
2958 "ly:measure-spanner::print",
2959 "ly:melody-spanner::calc-neutral-stem-direction",
2960 "ly:mensural-ligature::brew-ligature-primitive",
2961 "ly:mensural-ligature::print",
2962 "ly:message",
2963 "ly:minimal-breaking",
2964 "ly:mm",
2965 "ly:module->alist",
2966 "ly:module-copy",
2967 "ly:modules-lookup",
2968 "ly:moment-add",
2969 "ly:moment-div",
2970 "ly:moment-grace",
2971 "ly:moment-grace-denominator",
2972 "ly:moment-grace-numerator",
2973 "ly:moment-main",
2974 "ly:moment-main-denominator",
2975 "ly:moment-main-numerator",
2976 "ly:moment-mod",
2977 "ly:moment-mul",
2978 "ly:moment-sub",
2979 "ly:moment<?",
2980 "ly:moment?",
2981 "ly:multi-measure-rest::height",
2982 "ly:multi-measure-rest::print",
2983 "ly:multi-measure-rest::set-spacing-rods",
2984 "ly:multi-measure-rest::set-text-rods",
2985 "ly:music-compress",
2986 "ly:music-deep-copy",
2987 "ly:music-duration-compress",
2988 "ly:music-duration-length",
2989 "ly:music-error",
2990 "ly:music-function-extract",
2991 "ly:music-function-signature",
2992 "ly:music-function?",
2993 "ly:music-iterator::constructor",
2994 "ly:music-length",
2995 "ly:music-list?",
2996 "ly:music-message",
2997 "ly:music-mutable-properties",
2998 "ly:music-output?",
2999 "ly:music-property",
3000 "ly:music-sequence::cumulative-length-callback",
3001 "ly:music-sequence::event-chord-length-callback",
3002 "ly:music-sequence::event-chord-relative-callback",
3003 "ly:music-sequence::first-start-callback",
3004 "ly:music-sequence::maximum-length-callback",
3005 "ly:music-sequence::minimum-start-callback",
3006 "ly:music-sequence::simultaneous-relative-callback",
3007 "ly:music-set-property!",
3008 "ly:music-start",
3009 "ly:music-transpose",
3010 "ly:music-warning",
3011 "ly:music-wrapper-iterator::constructor",
3012 "ly:music-wrapper::length-callback",
3013 "ly:music-wrapper::start-callback",
3014 "ly:music::duration-length-callback",
3015 "ly:music?",
3016 "ly:non-fatal-error",
3017 "ly:note-collision-interface::calc-positioning-done",
3018 "ly:note-column-accidentals",
3019 "ly:note-column-dot-column",
3020 "ly:note-column::calc-main-extent",
3021 "ly:note-extra-source-file",
3022 "ly:note-head::calc-stem-attachment",
3023 "ly:note-head::calc-tab-stem-attachment",
3024 "ly:note-head::include-ledger-line-height",
3025 "ly:note-head::print",
3026 "ly:note-head::stem-attachment",
3027 "ly:note-head::stem-x-shift",
3028 "ly:note-scale?",
3029 "ly:number->duration",
3030 "ly:number->string",
3031 "ly:number-pair->string",
3032 "ly:one-line-auto-height-breaking",
3033 "ly:one-line-breaking",
3034 "ly:one-page-breaking",
3035 "ly:optimal-breaking",
3036 "ly:option-usage",
3037 "ly:otf->cff",
3038 "ly:otf-font-glyph-info",
3039 "ly:otf-font-table-data",
3040 "ly:otf-font?",
3041 "ly:otf-glyph-count",
3042 "ly:otf-glyph-list",
3043 "ly:ottava-bracket::print",
3044 "ly:output-def-clone",
3045 "ly:output-def-lookup",
3046 "ly:output-def-parent",
3047 "ly:output-def-scope",
3048 "ly:output-def-set-variable!",
3049 "ly:output-def?",
3050 "ly:output-description",
3051 "ly:output-file-name-for-input-file-name",
3052 "ly:output-find-context-def",
3053 "ly:outputter-close",
3054 "ly:outputter-dump-stencil",
3055 "ly:outputter-dump-string",
3056 "ly:outputter-output-scheme",
3057 "ly:outputter-port",
3058 "ly:page-marker?",
3059 "ly:page-turn-breaking",
3060 "ly:pango-font-physical-fonts",
3061 "ly:pango-font?",
3062 "ly:paper-book-header",
3063 "ly:paper-book-pages",
3064 "ly:paper-book-paper",
3065 "ly:paper-book-performances",
3066 "ly:paper-book-scopes",
3067 "ly:paper-book-systems",
3068 "ly:paper-book?",
3069 "ly:paper-column::break-align-width",
3070 "ly:paper-column::print",
3071 "ly:paper-fonts",
3072 "ly:paper-get-font",
3073 "ly:paper-get-number",
3074 "ly:paper-outputscale",
3075 "ly:paper-score-paper-systems",
3076 "ly:paper-system?",
3077 "ly:parse-file",
3078 "ly:parse-init",
3079 "ly:parse-string-expression",
3080 "ly:parsed-undead-list!",
3081 "ly:parser-append-to-include-path",
3082 "ly:parser-clear-error",
3083 "ly:parser-clone",
3084 "ly:parser-define!",
3085 "ly:parser-error",
3086 "ly:parser-has-error?",
3087 "ly:parser-include-string",
3088 "ly:parser-lookup",
3089 "ly:parser-output-name",
3090 "ly:parser-parse-string",
3091 "ly:parser-set-note-names",
3092 "ly:part-combine-iterator::constructor",
3093 "ly:percent-repeat-interface::beat-slash",
3094 "ly:percent-repeat-interface::double-percent",
3095 "ly:percent-repeat-interface::percent",
3096 "ly:percent-repeat-iterator::constructor",
3097 "ly:perform-text-replacements",
3098 "ly:performance-headers",
3099 "ly:performance-write",
3100 "ly:piano-pedal-bracket::print",
3101 "ly:pitch-alteration",
3102 "ly:pitch-diff",
3103 "ly:pitch-negate",
3104 "ly:pitch-notename",
3105 "ly:pitch-octave",
3106 "ly:pitch-quartertones",
3107 "ly:pitch-semitones",
3108 "ly:pitch-steps",
3109 "ly:pitch-tones",
3110 "ly:pitch-transpose",
3111 "ly:pitch<?",
3112 "ly:pitch?",
3113 "ly:png->eps-dump",
3114 "ly:png-dimensions",
3115 "ly:pointer-group-interface::add-grob",
3116 "ly:pop-property-iterator::constructor",
3117 "ly:position-on-line?",
3118 "ly:prob-immutable-properties",
3119 "ly:prob-mutable-properties",
3120 "ly:prob-property",
3121 "ly:prob-property?",
3122 "ly:prob-set-property!",
3123 "ly:prob-type?",
3124 "ly:prob?",
3125 "ly:programming-error",
3126 "ly:progress",
3127 "ly:property-iterator::constructor",
3128 "ly:property-lookup-stats",
3129 "ly:property-unset-iterator::constructor",
3130 "ly:pt",
3131 "ly:pure-call",
3132 "ly:pure-from-neighbor-interface::calc-pure-relevant-grobs",
3133 "ly:push-property-iterator::constructor",
3134 "ly:quote-iterator::constructor",
3135 "ly:regex-exec",
3136 "ly:regex-exec->list",
3137 "ly:regex-match-positions",
3138 "ly:regex-match-prefix",
3139 "ly:regex-match-substring",
3140 "ly:regex-match-suffix",
3141 "ly:regex-match?",
3142 "ly:regex-quote",
3143 "ly:regex-replace",
3144 "ly:regex-split",
3145 "ly:regex?",
3146 "ly:register-stencil-expression",
3147 "ly:register-translator",
3148 "ly:relative-group-extent",
3149 "ly:relative-octave-check::relative-callback",
3150 "ly:relative-octave-music::no-relative-callback",
3151 "ly:relative-octave-music::relative-callback",
3152 "ly:rename-file",
3153 "ly:reset-all-fonts",
3154 "ly:reset-options",
3155 "ly:rest-collision::calc-positioning-done",
3156 "ly:rest-collision::force-shift-callback-rest",
3157 "ly:rest::calc-cross-staff",
3158 "ly:rest::height",
3159 "ly:rest::print",
3160 "ly:rest::pure-height",
3161 "ly:rest::width",
3162 "ly:rest::y-offset-callback",
3163 "ly:rhythmic-music-iterator::constructor",
3164 "ly:round-filled-box",
3165 "ly:round-polygon",
3166 "ly:run-translator",
3167 "ly:score-add-output-def!",
3168 "ly:score-embedded-format",
3169 "ly:score-error?",
3170 "ly:score-header",
3171 "ly:score-music",
3172 "ly:score-output-defs",
3173 "ly:score-set-header!",
3174 "ly:score?",
3175 "ly:script-column::before-line-breaking",
3176 "ly:script-column::row-before-line-breaking",
3177 "ly:script-interface::calc-cross-staff",
3178 "ly:script-interface::calc-direction",
3179 "ly:script-interface::calc-positioning-done",
3180 "ly:script-interface::print",
3181 "ly:self-alignment-interface::aligned-on-x-parent",
3182 "ly:self-alignment-interface::aligned-on-y-parent",
3183 "ly:self-alignment-interface::centered-on-x-parent",
3184 "ly:self-alignment-interface::centered-on-y-parent",
3185 "ly:self-alignment-interface::pure-y-aligned-on-self",
3186 "ly:self-alignment-interface::x-aligned-on-self",
3187 "ly:self-alignment-interface::y-aligned-on-self",
3188 "ly:semi-tie-column::calc-head-direction",
3189 "ly:semi-tie-column::calc-positioning-done",
3190 "ly:semi-tie::calc-control-points",
3191 "ly:separation-item::calc-skylines",
3192 "ly:sequential-iterator::constructor",
3193 "ly:set-default-scale",
3194 "ly:set-grob-creation-callback",
3195 "ly:set-grob-modification-callback",
3196 "ly:set-middle-C!",
3197 "ly:set-option",
3198 "ly:set-origin!",
3199 "ly:set-property-cache-callback",
3200 "ly:set-rand-seed",
3201 "ly:side-position-interface::calc-cross-staff",
3202 "ly:side-position-interface::move-to-extremal-staff",
3203 "ly:side-position-interface::pure-y-aligned-side",
3204 "ly:side-position-interface::set-axis!",
3205 "ly:side-position-interface::x-aligned-side",
3206 "ly:side-position-interface::y-aligned-side",
3207 "ly:simple-music-iterator::constructor",
3208 "ly:simultaneous-music-iterator::constructor",
3209 "ly:skyline->points",
3210 "ly:skyline-distance",
3211 "ly:skyline-empty?",
3212 "ly:skyline-height",
3213 "ly:skyline-max-height",
3214 "ly:skyline-max-height-position",
3215 "ly:skyline-merge",
3216 "ly:skyline-pad",
3217 "ly:skyline-pair?",
3218 "ly:skyline-touching-point",
3219 "ly:skyline?",
3220 "ly:skylines-for-stencil",
3221 "ly:slur::calc-control-points",
3222 "ly:slur::calc-cross-staff",
3223 "ly:slur::calc-direction",
3224 "ly:slur::height",
3225 "ly:slur::outside-slur-callback",
3226 "ly:slur::outside-slur-cross-staff",
3227 "ly:slur::print",
3228 "ly:slur::pure-height",
3229 "ly:slur::pure-outside-slur-callback",
3230 "ly:smob-protects",
3231 "ly:solve-spring-rod-problem",
3232 "ly:source-file?",
3233 "ly:source-files",
3234 "ly:spacing-spanner::calc-common-shortest-duration",
3235 "ly:spacing-spanner::set-springs",
3236 "ly:span-bar::before-line-breaking",
3237 "ly:span-bar::calc-anchor",
3238 "ly:span-bar::calc-glyph-name",
3239 "ly:span-bar::choose-model-bar-line",
3240 "ly:span-bar::print",
3241 "ly:span-bar::width",
3242 "ly:spanner-bound",
3243 "ly:spanner-broken-into",
3244 "ly:spanner-broken-neighbor",
3245 "ly:spanner-set-bound!",
3246 "ly:spanner::bounds-width",
3247 "ly:spanner::calc-connect-to-neighbors",
3248 "ly:spanner::calc-normalized-endpoints",
3249 "ly:spanner::kill-zero-spanned-time",
3250 "ly:spanner::set-spacing-rods",
3251 "ly:spanner?",
3252 "ly:spawn",
3253 "ly:spring-set-inverse-compress-strength!",
3254 "ly:spring-set-inverse-stretch-strength!",
3255 "ly:spring?",
3256 "ly:staff-symbol-line-thickness",
3257 "ly:staff-symbol-referencer::callback",
3258 "ly:staff-symbol-staff-radius",
3259 "ly:staff-symbol-staff-space",
3260 "ly:staff-symbol::calc-line-positions",
3261 "ly:staff-symbol::height",
3262 "ly:staff-symbol::print",
3263 "ly:stderr-redirect",
3264 "ly:stem-tremolo::calc-cross-staff",
3265 "ly:stem-tremolo::calc-direction",
3266 "ly:stem-tremolo::calc-shape",
3267 "ly:stem-tremolo::calc-slope",
3268 "ly:stem-tremolo::calc-width",
3269 "ly:stem-tremolo::calc-y-offset",
3270 "ly:stem-tremolo::print",
3271 "ly:stem-tremolo::pure-calc-y-offset",
3272 "ly:stem-tremolo::pure-height",
3273 "ly:stem-tremolo::width",
3274 "ly:stem::calc-cross-staff",
3275 "ly:stem::calc-default-direction",
3276 "ly:stem::calc-direction",
3277 "ly:stem::calc-length",
3278 "ly:stem::calc-positioning-done",
3279 "ly:stem::calc-stem-begin-position",
3280 "ly:stem::calc-stem-end-position",
3281 "ly:stem::calc-stem-info",
3282 "ly:stem::height",
3283 "ly:stem::offset-callback",
3284 "ly:stem::print",
3285 "ly:stem::pure-calc-length",
3286 "ly:stem::pure-calc-stem-begin-position",
3287 "ly:stem::pure-calc-stem-end-position",
3288 "ly:stem::pure-height",
3289 "ly:stem::width",
3290 "ly:stencil-add",
3291 "ly:stencil-aligned-to",
3292 "ly:stencil-combine-at-edge",
3293 "ly:stencil-empty?",
3294 "ly:stencil-expr",
3295 "ly:stencil-extent",
3296 "ly:stencil-in-color",
3297 "ly:stencil-outline",
3298 "ly:stencil-rotate",
3299 "ly:stencil-rotate-absolute",
3300 "ly:stencil-scale",
3301 "ly:stencil-stack",
3302 "ly:stencil-translate",
3303 "ly:stencil-translate-axis",
3304 "ly:stencil?",
3305 "ly:stream-event?",
3306 "ly:string-percent-encode",
3307 "ly:string-substitute",
3308 "ly:sustain-pedal::print",
3309 "ly:system",
3310 "ly:system-font-load",
3311 "ly:system-start-delimiter::print",
3312 "ly:system::calc-pure-height",
3313 "ly:system::calc-pure-relevant-grobs",
3314 "ly:system::footnotes-after-line-breaking",
3315 "ly:system::footnotes-before-line-breaking",
3316 "ly:system::get-nonspaceable-staves",
3317 "ly:system::get-spaceable-staves",
3318 "ly:system::get-staves",
3319 "ly:system::get-vertical-alignment",
3320 "ly:system::height",
3321 "ly:system::vertical-skyline-elements",
3322 "ly:text-interface::grob-interpret-markup",
3323 "ly:text-interface::interpret-markup",
3324 "ly:text-interface::print",
3325 "ly:tie-column::before-line-breaking",
3326 "ly:tie-column::calc-positioning-done",
3327 "ly:tie::calc-control-points",
3328 "ly:tie::calc-direction",
3329 "ly:tie::print",
3330 "ly:time-signature::print",
3331 "ly:time-signature::print-x",
3332 "ly:time-tracer-include-and-remove-file",
3333 "ly:time-tracer-restart",
3334 "ly:time-tracer-set-file",
3335 "ly:time-tracer-stop",
3336 "ly:transform->list",
3337 "ly:transform?",
3338 "ly:translate-cpp-warning-scheme",
3339 "ly:translator-context",
3340 "ly:translator-description",
3341 "ly:translator-group?",
3342 "ly:translator-name",
3343 "ly:translator?",
3344 "ly:transpose-key-alist",
3345 "ly:ttf->pfa",
3346 "ly:ttf-ps-name",
3347 "ly:tuplet-bracket::calc-beam",
3348 "ly:tuplet-bracket::calc-cross-staff",
3349 "ly:tuplet-bracket::calc-direction",
3350 "ly:tuplet-bracket::calc-positions",
3351 "ly:tuplet-bracket::calc-potential-beam",
3352 "ly:tuplet-bracket::calc-x-positions",
3353 "ly:tuplet-bracket::print",
3354 "ly:tuplet-description?",
3355 "ly:tuplet-iterator::constructor",
3356 "ly:tuplet-number::calc-x-offset",
3357 "ly:tuplet-number::calc-y-offset",
3358 "ly:tuplet-number::print",
3359 "ly:unpure-call",
3360 "ly:unpure-pure-container-pure-part",
3361 "ly:unpure-pure-container-unpure-part",
3362 "ly:unpure-pure-container?",
3363 "ly:usage",
3364 "ly:vaticana-ligature::brew-ligature-primitive",
3365 "ly:vaticana-ligature::print",
3366 "ly:verbose-output?",
3367 "ly:version",
3368 "ly:version?",
3369 "ly:volta-bracket-interface::print",
3370 "ly:volta-bracket::calc-shorten-pair",
3371 "ly:volta-repeat-iterator::constructor",
3372 "ly:volta-specced-music-iterator::constructor",
3373 "ly:vowel-transition::set-spacing-rods",
3374 "ly:warning",
3375 "ly:warning-located",
3376 "ly:wide-char->utf-8",
3377 "lyric-hyphen::vaticana-style",
3378 "lyric-text::print",
3379 "magnification->font-size",
3380 "magnify-markup",
3381 "magnifyStaff-is-set?",
3382 "magstep",
3383 "maj7-modifier",
3384 "make-abs-fontsize-markup",
3385 "make-abs-hspace-markup",
3386 "make-abs-vspace-markup",
3387 "make-accidental-dodecaphonic-rule",
3388 "make-accidental-markup",
3389 "make-accidental-rule",
3390 "make-align-on-other-markup",
3391 "make-annotate-moving-markup",
3392 "make-append-to-tag-markup",
3393 "make-apply-context",
3394 "make-arrow-head-markup",
3395 "make-articulation",
3396 "make-auto-footnote-markup",
3397 "make-autochange-music",
3398 "make-backslashed-digit-markup",
3399 "make-bar-line-markup",
3400 "make-beam-markup",
3401 "make-bezier-sandwich-stencil",
3402 "make-bold-markup",
3403 "make-bow-stencil",
3404 "make-box-markup",
3405 "make-bracket-bar-line",
3406 "make-bracket-markup",
3407 "make-c-time-signature-markup",
3408 "make-caps-markup",
3409 "make-center-align-markup",
3410 "make-center-column-markup",
3411 "make-central-column-hole-addresses",
3412 "make-char-markup",
3413 "make-chord-elements",
3414 "make-circle-markup",
3415 "make-circle-stencil",
3416 "make-clef-set",
3417 "make-coda-markup",
3418 "make-colon-bar-line",
3419 "make-color-handler",
3420 "make-column-lines-markup-list",
3421 "make-column-markup",
3422 "make-combine-markup",
3423 "make-compound-meter-markup",
3424 "make-concat-markup",
3425 "make-conditional-trill-markup-markup",
3426 "make-connected-line",
3427 "make-connected-path-stencil",
3428 "make-cue-clef-set",
3429 "make-cue-clef-unset",
3430 "make-customTabClef-markup",
3431 "make-dashed-bar-line",
3432 "make-dir-column-markup",
3433 "make-dotted-bar-line",
3434 "make-doubleflat-markup",
3435 "make-doublesharp-markup",
3436 "make-draw-circle-markup",
3437 "make-draw-dashed-line-markup",
3438 "make-draw-dotted-line-markup",
3439 "make-draw-hline-markup",
3440 "make-draw-line-markup",
3441 "make-draw-squiggle-line-markup",
3442 "make-duration-of-length",
3443 "make-dynamic-markup",
3444 "make-ellipse-markup",
3445 "make-ellipse-stencil",
3446 "make-empty-bar-line",
3447 "make-engraver",
3448 "make-epsfile-markup",
3449 "make-event-chord",
3450 "make-extended-scale",
3451 "make-eyeglasses-markup",
3452 "make-fermata-markup",
3453 "make-figured-bass-markup",
3454 "make-fill-line-markup",
3455 "make-fill-with-pattern-markup",
3456 "make-filled-box-markup",
3457 "make-filled-box-stencil",
3458 "make-finger-markup",
3459 "make-first-visible-markup",
3460 "make-flat-markup",
3461 "make-fontCaps-markup",
3462 "make-fontsize-markup",
3463 "make-footnote-markup",
3464 "make-fraction-markup",
3465 "make-fret-diagram",
3466 "make-fret-diagram-markup",
3467 "make-fret-diagram-terse-markup",
3468 "make-fret-diagram-verbose-markup",
3469 "make-fromproperty-markup",
3470 "make-general-align-markup",
3471 "make-glyph-time-signature-markup",
3472 "make-grace-music",
3473 "make-graceless-rhythmic-location",
3474 "make-grob-property-override",
3475 "make-grob-property-revert",
3476 "make-grob-property-set",
3477 "make-halign-markup",
3478 "make-harmonic",
3479 "make-harp-pedal-markup",
3480 "make-hbracket-markup",
3481 "make-hcenter-in-markup",
3482 "make-hspace-markup",
3483 "make-huge-markup",
3484 "make-if-markup",
3485 "make-image-markup",
3486 "make-initial-context-music",
3487 "make-italic-markup",
3488 "make-justified-lines-markup-list",
3489 "make-justify-field-markup",
3490 "make-justify-line-markup",
3491 "make-justify-markup",
3492 "make-justify-string-markup",
3493 "make-keep-with-tag-markup",
3494 "make-key-alist",
3495 "make-key-symbols",
3496 "make-kievan-bar-line",
3497 "make-large-markup",
3498 "make-larger-markup",
3499 "make-left-align-markup",
3500 "make-left-brace-markup",
3501 "make-left-column-markup",
3502 "make-left-hand-key-addresses",
3503 "make-line-markup",
3504 "make-line-stencil",
3505 "make-lookup-markup",
3506 "make-lower-markup",
3507 "make-lyric-event",
3508 "make-lyric-repeat-count-formatter",
3509 "make-magnify-markup",
3510 "make-map-markup-commands-markup-list",
3511 "make-markalphabet-markup",
3512 "make-markletter-markup",
3513 "make-markup",
3514 "make-modal-inverter",
3515 "make-modal-transposer",
3516 "make-multi-measure-rest",
3517 "make-multi-measure-rest-by-number-markup",
3518 "make-music",
3519 "make-musicglyph-markup",
3520 "make-name-keylist",
3521 "make-named-spreadsheet",
3522 "make-natural-markup",
3523 "make-no-bar-line",
3524 "make-non-relative-music",
3525 "make-normal-size-sub-markup",
3526 "make-normal-size-super-markup",
3527 "make-normal-text-markup",
3528 "make-normal-weight-markup",
3529 "make-normalsize-markup",
3530 "make-note-by-number-markup",
3531 "make-note-markup",
3532 "make-null-markup",
3533 "make-number-keylist",
3534 "make-number-markup",
3535 "make-on-the-fly-markup",
3536 "make-oval-markup",
3537 "make-oval-stencil",
3538 "make-overlay-markup",
3539 "make-override-lines-markup-list",
3540 "make-override-markup",
3541 "make-overtie-markup",
3542 "make-pad-around-markup",
3543 "make-pad-markup-markup",
3544 "make-pad-to-box-markup",
3545 "make-pad-x-markup",
3546 "make-padding",
3547 "make-page-link-markup",
3548 "make-page-ref-markup",
3549 "make-parenthesis-stencil",
3550 "make-parenthesize-markup",
3551 "make-part-combine-context-changes",
3552 "make-part-combine-marks",
3553 "make-partial-ellipse-stencil",
3554 "make-partial-set",
3555 "make-path-markup",
3556 "make-path-stencil",
3557 "make-pattern-markup",
3558 "make-percent-set",
3559 "make-performer",
3560 "make-polygon-markup",
3561 "make-postscript-markup",
3562 "make-property-recursive-markup",
3563 "make-property-set",
3564 "make-property-unset",
3565 "make-push-to-tag-markup",
3566 "make-put-adjacent-markup",
3567 "make-qr-code-markup",
3568 "make-raise-markup",
3569 "make-relative",
3570 "make-relative::to-relative-callback",
3571 "make-remove-with-tag-markup",
3572 "make-repeat",
3573 "make-replace-markup",
3574 "make-rest-by-number-markup",
3575 "make-rest-markup",
3576 "make-rhythm-markup",
3577 "make-rhythmic-location",
3578 "make-right-align-markup",
3579 "make-right-brace-markup",
3580 "make-right-column-markup",
3581 "make-right-hand-key-addresses",
3582 "make-rotate-markup",
3583 "make-rounded-box-markup",
3584 "make-sans-markup",
3585 "make-scale",
3586 "make-scale-markup",
3587 "make-score-lines-markup-list",
3588 "make-score-markup",
3589 "make-segno-bar-line",
3590 "make-segno-markup",
3591 "make-semiflat-markup",
3592 "make-semisharp-markup",
3593 "make-semitone->pitch",
3594 "make-sequential-music",
3595 "make-serif-markup",
3596 "make-sesquiflat-markup",
3597 "make-sesquisharp-markup",
3598 "make-session-variable",
3599 "make-setting",
3600 "make-sharp-markup",
3601 "make-short-bar-line",
3602 "make-simple-bar-line",
3603 "make-simple-markup",
3604 "make-simultaneous-music",
3605 "make-skip-music",
3606 "make-skipped",
3607 "make-slashed-digit-markup",
3608 "make-small-markup",
3609 "make-smallCaps-markup",
3610 "make-smaller-markup",
3611 "make-spacer-bar-line",
3612 "make-span-event",
3613 "make-split-state",
3614 "make-spreadsheet",
3615 "make-stem-span!",
3616 "make-stem-spans!",
3617 "make-stencil-boxer",
3618 "make-stencil-circler",
3619 "make-stencil-markup",
3620 "make-string-lines-markup-list",
3621 "make-strut-markup",
3622 "make-sub-markup",
3623 "make-super-markup",
3624 "make-symbol-alist",
3625 "make-tab-heads-transparent",
3626 "make-table-markup-list",
3627 "make-tag-list-markup-list",
3628 "make-tag-markup",
3629 "make-teeny-markup",
3630 "make-text-accidental-markup",
3631 "make-text-doubleflat-markup",
3632 "make-text-doublesharp-markup",
3633 "make-text-flat-markup",
3634 "make-text-natural-markup",
3635 "make-text-sharp-markup",
3636 "make-thick-bar-line",
3637 "make-tick-bar-line",
3638 "make-tie-markup",
3639 "make-tie-stencil",
3640 "make-tied-lyric-markup",
3641 "make-tilted-portion",
3642 "make-time-signature-set",
3643 "make-tiny-markup",
3644 "make-tmpfile",
3645 "make-translate-markup",
3646 "make-translate-scaled-markup",
3647 "make-translator",
3648 "make-translator-component",
3649 "make-translator-internal",
3650 "make-transparent-box-stencil",
3651 "make-transparent-markup",
3652 "make-tremolo-set",
3653 "make-triangle-markup",
3654 "make-type-checker",
3655 "make-typewriter-markup",
3656 "make-underline-markup",
3657 "make-undertie-markup",
3658 "make-unfolded-set",
3659 "make-unless-markup",
3660 "make-upright-markup",
3661 "make-varcoda-markup",
3662 "make-vcenter-markup",
3663 "make-verbatim-file-markup",
3664 "make-voice-props-override",
3665 "make-voice-props-revert",
3666 "make-voice-props-set",
3667 "make-voice-states",
3668 "make-volta-number-markup",
3669 "make-volta-set",
3670 "make-vspace-markup",
3671 "make-whiteout-markup",
3672 "make-with-color-markup",
3673 "make-with-dimension-from-markup",
3674 "make-with-dimension-markup",
3675 "make-with-dimensions-from-markup",
3676 "make-with-dimensions-markup",
3677 "make-with-link-markup",
3678 "make-with-outline-markup",
3679 "make-with-string-transformer-markup",
3680 "make-with-true-dimension-markup",
3681 "make-with-true-dimensions-markup",
3682 "make-with-url-markup",
3683 "make-woodwind-diagram-markup",
3684 "make-wordwrap-field-markup",
3685 "make-wordwrap-internal-markup-list",
3686 "make-wordwrap-lines-markup-list",
3687 "make-wordwrap-markup",
3688 "make-wordwrap-string-internal-markup-list",
3689 "make-wordwrap-string-markup",
3690 "map-markup-commands-markup-list",
3691 "map-selected-alist-keys",
3692 "map-some-music",
3693 "markalphabet-markup",
3694 "marked-up-headfoot",
3695 "marked-up-title",
3696 "markgeneric-string",
3697 "markletter-markup",
3698 "markup",
3699 "markup->string",
3700 "markup-argument-list-error",
3701 "markup-argument-list?",
3702 "markup-command-list?",
3703 "markup-command-signature",
3704 "markup-default-to-string-method",
3705 "markup-expression->make-markup",
3706 "markup-function-as-string-method",
3707 "markup-function-category",
3708 "markup-function-internal?",
3709 "markup-function-properties",
3710 "markup-function?",
3711 "markup-join",
3712 "markup-lambda",
3713 "markup-lambda-listify",
3714 "markup-lambda-worker",
3715 "markup-list-function?",
3716 "markup-list-lambda",
3717 "markup-list?",
3718 "markup-thrower-typecheck",
3719 "markup-typecheck?",
3720 "markup?",
3721 "match-predicate",
3722 "matrix-rotate-counterclockwise",
3723 "measure-counter::text",
3724 "mensural-flag",
3725 "merge-details",
3726 "metronome-markup",
3727 "middle-broken-spanner?",
3728 "midi-program",
3729 "midline-stencil",
3730 "minmax/cmp",
3731 "minor-modifier",
3732 "mkdir-if-not-exist",
3733 "mm-rest-child-list",
3734 "mmrest-of-length",
3735 "modern-straight-flag",
3736 "modified-font-metric-font-scaling",
3737 "modulo-bar-number-visible",
3738 "moment",
3739 "moment->fraction",
3740 "moment-min",
3741 "moment-pair?",
3742 "moment<=?",
3743 "move-chord-note",
3744 "multi-fork",
3745 "multi-measure-rest-by-number-markup",
3746 "music->make-music",
3747 "music-check-error",
3748 "music-clone",
3749 "music-filter",
3750 "music-invert",
3751 "music-is-of-type?",
3752 "music-map",
3753 "music-pitches",
3754 "music-property-description",
3755 "music-selective-filter",
3756 "music-selective-map",
3757 "music-separator?",
3758 "music-type-predicate",
3759 "musical-length->number",
3760 "musical-length-as-moment?",
3761 "musical-length-as-number?",
3762 "musical-length?",
3763 "musicglyph-markup",
3764 "n-true-entries",
3765 "narrow-glyph?",
3766 "natural-chord-alteration",
3767 "natural-markup",
3768 "negate-extent",
3769 "neo-modern-accidental-rule",
3770 "no-flag",
3771 "non-negative-number?",
3772 "normal-flag",
3773 "normal-size-sub-markup",
3774 "normal-size-super-markup",
3775 "normal-text-markup",
3776 "normal-weight-markup",
3777 "normalize-color",
3778 "normalsize-markup",
3779 "not-first-broken-spanner?",
3780 "not-last-broken-spanner?",
3781 "note-by-number-markup",
3782 "note-events",
3783 "note-head::brew-ez-stencil",
3784 "note-head::calc-duration-log",
3785 "note-head::calc-glyph-name",
3786 "note-head::calc-kievan-duration-log",
3787 "note-markup",
3788 "note-name->german-markup",
3789 "note-name->markup",
3790 "note-name->string",
3791 "note-name-markup",
3792 "note-names-language",
3793 "note-to-cluster",
3794 "notes-to-clusters",
3795 "null-markup",
3796 "number-column-stencil",
3797 "number-format",
3798 "number-list?",
3799 "number-markup",
3800 "number-or-false?",
3801 "number-or-grob?",
3802 "number-or-number-pair?",
3803 "number-or-pair?",
3804 "number-or-string?",
3805 "number-pair-list?",
3806 "number-pair?",
3807 "numbered-footnotes",
3808 "numerify",
3809 "object-type",
3810 "object-type-name",
3811 "oboe-lh-I-key-stencil",
3812 "oboe-lh-II-key-stencil",
3813 "oboe-lh-III-key-stencil",
3814 "oboe-lh-b-key-stencil",
3815 "oboe-lh-bes-key-stencil",
3816 "oboe-lh-cis-key-stencil",
3817 "oboe-lh-d-key-stencil",
3818 "oboe-lh-ees-key-stencil",
3819 "oboe-lh-ees-lh-bes-key-stencil",
3820 "oboe-lh-f-key-stencil",
3821 "oboe-lh-gis-key-stencil",
3822 "oboe-lh-gis-lh-low-b-key-stencil",
3823 "oboe-lh-low-b-key-stencil",
3824 "oboe-lh-octave-key-stencil",
3825 "oboe-rh-a-key-stencil",
3826 "oboe-rh-banana-key-stencil",
3827 "oboe-rh-c-key-stencil",
3828 "oboe-rh-c-rh-ees-key-stencil",
3829 "oboe-rh-cis-key-stencil",
3830 "oboe-rh-d-key-stencil",
3831 "oboe-rh-ees-key-stencil",
3832 "oboe-rh-f-key-stencil",
3833 "oboe-rh-gis-key-stencil",
3834 "octave-woodwind-text-stencil",
3835 "offset-add",
3836 "offset-flip-y",
3837 "offset-fret",
3838 "offset-multiple-types",
3839 "offset-scale",
3840 "offsetter",
3841 "old-straight-flag",
3842 "on-the-fly-markup",
3843 "only-if-beamed",
3844 "optional-material-bracket::positions",
3845 "ordered-cons",
3846 "other-axis",
3847 "output-module?",
3848 "output-scopes",
3849 "outputproperty-compatibility",
3850 "oval-markup",
3851 "oval-stencil",
3852 "overlay-markup",
3853 "override-head-style",
3854 "override-lines-markup-list",
3855 "override-markup",
3856 "override-property-setting",
3857 "override-time-signature-setting",
3858 "overtie-markup",
3859 "pad-around-markup",
3860 "pad-markup-markup",
3861 "pad-to-box-markup",
3862 "pad-x-markup",
3863 "page-link-markup",
3864 "page-ref-markup",
3865 "pair-map",
3866 "pango-font-name",
3867 "pango-pf-file-name",
3868 "pango-pf-font-name",
3869 "pango-pf-fontindex",
3870 "paper-variable",
3871 "parentheses-interface::calc-Y-extent",
3872 "parentheses-interface::calc-Y-offset",
3873 "parentheses-interface::calc-parenthesis-stencils",
3874 "parentheses-interface::calc-pure-Y-offset",
3875 "parentheses-interface::maybe-pure-Y-offset",
3876 "parentheses-interface::print",
3877 "parenthesize-markup",
3878 "parenthesize-stencil",
3879 "parse-and-check-version",
3880 "parse-lily-version",
3881 "parse-terse-string",
3882 "passage-delimiter::break-visibility",
3883 "path-markup",
3884 "pattern-markup",
3885 "percussion?",
3886 "performance-name-from-headers",
3887 "piccolo-rh-x-key-stencil",
3888 "pitch-alteration-semitones",
3889 "pitch-invert",
3890 "pitch-of-note",
3891 "pitch-step",
3892 "polar->rectangular",
3893 "polygon-markup",
3894 "position-true-endpoint",
3895 "positive-exact-integer?",
3896 "positive-exact-rational?",
3897 "positive-fraction?",
3898 "positive-integer-or-false?",
3899 "positive-musical-length-as-moment?",
3900 "positive-musical-length-as-number?",
3901 "positive-musical-length?",
3902 "positive-number?",
3903 "postprocess-output",
3904 "postscript->pdf",
3905 "postscript->png",
3906 "postscript->ps",
3907 "postscript-markup",
3908 "precompute-music-length",
3909 "prepend-alist-chain",
3910 "prepend-props",
3911 "pretty-printable?",
3912 "previous-span-state",
3913 "previous-voice-state",
3914 "print-book-with",
3915 "print-book-with-defaults",
3916 "print-book-with-defaults-as-systems",
3917 "print-circled-text-callback",
3918 "print-keys",
3919 "print-keys-verbose",
3920 "process-fill-value",
3921 "property-recursive-markup",
3922 "props-with-tag-additions",
3923 "props-with-tags-to-keep",
3924 "props-with-tags-to-remove",
3925 "pure-chain-offset-callback",
3926 "pure-from-neighbor-interface::account-for-span-bar",
3927 "pure-from-neighbor-interface::extra-spacing-height",
3928 "pure-from-neighbor-interface::extra-spacing-height-at-beginning-of-line",
3929 "pure-from-neighbor-interface::extra-spacing-height-including-staff",
3930 "pure-from-neighbor-interface::pure-height",
3931 "push-to-tag-markup",
3932 "put-adjacent-markup",
3933 "qr-code-markup",
3934 "quarterdiff->string",
3935 "quote-substitute",
3936 "raise-markup",
3937 "randomize-rand-seed",
3938 "ratio->fret",
3939 "ratio->pitch",
3940 "rational-or-procedure?",
3941 "read-lily-expression",
3942 "read-lily-expression-internal",
3943 "recent-enough?",
3944 "recompute-music-length",
3945 "recording-group-emulate",
3946 "relevant-book-systems",
3947 "relevant-dump-systems",
3948 "remove-grace-property",
3949 "remove-step",
3950 "remove-whitespace",
3951 "remove-with-tag-markup",
3952 "replace-markup",
3953 "replace-step",
3954 "replicate-modify",
3955 "rest-by-number-markup",
3956 "rest-markup",
3957 "retrieve-glyph-flag",
3958 "retrograde-music",
3959 "return-1",
3960 "reverse-interval",
3961 "revert-fontSize",
3962 "revert-head-style",
3963 "revert-property-setting",
3964 "revert-props",
3965 "revert-time-signature-setting",
3966 "rgb-color",
3967 "rh-woodwind-text-stencil",
3968 "rhythm-markup",
3969 "rhythmic-location->file-string",
3970 "rhythmic-location->string",
3971 "rhythmic-location-bar-number",
3972 "rhythmic-location-measure-position",
3973 "rhythmic-location<=?",
3974 "rhythmic-location<?",
3975 "rhythmic-location=?",
3976 "rhythmic-location>=?",
3977 "rhythmic-location>?",
3978 "rhythmic-location?",
3979 "rich-bassoon-uber-key-stencil",
3980 "rich-e-stencil",
3981 "rich-group-draw-rule",
3982 "rich-group-extra-offset-rule",
3983 "rich-path-stencil",
3984 "rich-pe-stencil",
3985 "right-align-markup",
3986 "right-brace-markup",
3987 "right-column-markup",
3988 "ring-column-circle-stencil",
3989 "robust-bar-number-function",
3990 "rotate-markup",
3991 "rounded-box-markup",
3992 "rounded-box-stencil",
3993 "sane-simple-time-signature?",
3994 "sane-time-signature?",
3995 "sans-markup",
3996 "sans-serif-stencil",
3997 "saxophone-lh-T-key-stencil",
3998 "saxophone-lh-b-cis-key-stencil",
3999 "saxophone-lh-b-key-stencil",
4000 "saxophone-lh-bes-key-stencil",
4001 "saxophone-lh-cis-key-stencil",
4002 "saxophone-lh-d-key-stencil",
4003 "saxophone-lh-ees-key-stencil",
4004 "saxophone-lh-f-key-stencil",
4005 "saxophone-lh-front-f-key-stencil",
4006 "saxophone-lh-gis-key-stencil",
4007 "saxophone-lh-low-a-key-stencil",
4008 "saxophone-lh-low-bes-key-stencil",
4009 "saxophone-name-passerelle",
4010 "saxophone-rh-bes-key-stencil",
4011 "saxophone-rh-c-key-stencil",
4012 "saxophone-rh-e-key-stencil",
4013 "saxophone-rh-ees-key-stencil",
4014 "saxophone-rh-fis-key-stencil",
4015 "saxophone-rh-high-fis-key-stencil",
4016 "saxophone-rh-low-c-key-stencil",
4017 "saxophone-rh-side-key-stencil",
4018 "scale->factor",
4019 "scale-beam-thickness",
4020 "scale-by-font-size",
4021 "scale-fontSize",
4022 "scale-layout",
4023 "scale-markup",
4024 "scale-props",
4025 "scale?",
4026 "scheme?",
4027 "scm->string",
4028 "score-lines-markup-list",
4029 "score-markup",
4030 "scorify-music",
4031 "script-interface::calc-x-offset",
4032 "script-or-side-position-cross-staff",
4033 "script::ledger-lines",
4034 "search-executable",
4035 "seconds->moment",
4036 "segment->music",
4037 "segment-el->music",
4038 "segno-markup",
4039 "select-head-glyph",
4040 "select-option",
4041 "self-alignment-interface::self-aligned-on-breakable",
4042 "self-evaluating?",
4043 "semi-tie::calc-cross-staff",
4044 "semiflat-markup",
4045 "semisharp-markup",
4046 "sequential-music-to-chord-exceptions",
4047 "serif-markup",
4048 "sesquiflat-markup",
4049 "sesquisharp-markup",
4050 "session-replay",
4051 "session-save",
4052 "session-start-record",
4053 "session-terminate",
4054 "set-accidental-style",
4055 "set-bar-number-visibility",
4056 "set-counter-text!",
4057 "set-default-paper-size",
4058 "set-global-staff-size",
4059 "set-mus-properties!",
4060 "set-output-property",
4061 "set-paper-dimension-variables",
4062 "set-paper-dimensions",
4063 "set-paper-size",
4064 "sharp-markup",
4065 "shift-duration-log",
4066 "shift-octave",
4067 "shift-one-duration-log",
4068 "shift-right-at-line-begin",
4069 "shift-semitone->pitch",
4070 "short-glyph?",
4071 "sign",
4072 "silence-events",
4073 "simple-markup",
4074 "simple-split->state",
4075 "simple-stencil-alist",
4076 "skip->rest",
4077 "skip-as-needed",
4078 "skip-of-length",
4079 "skip-of-moment-span",
4080 "skyline-pair-and-non-empty?",
4081 "skyline-pair::empty?",
4082 "slashed-digit-internal",
4083 "slashed-digit-markup",
4084 "slashify",
4085 "small-markup",
4086 "smallCaps-markup",
4087 "smaller-markup",
4088 "space-lines",
4089 "span-bar::compound-bar-line",
4090 "span-state",
4091 "split-at-predicate",
4092 "split-index",
4093 "split-list",
4094 "split-list-by-group-lengths",
4095 "split-list-by-separator",
4096 "splits-to-states-using",
4097 "stack-lines",
4098 "stack-stencil-line",
4099 "stack-stencils",
4100 "stack-stencils-padding-list",
4101 "stack-thirds",
4102 "staff-ellipsis::print",
4103 "staff-ellipsis::pure-height",
4104 "staff-highlight::height",
4105 "staff-highlight::print",
4106 "staff-highlight::width",
4107 "staff-magnification-is-changing?",
4108 "staff-symbol-line-count",
4109 "staff-symbol-line-span",
4110 "staff-symbol::calc-widened-extent",
4111 "standard-e-stencil",
4112 "standard-path-stencil",
4113 "state+moment",
4114 "states-to-change-list",
4115 "states-to-segments",
4116 "stderr",
4117 "stem-connectable?",
4118 "stem-is-root?",
4119 "stem-span-stencil",
4120 "stem-stub::do-calculations",
4121 "stem-stub::extra-spacing-height",
4122 "stem-stub::pure-height",
4123 "stem-stub::width",
4124 "stem-tremolo::calc-tab-width",
4125 "stem::calc-duration-log",
4126 "stem::kievan-offset-callback",
4127 "stencil-fretboard-extent",
4128 "stencil-fretboard-offset",
4129 "stencil-markup",
4130 "stencil-pad-around",
4131 "stencil-true-extent",
4132 "stencil-whiteout",
4133 "stencil-whiteout-box",
4134 "stencil-whiteout-outline",
4135 "stencil-with-color",
4136 "sticky-grob-interface::inherit-property",
4137 "straight-flag",
4138 "string->string-list",
4139 "string-encode-integer",
4140 "string-endswith",
4141 "string-lines-markup-list",
4142 "string-number::calc-text",
4143 "string-or-music?",
4144 "string-or-pair?",
4145 "string-or-symbol?",
4146 "string-startswith",
4147 "string-thickness",
4148 "strip-string-annotation",
4149 "stroke-finger::calc-text",
4150 "strut-markup",
4151 "style-note-heads",
4152 "sub-markup",
4153 "subtract-base-fret",
4154 "suggest-convert-ly-message",
4155 "super-markup",
4156 "sus-modifier",
4157 "symbol-concatenate",
4158 "symbol-footnotes",
4159 "symbol-key-alist?",
4160 "symbol-key<?",
4161 "symbol-list-or-music?",
4162 "symbol-list-or-symbol?",
4163 "symbol-list?",
4164 "symbol<?",
4165 "symlink-if-not-exist",
4166 "symlink-or-copy-if-not-exist",
4167 "symmetric-interval",
4168 "synced?",
4169 "syntax-function-procedure-arguments",
4170 "system-start-text::calc-x-offset",
4171 "system-start-text::calc-y-offset",
4172 "system-start-text::print",
4173 "tab-note-head::calc-glyph-name",
4174 "tab-note-head::handle-ties",
4175 "tab-note-head::print",
4176 "tab-note-head::print-custom-fret-label",
4177 "tab-note-head::whiteout-if-style-set",
4178 "tablature-position-on-lines",
4179 "table-markup-list",
4180 "tabvoice::draw-double-stem-for-half-notes",
4181 "tabvoice::make-double-stem-width-for-half-notes",
4182 "tag-group-get",
4183 "tag-list-markup-list",
4184 "tag-markup",
4185 "tags-keep-predicate",
4186 "tags-remove-predicate",
4187 "tags-visible?",
4188 "teaching-accidental-rule",
4189 "teeny-markup",
4190 "text-accidental-markup",
4191 "text-doubleflat-markup",
4192 "text-doublesharp-markup",
4193 "text-fill-translate",
4194 "text-flat-markup",
4195 "text-mark-interface::calc-break-visibility",
4196 "text-mark-interface::calc-self-alignment-X",
4197 "text-natural-markup",
4198 "text-sharp-markup",
4199 "tie-markup",
4200 "tied-lyric-markup",
4201 "time-signature->fraction",
4202 "time-signature->list",
4203 "time-signature?",
4204 "tiny-markup",
4205 "to-staff-space",
4206 "translate-draw-instructions",
4207 "translate-key-instruction",
4208 "translate-markup",
4209 "translate-scaled-markup",
4210 "translator-property-description",
4211 "transparent-markup",
4212 "transposer-factory",
4213 "traverse-state-machine",
4214 "triangle-markup",
4215 "trill-pitch-group::pure-height",
4216 "true-entry?",
4217 "tsig-abbr-expand",
4218 "tsig-fraction-abbr-expand",
4219 "tuning",
4220 "tuplet-number::append-note-wrapper",
4221 "tuplet-number::calc-denominator-text",
4222 "tuplet-number::calc-direction",
4223 "tuplet-number::calc-fraction-text",
4224 "tuplet-number::fraction-with-notes",
4225 "tuplet-number::non-default-fraction-with-notes",
4226 "tuplet-number::non-default-tuplet-denominator-text",
4227 "tuplet-number::non-default-tuplet-fraction-text",
4228 "type-name",
4229 "typewriter-markup",
4230 "unbroken-or-first-broken-spanner?",
4231 "unbroken-or-last-broken-spanner?",
4232 "unbroken-spanner?",
4233 "underline-markup",
4234 "undertie-markup",
4235 "unfold-repeats",
4236 "unfold-repeats-fully",
4237 "uniform-draw-instructions",
4238 "uniform-extra-offset-rule",
4239 "uniq-list",
4240 "uniqued-alist",
4241 "unity-if-multimeasure",
4242 "universal-color",
4243 "unless-markup",
4244 "unspecified-music?",
4245 "update-possb-list",
4246 "upper-key-stencil",
4247 "upright-markup",
4248 "value-for-spanner-piece",
4249 "varcoda-markup",
4250 "variable-column-circle-stencil",
4251 "vcenter-markup",
4252 "vector-for-each",
4253 "verbatim-file-markup",
4254 "version-not-seen-message",
4255 "voice-states",
4256 "voicify-chord",
4257 "voicify-list",
4258 "voicify-music",
4259 "void?",
4260 "volta-bracket-interface::calc-text",
4261 "volta-bracket-interface::pure-height",
4262 "volta-bracket::calc-hook-visibility",
4263 "volta-number-markup",
4264 "volta-spec-music",
4265 "vspace-markup",
4266 "whiteout-markup",
4267 "with-color-markup",
4268 "with-dimension-from-markup",
4269 "with-dimension-markup",
4270 "with-dimensions-from-markup",
4271 "with-dimensions-markup",
4272 "with-link-markup",
4273 "with-outline-markup",
4274 "with-string-transformer-markup",
4275 "with-true-dimension-markup",
4276 "with-true-dimensions-markup",
4277 "with-url-markup",
4278 "woodwind-diagram-markup",
4279 "wordwrap-field-markup",
4280 "wordwrap-internal-markup-list",
4281 "wordwrap-lines-markup-list",
4282 "wordwrap-markup",
4283 "wordwrap-stencils",
4284 "wordwrap-string-internal-markup-list",
4285 "wordwrap-string-markup",
4286 "write-lilypond-book-aux-files",
4287 "write-me",
4288 "write-performances-midis",
4289 "x11-color",
4290]
4291
4292context_properties = [
4293 "aDueText",
4294 "accidentalGrouping",
4295 "additionalBassStrings",
4296 "additionalPitchPrefix",
4297 "alignAboveContext",
4298 "alignBelowContext",
4299 "alterationGlyphs",
4300 "alternativeNumber",
4301 "alternativeNumberingStyle",
4302 "alternativeRestores",
4303 "associatedVoice",
4304 "associatedVoiceContext",
4305 "associatedVoiceType",
4306 "autoAccidentals",
4307 "autoBeamCheck",
4308 "autoBeaming",
4309 "autoCautionaries",
4310 "autoExtenders",
4311 "barCheckSynchronize",
4312 "barExtraVelocity",
4313 "barNumberFormatter",
4314 "barNumberVisibility",
4315 "beamExceptions",
4316 "beamHalfMeasure",
4317 "beamMaximumSubdivision",
4318 "beamMelismaBusy",
4319 "beamMinimumSubdivision",
4320 "beatBase",
4321 "beatExtraVelocity",
4322 "beatStructure",
4323 "breathMarkDefinitions",
4324 "breathMarkType",
4325 "busyGrobs",
4326 "caesuraType",
4327 "caesuraTypeTransform",
4328 "centerBarNumbers",
4329 "chordChanges",
4330 "chordNameExceptions",
4331 "chordNameFunction",
4332 "chordNameLowercaseMinor",
4333 "chordNameSeparator",
4334 "chordNoteNamer",
4335 "chordPrefixSpacer",
4336 "chordRootNamer",
4337 "clefGlyph",
4338 "clefPosition",
4339 "clefTransposition",
4340 "clefTranspositionFormatter",
4341 "clefTranspositionStyle",
4342 "codaMarkCount",
4343 "codaMarkFormatter",
4344 "completionBusy",
4345 "completionFactor",
4346 "completionUnit",
4347 "connectArpeggios",
4348 "countPercentRepeats",
4349 "createKeyOnClefChange",
4350 "createSpacing",
4351 "crescendoSpanner",
4352 "crescendoText",
4353 "cueClefGlyph",
4354 "cueClefPosition",
4355 "cueClefTransposition",
4356 "cueClefTranspositionFormatter",
4357 "cueClefTranspositionStyle",
4358 "currentBarLine",
4359 "currentBarNumber",
4360 "currentChordCause",
4361 "currentChordText",
4362 "currentCommandColumn",
4363 "currentMusicalColumn",
4364 "currentPerformanceMarkEvent",
4365 "currentRehearsalMarkEvent",
4366 "currentTupletDescription",
4367 "dalSegnoTextFormatter",
4368 "decrescendoSpanner",
4369 "decrescendoText",
4370 "defaultStrings",
4371 "doubleRepeatBarType",
4372 "doubleRepeatSegnoBarType",
4373 "doubleSlurs",
4374 "drumPitchTable",
4375 "drumStyleTable",
4376 "dynamicAbsoluteVolumeFunction",
4377 "endAtSkip",
4378 "endRepeatBarType",
4379 "endRepeatSegnoBarType",
4380 "explicitClefVisibility",
4381 "explicitCueClefVisibility",
4382 "explicitKeySignatureVisibility",
4383 "extendersOverRests",
4384 "extraNatural",
4385 "figuredBassAlterationDirection",
4386 "figuredBassCenterContinuations",
4387 "figuredBassFormatter",
4388 "figuredBassLargeNumberAlignment",
4389 "figuredBassPlusDirection",
4390 "figuredBassPlusStrokedAlist",
4391 "finalFineTextVisibility",
4392 "finalizations",
4393 "fineBarType",
4394 "fineSegnoBarType",
4395 "fineStartRepeatSegnoBarType",
4396 "fineText",
4397 "fingeringOrientations",
4398 "firstClef",
4399 "followVoice",
4400 "fontSize",
4401 "forbidBreak",
4402 "forbidBreakBetweenBarLines",
4403 "forceBreak",
4404 "forceClef",
4405 "fretLabels",
4406 "glissandoMap",
4407 "graceSettings",
4408 "gridInterval",
4409 "handleNegativeFrets",
4410 "harmonicAccidentals",
4411 "harmonicDots",
4412 "hasAxisGroup",
4413 "hasStaffSpacing",
4414 "highStringOne",
4415 "ignoreBarChecks",
4416 "ignoreBarNumberChecks",
4417 "ignoreFiguredBassRest",
4418 "ignoreMelismata",
4419 "implicitBassFigures",
4420 "includeGraceNotes",
4421 "initialTimeSignatureVisibility",
4422 "instrumentCueName",
4423 "instrumentEqualizer",
4424 "instrumentName",
4425 "instrumentTransposition",
4426 "internalBarNumber",
4427 "keepAliveInterfaces",
4428 "keyAlterationOrder",
4429 "keyAlterations",
4430 "lastChord",
4431 "lastKeyAlterations",
4432 "localAlterations",
4433 "lyricMelismaAlignment",
4434 "lyricRepeatCountFormatter",
4435 "magnifyStaffValue",
4436 "majorSevenSymbol",
4437 "maximumFretStretch",
4438 "measureBarType",
4439 "measureLength",
4440 "measurePosition",
4441 "measureStartNow",
4442 "melismaBusy",
4443 "melismaBusyProperties",
4444 "metronomeMarkFormatter",
4445 "middleCClefPosition",
4446 "middleCCuePosition",
4447 "middleCOffset",
4448 "middleCPosition",
4449 "midiBalance",
4450 "midiChannelMapping",
4451 "midiChorusLevel",
4452 "midiExpression",
4453 "midiInstrument",
4454 "midiMaximumVolume",
4455 "midiMergeUnisons",
4456 "midiMinimumVolume",
4457 "midiPanPosition",
4458 "midiReverbLevel",
4459 "midiSkipOffset",
4460 "minimumFret",
4461 "minorChordModifier",
4462 "noChordSymbol",
4463 "noteNameFunction",
4464 "noteNameSeparator",
4465 "noteToFretFunction",
4466 "nullAccidentals",
4467 "ottavaStartNow",
4468 "ottavation",
4469 "ottavationMarkups",
4470 "output",
4471 "pageTurnMinimumRepeatLength",
4472 "pageTurnMinimumRestLength",
4473 "partCombineForced",
4474 "partCombineTextsOnNote",
4475 "partialBusy",
4476 "pedalSostenutoStrings",
4477 "pedalSostenutoStyle",
4478 "pedalSustainStrings",
4479 "pedalSustainStyle",
4480 "pedalUnaCordaStrings",
4481 "pedalUnaCordaStyle",
4482 "predefinedDiagramTable",
4483 "printAccidentalNames",
4484 "printInitialRepeatBar",
4485 "printKeyCancellation",
4486 "printNotesLanguage",
4487 "printOctaveNames",
4488 "printPartCombineTexts",
4489 "printTrivialVoltaRepeats",
4490 "propertyStacks",
4491 "proportionalNotationDuration",
4492 "quotedCueEventTypes",
4493 "quotedEventTypes",
4494 "rehearsalMark",
4495 "rehearsalMarkFormatter",
4496 "repeatCommands",
4497 "repeatCountVisibility",
4498 "respectIncompleteBeams",
4499 "restCompletionBusy",
4500 "restNumberThreshold",
4501 "restrainOpenStrings",
4502 "rootSystem",
4503 "scriptDefinitions",
4504 "searchForVoice",
4505 "sectionBarType",
4506 "segnoBarType",
4507 "segnoMarkCount",
4508 "segnoMarkFormatter",
4509 "segnoStyle",
4510 "shapeNoteStyles",
4511 "shortInstrumentName",
4512 "shortVocalName",
4513 "skipBars",
4514 "skipTypesetting",
4515 "slashChordSeparator",
4516 "slurMelismaBusy",
4517 "soloIIText",
4518 "soloText",
4519 "squashedPosition",
4520 "staffLineLayoutFunction",
4521 "stanza",
4522 "startAtNoteColumn",
4523 "startAtSkip",
4524 "startRepeatBarType",
4525 "startRepeatSegnoBarType",
4526 "stavesFound",
4527 "stemLeftBeamCount",
4528 "stemRightBeamCount",
4529 "strictBeatBeaming",
4530 "stringFretFingerList",
4531 "stringNumberOrientations",
4532 "stringOneTopmost",
4533 "stringTunings",
4534 "strokeFingerOrientations",
4535 "subdivideBeams",
4536 "suggestAccidentals",
4537 "supportNonIntegerFret",
4538 "suspendMelodyDecisions",
4539 "suspendRestMerging",
4540 "systemStartDelimiter",
4541 "systemStartDelimiterHierarchy",
4542 "tabFullNotation",
4543 "tabStaffLineLayoutFunction",
4544 "tablatureFormat",
4545 "tempoHideNote",
4546 "tempoWholesPerMinute",
4547 "tieMelismaBusy",
4548 "tieWaitForNote",
4549 "timeSignature",
4550 "timeSignatureSettings",
4551 "timing",
4552 "tonic",
4553 "topLevelAlignment",
4554 "tupletFullLength",
4555 "tupletFullLengthNote",
4556 "tupletSpannerDuration",
4557 "underlyingRepeatBarType",
4558 "useBassFigureExtenders",
4559 "vocalName",
4560 "voltaBracketMusicalLength",
4561 "whichBar",
4562]
4563
4564grob_properties = [
4565 "X-align-on-main-noteheads",
4566 "X-alignment-extent",
4567 "X-attachment",
4568 "X-common",
4569 "X-extent",
4570 "X-offset",
4571 "X-padding",
4572 "X-positions",
4573 "Y-attachment",
4574 "Y-common",
4575 "Y-extent",
4576 "Y-offset",
4577 "accidental-grob",
4578 "accidental-grobs",
4579 "accidental-padding",
4580 "add-cauda",
4581 "add-join",
4582 "add-stem",
4583 "add-stem-support",
4584 "adjacent-pure-heights",
4585 "adjacent-spanners",
4586 "after-line-breaking",
4587 "align-dir",
4588 "all-elements",
4589 "allow-loose-spacing",
4590 "allow-span-bar",
4591 "allow-span-bar-above",
4592 "alteration",
4593 "alteration-alist",
4594 "alteration-glyph-name-alist",
4595 "annotation",
4596 "annotation-balloon",
4597 "annotation-line",
4598 "arpeggio-direction",
4599 "arrow-length",
4600 "arrow-width",
4601 "ascendens",
4602 "auctum",
4603 "auto-generated",
4604 "auto-knee-gap",
4605 "automatically-numbered",
4606 "average-spacing-wishes",
4607 "avoid-note-head",
4608 "avoid-scripts",
4609 "avoid-slur",
4610 "axes",
4611 "axis-group-parent-X",
4612 "axis-group-parent-Y",
4613 "bar-extent",
4614 "bars-left",
4615 "bars-right",
4616 "base-shortest-duration",
4617 "baseline-skip",
4618 "beam",
4619 "beam-segments",
4620 "beam-thickness",
4621 "beam-width",
4622 "beamed-stem-shorten",
4623 "beaming",
4624 "beamlet-default-length",
4625 "beamlet-max-length-proportion",
4626 "before-line-breaking",
4627 "begin-of-line-visible",
4628 "bend-me",
4629 "between-cols",
4630 "bezier",
4631 "bound-alignment-interfaces",
4632 "bound-details",
4633 "bound-padding",
4634 "bound-prefatory-paddings",
4635 "bounded-by-me",
4636 "bracket",
4637 "bracket-flare",
4638 "bracket-text",
4639 "bracket-visibility",
4640 "break-align-anchor",
4641 "break-align-anchor-alignment",
4642 "break-align-orders",
4643 "break-align-symbol",
4644 "break-align-symbols",
4645 "break-alignment",
4646 "break-overshoot",
4647 "break-visibility",
4648 "break-visibility-passage-default",
4649 "break-visibility-passage-end",
4650 "break-visibility-passage-start",
4651 "breakable",
4652 "broken-bound-padding",
4653 "c0-position",
4654 "cause",
4655 "cavum",
4656 "chord-dots-limit",
4657 "chord-names",
4658 "circled-tip",
4659 "clef-alignments",
4660 "clip-edges",
4661 "collapse-height",
4662 "collision-interfaces",
4663 "collision-voice-only",
4664 "color",
4665 "columns",
4666 "common-shortest-duration",
4667 "concaveness",
4668 "concurrent-hairpins",
4669 "conditional-elements",
4670 "connect-to-neighbor",
4671 "context-info",
4672 "control-points",
4673 "count-from",
4674 "covered-grobs",
4675 "cross-staff",
4676 "damping",
4677 "dash-definition",
4678 "dash-fraction",
4679 "dash-period",
4680 "dashed-edge",
4681 "default-direction",
4682 "default-staff-staff-spacing",
4683 "delta-position",
4684 "deminutum",
4685 "denominator-style",
4686 "descendens",
4687 "details",
4688 "digit-names",
4689 "direction",
4690 "direction-source",
4691 "dot",
4692 "dot-count",
4693 "dot-negative-kern",
4694 "dot-placement-list",
4695 "dot-stencil",
4696 "dots",
4697 "double-stem-separation",
4698 "duration-log",
4699 "eccentricity",
4700 "edge-height",
4701 "edge-text",
4702 "elements",
4703 "encompass-objects",
4704 "endpoint-alignments",
4705 "expand-limit",
4706 "extra-dy",
4707 "extra-offset",
4708 "extra-spacing-height",
4709 "extra-spacing-width",
4710 "extroversion",
4711 "fa-merge-direction",
4712 "fa-styles",
4713 "figures",
4714 "filled",
4715 "flag",
4716 "flag-count",
4717 "flag-style",
4718 "flat-positions",
4719 "flexa-height",
4720 "flexa-interval",
4721 "flexa-width",
4722 "font",
4723 "font-encoding",
4724 "font-family",
4725 "font-features",
4726 "font-name",
4727 "font-series",
4728 "font-shape",
4729 "font-size",
4730 "font-stretch",
4731 "font-variant",
4732 "fonts",
4733 "footnote",
4734 "footnote-music",
4735 "footnote-stencil",
4736 "footnote-text",
4737 "footnotes-after-line-breaking",
4738 "footnotes-before-line-breaking",
4739 "force-hshift",
4740 "forced",
4741 "forced-spacing",
4742 "fraction",
4743 "french-beaming",
4744 "french-beaming-stem-adjustment",
4745 "fret-diagram-details",
4746 "full-length-padding",
4747 "full-length-to-extent",
4748 "full-measure-extra-space",
4749 "full-size-change",
4750 "gap",
4751 "gap-count",
4752 "glissando-index",
4753 "glissando-skip",
4754 "glyph",
4755 "glyph-left",
4756 "glyph-name",
4757 "glyph-right",
4758 "grace-spacing",
4759 "graphical",
4760 "grow-direction",
4761 "hair-thickness",
4762 "harp-pedal-details",
4763 "has-span-bar",
4764 "head-direction",
4765 "head-width",
4766 "head-x-offset",
4767 "heads",
4768 "height",
4769 "height-limit",
4770 "hide-tied-accidental-after-break",
4771 "horizon-padding",
4772 "horizontal-shift",
4773 "horizontal-skylines",
4774 "id",
4775 "ideal-distances",
4776 "ignore-ambitus",
4777 "ignore-collision",
4778 "implicit",
4779 "important-column-ranks",
4780 "in-note-direction",
4781 "in-note-stencil",
4782 "in-note-system-padding",
4783 "inclinatum",
4784 "index",
4785 "inspect-quants",
4786 "interfaces",
4787 "items-worth-living",
4788 "keep-alive-with",
4789 "keep-inside-line",
4790 "kern",
4791 "knee",
4792 "knee-spacing-correction",
4793 "knee-to-beam",
4794 "labels",
4795 "layer",
4796 "least-squares-dy",
4797 "ledger-extra",
4798 "ledger-line-thickness",
4799 "ledger-positions",
4800 "ledger-positions-function",
4801 "left-bound-info",
4802 "left-down-stem",
4803 "left-items",
4804 "left-neighbor",
4805 "left-number-text",
4806 "left-padding",
4807 "length",
4808 "length-fraction",
4809 "ligature-flexa",
4810 "line-break-penalty",
4811 "line-break-permission",
4812 "line-break-system-details",
4813 "line-count",
4814 "line-positions",
4815 "line-thickness",
4816 "linea",
4817 "long-text",
4818 "main-extent",
4819 "make-dead-when",
4820 "max-beam-connect",
4821 "max-slope-factor",
4822 "max-symbol-separation",
4823 "maximum-gap",
4824 "maybe-loose",
4825 "measure-count",
4826 "measure-division",
4827 "measure-division-chord-placement-alist",
4828 "measure-division-lines-alist",
4829 "measure-length",
4830 "melody-spanner",
4831 "merge-differently-dotted",
4832 "merge-differently-headed",
4833 "meta",
4834 "minimum-X-extent",
4835 "minimum-X-space",
4836 "minimum-Y-extent",
4837 "minimum-distance",
4838 "minimum-distances",
4839 "minimum-length",
4840 "minimum-length-after-break",
4841 "minimum-length-fraction",
4842 "minimum-space",
4843 "minimum-translations-alist",
4844 "musical-length",
4845 "neighbors",
4846 "nested-fraction-mixed",
4847 "nested-fraction-orientation",
4848 "nested-fraction-relative-font-size",
4849 "neutral-direction",
4850 "neutral-position",
4851 "next",
4852 "no-ledgers",
4853 "no-stem-extend",
4854 "non-break-align-symbols",
4855 "non-default",
4856 "non-musical",
4857 "nonstaff-nonstaff-spacing",
4858 "nonstaff-relatedstaff-spacing",
4859 "nonstaff-unrelatedstaff-spacing",
4860 "normal-stems",
4861 "normalized-endpoints",
4862 "note-collision",
4863 "note-collision-threshold",
4864 "note-columns",
4865 "note-dots-direction",
4866 "note-flag-style",
4867 "note-head",
4868 "note-head-style",
4869 "note-heads",
4870 "note-names",
4871 "note-staff-position",
4872 "number-range-separator",
4873 "number-type",
4874 "numbering-assertion-function",
4875 "oriscus",
4876 "output-attributes",
4877 "outside-staff-horizontal-padding",
4878 "outside-staff-padding",
4879 "outside-staff-placement-directive",
4880 "outside-staff-priority",
4881 "packed-spacing",
4882 "padding",
4883 "padding-pairs",
4884 "page-break-penalty",
4885 "page-break-permission",
4886 "page-number",
4887 "page-turn-penalty",
4888 "page-turn-permission",
4889 "parent-alignment-X",
4890 "parent-alignment-Y",
4891 "parenthesis-friends",
4892 "parenthesis-id",
4893 "parenthesized",
4894 "passage-direction",
4895 "pedal-text",
4896 "pes-or-flexa",
4897 "positioning-done",
4898 "positions",
4899 "potential-beam",
4900 "prefer-dotted-right",
4901 "prefix-set",
4902 "primitive",
4903 "protrusion",
4904 "pure-Y-common",
4905 "pure-Y-extent",
4906 "pure-Y-offset-in-progress",
4907 "pure-relevant-grobs",
4908 "pure-relevant-items",
4909 "pure-relevant-spanners",
4910 "quantize-position",
4911 "quantized-positions",
4912 "quilisma",
4913 "range-collapse-threshold",
4914 "rank-on-page",
4915 "ratio",
4916 "remove-empty",
4917 "remove-first",
4918 "remove-layer",
4919 "remove-short-autoextender",
4920 "replacement-alist",
4921 "rest",
4922 "rest-collision",
4923 "restore-first",
4924 "rests",
4925 "rhythmic-location",
4926 "right-bound-info",
4927 "right-down-stem",
4928 "right-items",
4929 "right-justified",
4930 "right-neighbor",
4931 "right-number-text",
4932 "right-padding",
4933 "right-up-stem",
4934 "rotation",
4935 "round-up-exceptions",
4936 "round-up-to-longer-rest",
4937 "rounded",
4938 "same-direction-correction",
4939 "script-column",
4940 "script-priority",
4941 "script-stencil",
4942 "scripts",
4943 "segno-kern",
4944 "self-alignment-X",
4945 "self-alignment-Y",
4946 "senza-misura-stencil",
4947 "shape",
4948 "sharp-positions",
4949 "short-bar-extent",
4950 "shorten",
4951 "shorten-pair",
4952 "shortest-duration-space",
4953 "shortest-playing-duration",
4954 "shortest-starter-duration",
4955 "show-control-points",
4956 "show-horizontal-skylines",
4957 "show-vertical-skylines",
4958 "side-axis",
4959 "side-relative-direction",
4960 "side-support-elements",
4961 "size",
4962 "skip-quanting",
4963 "skyline-horizontal-padding",
4964 "skyline-vertical-padding",
4965 "slash-negative-kern",
4966 "slope",
4967 "slur",
4968 "slur-padding",
4969 "snap-radius",
4970 "space-alist",
4971 "space-increment",
4972 "space-to-barline",
4973 "spacing",
4974 "spacing-increment",
4975 "spacing-pair",
4976 "spacing-wishes",
4977 "span-all-note-heads",
4978 "span-start",
4979 "spanner-broken",
4980 "spanner-id",
4981 "spanner-placement",
4982 "springs-and-rods",
4983 "stacking-dir",
4984 "staff-affinity",
4985 "staff-grouper",
4986 "staff-padding",
4987 "staff-position",
4988 "staff-space",
4989 "staff-staff-spacing",
4990 "staff-symbol",
4991 "staffgroup-staff-spacing",
4992 "stem",
4993 "stem-attachment",
4994 "stem-begin-position",
4995 "stem-info",
4996 "stem-spacing-correction",
4997 "stemlet-length",
4998 "stems",
4999 "stencil",
5000 "stencils",
5001 "sticky-host",
5002 "strict-grace-spacing",
5003 "strict-note-spacing",
5004 "stroke-style",
5005 "stropha",
5006 "style",
5007 "system-Y-offset",
5008 "text",
5009 "text-alignment-X",
5010 "text-alignment-Y",
5011 "text-direction",
5012 "thick-thickness",
5013 "thickness",
5014 "tie",
5015 "tie-configuration",
5016 "ties",
5017 "to-barline",
5018 "toward-stem-shift",
5019 "toward-stem-shift-in-column",
5020 "transparent",
5021 "tremolo-flag",
5022 "tuplet-number",
5023 "tuplet-slur",
5024 "tuplets",
5025 "uniform-stretching",
5026 "usable-duration-logs",
5027 "used",
5028 "vertical-alignment",
5029 "vertical-skyline-elements",
5030 "vertical-skylines",
5031 "virga",
5032 "visible-over-note-heads",
5033 "voiced-position",
5034 "volta-number-offset",
5035 "volta-numbers",
5036 "when",
5037 "whiteout",
5038 "whiteout-color",
5039 "whiteout-style",
5040 "widened-extent",
5041 "width",
5042 "woodwind-diagram-details",
5043 "word-space",
5044 "zigzag-length",
5045 "zigzag-width",
5046]
5047
5048paper_variables = [
5049 "annotate-spacing",
5050 "auto-first-page-number",
5051 "basic-distance",
5052 "binding-offset",
5053 "blank-after-score-page-penalty",
5054 "blank-last-page-penalty",
5055 "blank-page-penalty",
5056 "blot-diameter",
5057 "book-title",
5058 "book-title-properties",
5059 "bookTitleMarkup",
5060 "bookpart-level-page-numbering",
5061 "bottom-margin",
5062 "bp",
5063 "check-consistency",
5064 "clip-regions",
5065 "cm",
5066 "debug-beam-scoring",
5067 "debug-slur-scoring",
5068 "debug-tie-scoring",
5069 "dimension-variables",
5070 "evenFooterMarkup",
5071 "evenHeaderMarkup",
5072 "first-page-number",
5073 "footnote-footer-padding",
5074 "footnote-number-raise",
5075 "footnote-numbering-function",
5076 "footnote-padding",
5077 "footnote-separator-markup",
5078 "horizontal-shift",
5079 "in",
5080 "in-note-padding",
5081 "in-note-system-padding",
5082 "incipit-width",
5083 "indent",
5084 "inner-margin",
5085 "is-last-bookpart",
5086 "label-alist-table",
5087 "label-page-table",
5088 "landscape",
5089 "last-bottom-spacing",
5090 "left-margin",
5091 "line-thickness",
5092 "line-width",
5093 "make-footer",
5094 "make-header",
5095 "markup-markup-spacing",
5096 "markup-system-spacing",
5097 "max-systems-per-page",
5098 "min-systems-per-page",
5099 "minimum-distance",
5100 "mm",
5101 "number-footnote-table",
5102 "oddFooterMarkup",
5103 "oddHeaderMarkup",
5104 "orphan-penalty",
5105 "outer-margin",
5106 "output-filename",
5107 "output-scale",
5108 "output-suffix",
5109 "padding",
5110 "page-breaking",
5111 "page-breaking-system-system-spacing",
5112 "page-count",
5113 "page-number-type",
5114 "page-post-process",
5115 "page-spacing-weight",
5116 "paper-height",
5117 "paper-width",
5118 "papersizename",
5119 "print-all-headers",
5120 "print-first-page-number",
5121 "print-page-number",
5122 "property-defaults",
5123 "pt",
5124 "ragged-bottom",
5125 "ragged-last",
5126 "ragged-last-bottom",
5127 "ragged-right",
5128 "reset-footnotes-on-new-page",
5129 "right-margin",
5130 "score-markup-spacing",
5131 "score-system-spacing",
5132 "score-title",
5133 "score-title-properties",
5134 "scoreTitleMarkup",
5135 "short-indent",
5136 "staff-height",
5137 "staff-space",
5138 "stretchability",
5139 "system-count",
5140 "system-separator-markup",
5141 "system-system-spacing",
5142 "systems-per-page",
5143 "tagline",
5144 "text-font-size",
5145 "tocFormatMarkup",
5146 "tocIndentMarkup",
5147 "tocItemMarkup",
5148 "tocTitleMarkup",
5149 "top-margin",
5150 "top-markup-spacing",
5151 "top-system-spacing",
5152 "two-sided",
5153]
5154
5155header_variables = [
5156 "arranger",
5157 "composer",
5158 "copyright",
5159 "dedication",
5160 "doctitle",
5161 "instrument",
5162 "lsrtags",
5163 "meter",
5164 "opus",
5165 "pdfarranger",
5166 "pdfauthor",
5167 "pdfcomposer",
5168 "pdfcopyright",
5169 "pdfcreationDate",
5170 "pdfkeywords",
5171 "pdfmodDate",
5172 "pdfpoet",
5173 "pdfsubject",
5174 "pdfsubtitle",
5175 "pdftitle",
5176 "piece",
5177 "poet",
5178 "subsubtitle",
5179 "subtitle",
5180 "tagline",
5181 "texidoc",
5182 "title",
5183]
5184