Greetings, I'm trying to print a viola flashcard using LaTeX and Lilypond. Output will be on laser business card stock, thus I need to use the Labels style sheet for LaTeX.
The problem, the fragment of music which will be on the front of the card seems to be the width of a normal line of print (6.5 in), and not the 3.5 in needed for the business card. I've tried explicitly setting line width as per the lilypond-book manual, but the output still overflows the business card. I've also tried "raggedright", explicit line breaks, and the fragment tag but to no avail. Any ideas? I sure would like to help my daughter learn alto cleff as she transitions from the violin to the viola. Many thanks. -- jeff williams - [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] =========== source ================ \documentclass[10pt]{article} \usepackage[newdimens]{labels} \LabelGridtrue \LabelInfotrue \LabelCols=2% \LabelRows=5% \LeftPageMargin=1.25in% \RightPageMargin=1.25in% \TopPageMargin=.75in% \BottomPageMargin=.75in% \begin{document} \begin{labels} \lilypond[notime,26pt,raggedright] { \clef alto c4 } \lilypond[notime,26pt,raggedright] { \clef alto d4 } \lilypond[notime,26pt,raggedright] { \clef alto e4 } \lilypond[notime,26pt,raggedright] { \clef alto f4 } \lilypond[notime,26pt,raggedright] { \clef alto g4 } \lilypond[notime,26pt,raggedright] { \clef alto a4 } \lilypond[notime,26pt,raggedright] { \clef alto b4 } \lilypond[notime,26pt,raggedright] { \clef alto c'4 } \lilypond[notime,26pt,raggedright] { \clef alto d'4 } \lilypond[notime,26pt,raggedright] { \clef alto e'4 } \end{labels} \end{document} _______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user