Thank you so much, Michael.  This is exactly what I needed, I do have a couple of tables just like this one, but I am going to use what you did here as my template. <br><br>I really appreciate your help.<br><br>Jada<br><br>
<br><br><br><div class="gmail_quote">On Sat, Jul 9, 2011 at 7:51 PM, Michael Sharpe <span dir="ltr"><<a href="mailto:msharpe@ucsd.edu">msharpe@ucsd.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br>
On Jul 9, 2011, at 4:31 PM, Alan Munn wrote:<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>
<br>
</div>This may be one of the rare cases where vertical separators may be useful as they lead the eye to the Measure number, which was I think where the alignment was wanted. I did this in a fairly ad hoc way. There's another way you can do this without tables, making use of the pst-layout package, but there is a bit of a learning curve and would not be worthwhile unless you were making many such documents.<br>

<br>
Michael<br>
<br>
\documentclass[11pt]{article}<br>
\usepackage[margin=1in]{geometry}<br>
\usepackage[utf8]{inputenc}<br>
\usepackage{lmodern}<br>
\usepackage[T1]{fontenc}<br>
\usepackage{multirow}<br>
\def\HB#1{\hbox to .8in{#1}}<br>
\begin{document}<br>
<div class="im"><br>
\begin{tabular}{|c|c|c|c|c|c|c|} \hline<br>
Section&refrain&couplet&refrain&couplet&refrain&coda\\ \hline<br>
</div>\multirow{3}{*}{Musique} & A & B&A&C&A’& \\<br>
& \HB{$\|$: a :$\|$: b  a :$\|$} & &\HB{a\hfil b\hfil a}&\HB{\hfil}&\HB{a\hfil}&\HB{Adagio\hfil a'}  \\<br>
&&&&&& \\ \hline<br>
Tonalité&       Mi $\flat$&     \HB{La $\flat$\hfil  Fa}&\multicolumn{4}{|c|}{Mi $\flat$}\\ \hline<br>
Mesures&\HB{1\hfil9\hfil28}&\HB{36\hfil49}&\multicolumn{4}{|l|}{72\hspace{.2in}80\hspace{.2in}100\hspace{.28in}107\hspace{.45in}141\hspace{.78in}148\hspace{.35in}153}\\ \hline<br>
\end{tabular}<br>
\end{document}  <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>