lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help in setting up music fragments in LaTeX


From: Mats Bengtsson
Subject: Re: Help in setting up music fragments in LaTeX
Date: Wed, 03 Dec 2003 11:33:40 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007

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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

[Prev in Thread] Current Thread [Next in Thread]