diff options
Diffstat (limited to 'lexlua/lilypond.lua')
-rw-r--r-- | lexlua/lilypond.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/lilypond.lua b/lexlua/lilypond.lua index 645a64fbc..ec9264778 100644 --- a/lexlua/lilypond.lua +++ b/lexlua/lilypond.lua @@ -4,7 +4,7 @@ local lexer = require('lexer') local token, word_match = lexer.token, lexer.word_match -local P, R, S = lpeg.P, lpeg.R, lpeg.S +local P, S = lpeg.P, lpeg.S local lex = lexer.new('lilypond') |