texlive[45405] Master/texmf-dist: leadsheets (26sep17)
commits+karl at tug.org
commits+karl at tug.org
Wed Sep 27 01:19:58 CEST 2017
Revision: 45405
http://tug.org/svn/texlive?view=revision&revision=45405
Author: karl
Date: 2017-09-27 01:19:58 +0200 (Wed, 27 Sep 2017)
Log Message:
-----------
leadsheets (26sep17)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/leadsheets/README
trunk/Master/texmf-dist/doc/latex/leadsheets/leadsheets_en.pdf
trunk/Master/texmf-dist/doc/latex/leadsheets/leadsheets_en.tex
trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.chordnames.code.tex
trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.chords.code.tex
trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.external.code.tex
trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.musejazz.code.tex
trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.properties.code.tex
trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.shorthands.code.tex
trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.songs.code.tex
trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.templates.code.tex
trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.translations.code.tex
trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.transposing.code.tex
trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.sty
Modified: trunk/Master/texmf-dist/doc/latex/leadsheets/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/leadsheets/README 2017-09-26 23:19:43 UTC (rev 45404)
+++ trunk/Master/texmf-dist/doc/latex/leadsheets/README 2017-09-26 23:19:58 UTC (rev 45405)
@@ -1,11 +1,11 @@
--------------------------------------------------------------------------
-the LEADSHEETS package v0.5a 2017/01/23
-
+the LEADSHEETS package v0.5b 2017/09/26
+
typesetting leadsheets and songbooks
--------------------------------------------------------------------------
Clemens Niederberger
-Web: http://www.mychemistry.eu/forums/forum/leadsheets/
+Web: https://github.com/cgnieder/leadsheets
E-Mail: contact at mychemistry.eu
--------------------------------------------------------------------------
Copyright 2014-2017 Clemens Niederberger
Modified: trunk/Master/texmf-dist/doc/latex/leadsheets/leadsheets_en.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/leadsheets/leadsheets_en.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/leadsheets/leadsheets_en.tex 2017-09-26 23:19:43 UTC (rev 45404)
+++ trunk/Master/texmf-dist/doc/latex/leadsheets/leadsheets_en.tex 2017-09-26 23:19:58 UTC (rev 45405)
@@ -1,7 +1,7 @@
-% arara: pdflatex: { shell: on , action: nonstopmode }
-% !arara: biber
-% !arara: pdflatex
-% !arara: pdflatex
+% !arara: pdflatex: { shell: on , action: nonstopmode }
+% arara: biber
+% arara: pdflatex
+% arara: pdflatex
% --------------------------------------------------------------------------
% the LEADSHEETS package
%
@@ -1164,6 +1164,10 @@
\meta{chord} (since it's obviously not needed). It has the optional \sarg{}
and \code{-}, though, as well as the mandatory space (\visiblespace)!
+\emph{Please note that \shortcut{\textasciicircum} \emph{can't} be the last
+ token in a line! It then should be followed by a space an an empty group --
+ similar to the caveat in section~\ref{sec:placing-chords:caveat}.}
+
Each \env{verse} like environment (see section~\ref{sec:other-envverse-like}
for more information) is treated uniquely by this mechanism:
Modified: trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.chordnames.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.chordnames.code.tex 2017-09-26 23:19:43 UTC (rev 45404)
+++ trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.chordnames.code.tex 2017-09-26 23:19:58 UTC (rev 45405)
@@ -206,7 +206,7 @@
\NewDocumentCommand \chordname {} { \leadsheets_chord: }
-\endinput
+\file_input_stop:
HISTORY:
Modified: trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.chords.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.chords.code.tex 2017-09-26 23:19:43 UTC (rev 45404)
+++ trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.chords.code.tex 2017-09-26 23:19:58 UTC (rev 45405)
@@ -260,7 +260,7 @@
{ \chord }
}
-\endinput
+\file_input_stop:
HISTORY:
Modified: trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.external.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.external.code.tex 2017-09-26 23:19:43 UTC (rev 45404)
+++ trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.external.code.tex 2017-09-26 23:19:58 UTC (rev 45405)
@@ -176,6 +176,6 @@
\leadsheets_include_leadsheet:nn {#2} {#3}
}
-\endinput
+\file_input_stop:
2016/08/18 - first version
Modified: trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.musejazz.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.musejazz.code.tex 2017-09-26 23:19:43 UTC (rev 45404)
+++ trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.musejazz.code.tex 2017-09-26 23:19:58 UTC (rev 45405)
@@ -173,24 +173,6 @@
\leadsheets_chord_sym:Nnn \l__leadsheets_chord_tl {sus}
{\l__leadsheets_sus_tl}
\leadsheets_chord_sym:Nnn \l__leadsheets_chord_tl {^} {\textsuperscript}
- \bool_if:NF \l__leadsheets_notation_literal_bool
- {
- % convert to English to German input:
- \bool_if:NT \l__leadsheets_input_notation_german_bool
- {
- \leadsheets_chord_sym:Nnn \l__leadsheets_chord_tl {B} {@@@}
- \leadsheets_chord_sym:Nnn \l__leadsheets_chord_tl {H} {B}
- \leadsheets_chord_sym:Nnn \l__leadsheets_chord_tl {@@@} {Bb}
- }
- % convert to English to German output:
- \bool_if:NT \l__leadsheets_output_notation_german_bool
- {
- \leadsheets_chord_sym:Nnn \l__leadsheets_chord_tl {Bb} {@@@}
- \leadsheets_chord_sym:Nnn \l__leadsheets_chord_tl {B} {H}
- \leadsheets_chord_sym:Nnn \l__leadsheets_chord_tl {@@@} {B}
- \leadsheets_chord_sym:Nnn \l__leadsheets_chord_tl {B#} {H}
- }
- }
\leadsheets_chord_sym:Nnn \l__leadsheets_chord_tl {#b} {}
\leadsheets_chord_sym:Nnn \l__leadsheets_chord_tl {b#} {}
\leadsheets_chord_sym:Nnn \l__leadsheets_chord_tl {##}
@@ -279,4 +261,9 @@
\group_end:
}
-\tex_endinput:D
+\file_input_stop:
+
+HISTORY:
+
+2017/09/25 - the `literal' option has been dropped 2015/05/08 already - adopt
+ file accordingly
Modified: trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.properties.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.properties.code.tex 2017-09-26 23:19:43 UTC (rev 45404)
+++ trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.properties.code.tex 2017-09-26 23:19:58 UTC (rev 45405)
@@ -226,6 +226,7 @@
{ \leadsheets_duplicate_property:nn {#1} {#2} }
\@onlypreamble\copysongproperty
-\endinput
+\file_input_stop:
+
2015/07/05: enable usage of # in the key property
2016/05/18: new commands \ifanysongproperty and \ifallsongproperties
Modified: trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.shorthands.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.shorthands.code.tex 2017-09-26 23:19:43 UTC (rev 45404)
+++ trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.shorthands.code.tex 2017-09-26 23:19:58 UTC (rev 45405)
@@ -62,6 +62,7 @@
{ \leadsheets_activate_shorthand:N ##1 }
}
-\endinput
+\file_input_stop:
+
2016/06/29 - breaking change: \leadsheets_define_shorthand:Npn is now
\leadsheets_define_shorthand:NN
Modified: trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.songs.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.songs.code.tex 2017-09-26 23:19:43 UTC (rev 45404)
+++ trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.songs.code.tex 2017-09-26 23:19:58 UTC (rev 45405)
@@ -776,7 +776,8 @@
disable-measuring .initial:n = false
}
-\endinput
+\file_input_stop:
+
2015/05/22: \l__leadsheets_chords_sequences_prop changed into global
2015/07/02: added `class' option to verses
2015/07/05: enable usage of # in the key property
Modified: trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.templates.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.templates.code.tex 2017-09-26 23:19:43 UTC (rev 45404)
+++ trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.templates.code.tex 2017-09-26 23:19:58 UTC (rev 45405)
@@ -107,4 +107,4 @@
\NewDocumentCommand \defineversetypetemplate {m+m+m}
{ \leadsheets_define_verse_template:nnn {#1} {#2} {#3} }
-\endinput
+\file_input_stop:
Modified: trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.translations.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.translations.code.tex 2017-09-26 23:19:43 UTC (rev 45404)
+++ trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.translations.code.tex 2017-09-26 23:19:58 UTC (rev 45405)
@@ -75,7 +75,7 @@
\leadsheets_declare_translation:nnn {English} {fret} {fret}
\leadsheets_declare_translation:nnn {German} {fret} {Bund}
-\tex_endinput:D
+\file_input_stop:
2014/08/10: first version
2016/05/18: new command: \leadsheets_declare_translation:nnn
Modified: trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.transposing.code.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.transposing.code.tex 2017-09-26 23:19:43 UTC (rev 45404)
+++ trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.library.transposing.code.tex 2017-09-26 23:19:58 UTC (rev 45405)
@@ -231,4 +231,4 @@
}
}
-\endinput
+\file_input_stop:
Modified: trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.sty 2017-09-26 23:19:43 UTC (rev 45404)
+++ trunk/Master/texmf-dist/tex/latex/leadsheets/leadsheets.sty 2017-09-26 23:19:58 UTC (rev 45405)
@@ -27,8 +27,8 @@
% --------------------------------------------------------------------------
% package information:
\ExplSyntaxOn
-\tl_const:Nn \leadsheetsdate {2017/01/23}
-\tl_const:Nn \leadsheetsversion {0.5a}
+\tl_const:Nn \leadsheetsdate {2017/09/26}
+\tl_const:Nn \leadsheetsversion {0.5b}
\tl_const:Nn \leadsheetsinfo {Typesetting leadsheets and songbooks}
\ProvidesExplPackage
@@ -244,7 +244,7 @@
{ \leadsheets_load_library:n {songs} }
% --------------------------------------------------------------------------
-\tex_endinput:D
+\file_input_stop:
2016/08/18 - new commands: \leadsheetsifpackageloaded, \leadsheetsiflibrary
- new class `leadsheet'
More information about the tex-live-commits
mailing list