From 73ee85a4a46ffb28698f2dad2ed323f6786deec2 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Sat, 7 Nov 2015 14:48:26 +0100 Subject: [PATCH] 'cover' is an available directive --- patacrep/songs/chordpro/ast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patacrep/songs/chordpro/ast.py b/patacrep/songs/chordpro/ast.py index 17afc0c9..02ba1632 100644 --- a/patacrep/songs/chordpro/ast.py +++ b/patacrep/songs/chordpro/ast.py @@ -19,7 +19,7 @@ AVAILABLE_DIRECTIVES = [ "comment", "copyright", "columns", - "cov", + "cover", "define", "guitar_comment", "image",