On Wed, Feb 14, 2007 at 08:38:29PM +0100, Yo wrote:
> I'm a newbie in Latex and I'm looking for a latex package or a latex way 
> to create easily jazz table like this one for example:
> http://www.manoucheries.com/grilleaff.php?id=1
> 
> It doesn't seem to exist in google or google/linux... Do you have an 
> idea on an easy way to write such a thing?

Just as a starting point - the basic way to set up such a table in LaTeX 
would be:

\documentclass{article}
\begin{document}
  \begin{tabular}{|c|c|}
    \hline  D$^7$  & C-$^6$ \\
    \hline (F$^7$) &   \%   \\
    \hline
  \end{tabular}
\end{document}

Best regards,

Rainer
_______________________________________________
TeX-music mailing list
TeX-music@icking-music-archive.org
http://icking-music-archive.org/mailman/listinfo/tex-music

Reply via email to