module documentation

Lexer for LilyPond.

Unknown Field: copyright
Copyright 2006-2021 by the Pygments team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Class ​Lily​Pond​Lexer Lexer for input to LilyPond, a text-based music typesetter.
Constant NAME​_END​_RE Undocumented
Function builtin​_words Undocumented
NAME_END_RE: str =

Undocumented

Value
'(?=\\d|[^\\w\\-]|[\\-_][\\W\\d])'
def builtin_words(names, backslash, suffix=NAME_END_RE):

Undocumented