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