diff options
author | Karl Berry <karl@freefriends.org> | 2013-01-23 00:17:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-01-23 00:17:22 +0000 |
commit | 6abfb3cf339805d52fe35992c032041d3111b90c (patch) | |
tree | 56bc3eaff0dde3ee2b9e70a5027e629502237233 /Master/texmf-dist/doc/generic/musixtex/addons/README.underbracket | |
parent | 9b25c2372447eed1435f05be3b6fe77029b9d420 (diff) |
musixtex 1.15 (21jan13)
git-svn-id: svn://tug.org/texlive/trunk@28909 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/musixtex/addons/README.underbracket')
-rw-r--r-- | Master/texmf-dist/doc/generic/musixtex/addons/README.underbracket | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/musixtex/addons/README.underbracket b/Master/texmf-dist/doc/generic/musixtex/addons/README.underbracket new file mode 100644 index 00000000000..4345cb63fdc --- /dev/null +++ b/Master/texmf-dist/doc/generic/musixtex/addons/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 + |