diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-03 21:10:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-03 21:10:20 +0000 |
commit | 2a296c8262f9c790904ca068ddff5c505707fa0a (patch) | |
tree | 8685a87d0a6929fd0498b54b09089690499ae8d7 /Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.songs.code.tex | |
parent | 71ecc95ce2991aad5dd4ccf39558250e185fad25 (diff) |
leadsheets (3oct19)
git-svn-id: svn://tug.org/texlive/trunk@52275 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.songs.code.tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.songs.code.tex | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.songs.code.tex b/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.songs.code.tex index 8a377a04ca0..ca2c8cac7a6 100644 --- a/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.songs.code.tex +++ b/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.songs.code.tex @@ -7,7 +7,7 @@ % Clemens Niederberger % E-Mail: contact@mychemistry.eu % -------------------------------------------------------------------------- -% Copyright 2014-2017 Clemens Niederberger +% Copyright 2014--2019 Clemens Niederberger % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -21,7 +21,7 @@ % % The Current Maintainer of this work is Clemens Niederberger. % -------------------------------------------------------------------------- -\LeadsheetsExplLibrary{songs}{2016/07/02 typesetting songs} +\LeadsheetsExplLibrary{songs}{2019/10/02 typesetting songs} % -------------------------------------------------------------------------- % messages: @@ -533,14 +533,16 @@ \bool_if:cF {l__leadsheets_#1_empty_bool} { \tl_use:c {l__leadsheets_#1_label_format_tl} - \bool_if:cT {l__leadsheets_#1_named_bool} - { - \leadsheets_translation:n {#1} - \bool_if:cT {l__leadsheets_#1_numbered_bool} { ~ } - } - \bool_if:cT {l__leadsheets_#1_numbered_bool} - { \use:c {the#1} } - \tl_use:c {l__leadsheets_#1_after_label_tl} + { + \bool_if:cT {l__leadsheets_#1_named_bool} + { + \leadsheets_translation:n {#1} + \bool_if:cT {l__leadsheets_#1_numbered_bool} {~} + } + \bool_if:cT {l__leadsheets_#1_numbered_bool} + { \use:c {the#1} } + \tl_use:c {l__leadsheets_#1_after_label_tl} + } } } @@ -790,3 +792,4 @@ 2016/06/29: - adapt to changed shorthand library - activate bar-shortcuts per default 2016/07/02: fix issue when \capo is used in a title template +2019/10/02: enable https://tex.stackexchange.com/q/442222/ |