diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/musixtex/musixlyr/README.underbracket')
-rw-r--r-- | Master/texmf-dist/doc/generic/musixtex/musixlyr/README.underbracket | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/musixtex/musixlyr/README.underbracket b/Master/texmf-dist/doc/generic/musixtex/musixlyr/README.underbracket new file mode 100644 index 00000000000..4345cb63fdc --- /dev/null +++ b/Master/texmf-dist/doc/generic/musixtex/musixlyr/README.underbracket @@ -0,0 +1,64 @@ +LaTeX package underbracket + +draws brackets to underline (song) text + +v1.2 by Bernd Jantzen +For e-mail contact please use "ctan" before the "@"-sign +and "bernd-jantzen.de" after it to form my address +(not given in full clear text here to prevent spam). + +This package draws brackets to underline text (especially, +but not exclusively, syllables of song text). +It may be combined with musixtex/musixlyr, within the argument of +the \setlyrics command or outside the music score. +It provides several macros to define brackets which may e.g. start +and end centered below syllables. +Three length variables are provided to allow a fine adjustment +of the bracket parameters. + +This material is subject to the LaTeX Project Public License. +See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html +for the details of that license. + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +Commands: + +\underbracket{TEXT} + draws a bracket underlining TEXT + the bracket starts below the left end of TEXT + and stops below the right end of TEXT + +\Underbracket{TEXT} + like \underbracket, but reserves no vertical space below the text + +\cunderbracket{LEFT}{TEXT}{RIGHT} + draws a bracket underlining LEFTTEXTRIGHT + the bracket starts centered below LEFT and stops centered below RIGHT + +\cUnderbracket{LEFT}{TEXT}{RIGHT} + like cunderbracket, but reserves no vertical space below the text + + +The commands \[c]underbracket do well in normal text which is aligned +according to the baseline. The vertical space reserved below the text +guarantees the distance to the next line. +The commands \[c]Underbracket do well within the \setlyrics command of +musixlyr where the text is vertically centered between the staves. Vertical +space reserved below the text would shift the whole text upwards here. + + +Adjustable length parameters: +(change e.g. with \setlength{\underbracketheight}{4pt}) + +\underbracketwidth (default 0.3pt): + linewidth of the bracket + +\underbracketheight (default 3pt): + height of the bracket (length of the vertical lines) + +\underbracketsep (default 2pt): + vertical distance between the lowest part of the text + and the upper end of the bracket; + also minimal vertical distance below the bracket + |