Browse Source

replace & by \flt in nolyrics

pull/236/head
Oliverpool 8 years ago
parent
commit
1ba8aaabf3
  1. 2
      patacrep/data/templates/songs/chordpro/latex/content_verse

2
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

Loading…
Cancel
Save