Browse Source

replace & by \flt in nolyrics

pull/236/head
Oliverpool 9 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 \ifchorded
\begin{verse*} \begin{verse*}
(* for line in content.lines *) (* for line in content.lines *)
\musicnote {\nolyrics (( render(line)|replace("#", "{\shrp}") ))} \musicnote {\nolyrics (( render(line)|replace("#", "{\\shrp}")|replace("&", "{\\flt}") ))}
(* endfor *) (* endfor *)
\end{verse*} \end{verse*}
\fi \fi

Loading…
Cancel
Save