diff --git a/songbook_core/data/latex/SongbookUtils.sty b/songbook_core/data/latex/SongbookUtils.sty index fd127e05..22b0aedb 100644 --- a/songbook_core/data/latex/SongbookUtils.sty +++ b/songbook_core/data/latex/SongbookUtils.sty @@ -379,4 +379,12 @@ } } +\let\@musicnoteold\musicnote +\renewcommand{\musicnote}[2][]{% + \vspace{.1cm} + \IfStrEq{}{#1}{\@musicnoteold{#2}}{ + \iflanguage{#1}{\@musicnoteold{#2}}{} + } +} + \endinput \ No newline at end of file