From 1ba8aaabf3cb87fbb82c90631a420ea95adda7d9 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Tue, 19 Jul 2016 17:17:44 +0200 Subject: [PATCH] replace & by \flt in nolyrics --- patacrep/data/templates/songs/chordpro/latex/content_verse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patacrep/data/templates/songs/chordpro/latex/content_verse b/patacrep/data/templates/songs/chordpro/latex/content_verse index 72859732..7c5f06ef 100644 --- a/patacrep/data/templates/songs/chordpro/latex/content_verse +++ b/patacrep/data/templates/songs/chordpro/latex/content_verse @@ -6,7 +6,7 @@ \ifchorded \begin{verse*} (* for line in content.lines *) - \musicnote {\nolyrics (( render(line)|replace("#", "{\shrp}") ))} + \musicnote {\nolyrics (( render(line)|replace("#", "{\\shrp}")|replace("&", "{\\flt}") ))} (* endfor *) \end{verse*} \fi