diff options
author | Karl Berry <karl@freefriends.org> | 2011-03-01 23:44:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-03-01 23:44:56 +0000 |
commit | ff9ac448d33a4cfd58519c9646bb272c63944473 (patch) | |
tree | 329602f650e58f476639ee9d107b3e635129717d /Master/texmf-dist/doc | |
parent | 8f4172befed36d7074c76019c9ffd6b67a22ce17 (diff) |
new latex package piano (1mar11)
git-svn-id: svn://tug.org/texlive/trunk@21574 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/piano/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/piano/README b/Master/texmf-dist/doc/latex/piano/README new file mode 100644 index 00000000000..220b3a5b184 --- /dev/null +++ b/Master/texmf-dist/doc/latex/piano/README @@ -0,0 +1,14 @@ +This package adds the \keyboard[1][2]..[7] command to your +project. When used, it draws a small 2 octaves piano keyboard on your +document, with up to 7 keys highlighted. + +Keys go : Co, Cso, Do, Dso, Eo, Fo, Fso, Go, Gso, Ao, Aso, Bo, Ct, +Cst, Dt, Dst, Et, Ft, Fst, Gt, Gst, At, Ast and Bt. + +Suggested use : +\begin{figure}[thpb]\ + \centering + \keyboard[Co][Eo][Gso][Ct][Et] + \caption{C aug chord} + \label{Chord1} +\end{figure} |