From 3357df920346f66c76c099a842a6e2d20961f9b6 Mon Sep 17 00:00:00 2001 From: Luthaf Date: Thu, 8 May 2014 21:55:07 +0100 Subject: [PATCH] Commande manquante --- songbook_core/data/latex/SongbookUtils.sty | 8 ++++++++ 1 file changed, 8 insertions(+) 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