The linewidth option should do it. Try something like:

\lilypond[notime,26pt,linewidth=2.5in]
 { \clef alto c'4  }

A good alternative is

\lilypond[notime,26pt,fragment]
 { \clef alto c'4  }

I don't know anything about the labels style, but it seems that
you will have to fiddle with some parameters since the vertical
spacing breaks.

/Mats

jeff williams wrote:
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.


-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to