module documentation

pygments.lexers.lilypond ~~~~~~~~~~~~~~~~~~~~~~~~ Lexer for LilyPond. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Class LilyPondLexer Lexer for input to LilyPond, a text-based music typesetter.
Function builtin_words Undocumented
Constant NAME_END_RE Undocumented
def builtin_words(names, backslash, suffix=NAME_END_RE): (source)

Undocumented

NAME_END_RE: str = (source)

Undocumented

Value
'(?=\\d|[^\\w\\-]|[\\-_][\\W\\d])'