Thank you Alan! They both look great!  I do prefer the table without horizontal lines, all of my other tables are without them as well.<br><br>The only problem is that the mesure numbers in the bottom row need to be aligned with  the certain elements in the second row, which is what was giving me grief. <br>
<br>For instance, in the second column, the 1 needs to align with the a, 9 with the b and 28 with the a.<br><br>Is there a way to do this?<br><br>Jada<br><br><br><br><div class="gmail_quote">On Sat, Jul 9, 2011 at 7:31 PM, Alan Munn <span dir="ltr"><<a href="mailto:amunn@gmx.com">amunn@gmx.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Jada, you can merge cells using \multicolumn{<number of cols>}{<column format>}{stuff}<br>
<br>
Here's two versions of your table. One uses the booktabs package and gets rid of all the vertical lines and most of the horizontal ones. This may not be completely appropriate in this case, but it is generally the preferred way to make tables.<br>

<br>
The second way is just a plain tabular, but this should give you enough to go on.<br>
<br>
If you are using TeXShop, you can make the basics of the table in Excel and then use the Paste Spreadsheet Cells macro in TeXShop to paste them in table format.<br>
<br>
\documentclass{article}<br>
\usepackage{booktabs}<br>
\usepackage[utf8]{inputenc}<br>
\usepackage[T1]{fontenc}<br>
\begin{document}<br>
<br>
\begin{tabular}{ccccccc}<br>
\toprule<br>
Section & refrain & couplet & refrain & couplet & refrain & coda \\<br>
\midrule<br>
Musique & A & B & A & C & A’ \\<br>
 & ||: a :||: b a :|| & & a b a & & a & Adagio a’ \\<br>
\midrule<br>
Tonalité & Mi $\flat$ & La $\flat$ Fa & \multicolumn{4}{c}{Mi $\flat$} \\<br>
Mesures & 1 9 28 & 36 49 & \multicolumn{4}{c}{72 80 100 107 141 148 153} \\<br>
\bottomrule<br>
\end{tabular}<br>
<br>
\bigskip<br>
<br>
\begin{tabular}{|c|c|c|c|c|c|c|}<br>
\hline<br>
Section & refrain & couplet & refrain & couplet & refrain & coda \\<br>
\hline<br>
Musique & A & B & A & C & A’ & \\<br>
 & ||: a :||: b a :|| & & a b a & & a & Adagio a’ \\<br>
\hline<br>
Tonalité & Mi $\flat$ & La $\flat$ Fa & \multicolumn{4}{|c|}{Mi $\flat$} \\<br>
Mesures & 1 9 28 & 36 49 & \multicolumn{4}{|c|}{72 80 100 107 141 148 153} \\<br>
\hline<br>
\end{tabular}<br>
<div><div></div><div class="h5">On Jul 9, 2011, at 6:27 PM, Jada Watson wrote:<br>
<br>
> Hi all,<br>
><br>
> I am looking for some advice on tables: I have to format a table where elements within each cell seem to be located in a specific place. I am having a terrible time aligning the elements in the right spot. It's kind of hard to explain, so I have attached the document to this email.<br>

><br>
><br>
> Does anyone have advice on how to make a table that will look like this? Should I be looking into splitting a row into multiple cells? Or is there a way to space things within a cell that I am not aware of. In general, I don't have problems with Tables anymore, but this one is a trick case.<br>

><br>
> Thanks,<br>
><br>
> Jada<br>
</div></div>> <NAWM 111- Haydn - quatuor a cordes en mib majeur.doc>----------- Please Consult the Following Before Posting -----------<br>
> TeX FAQ: <a href="http://www.tex.ac.uk/faq" target="_blank">http://www.tex.ac.uk/faq</a><br>
> List Reminders and Etiquette: <a href="http://email.esm.psu.edu/mac-tex/" target="_blank">http://email.esm.psu.edu/mac-tex/</a><br>
> List Archive: <a href="http://tug.org/pipermail/macostex-archives/" target="_blank">http://tug.org/pipermail/macostex-archives/</a><br>
> TeX on Mac OS X Website: <a href="http://mactex-wiki.tug.org/" target="_blank">http://mactex-wiki.tug.org/</a><br>
> List Info: <a href="http://email.esm.psu.edu/mailman/listinfo/macosx-tex" target="_blank">http://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br>
><br>
<font color="#888888"><br>
--<br>
Alan Munn<br>
<a href="mailto:amunn@gmx.com">amunn@gmx.com</a><br>
<br>
<br>
<br>
<br>
</font><br>----------- Please Consult the Following Before Posting -----------<br>
TeX FAQ: <a href="http://www.tex.ac.uk/faq" target="_blank">http://www.tex.ac.uk/faq</a><br>
List Reminders and Etiquette: <a href="http://email.esm.psu.edu/mac-tex/" target="_blank">http://email.esm.psu.edu/mac-tex/</a><br>
List Archive: <a href="http://tug.org/pipermail/macostex-archives/" target="_blank">http://tug.org/pipermail/macostex-archives/</a><br>
TeX on Mac OS X Website: <a href="http://mactex-wiki.tug.org/" target="_blank">http://mactex-wiki.tug.org/</a><br>
List Info: <a href="http://email.esm.psu.edu/mailman/listinfo/macosx-tex" target="_blank">http://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br>
<br>
<br></blockquote></div><br>