lilypond-user
[Top][All Lists]
Advanced

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

Re: no bar numbers


From: Mats Bengtsson
Subject: Re: no bar numbers
Date: Thu, 12 Oct 2006 13:27:34 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5

It's not such a good idea to include gregorian-init.ly if you just want the
breath mark, since it has several side-effects. Then it's much better to
copy the relevant macro definition into some header file of your own,
i.e. to make a file mydefs.ly containing the following lines:

divisioMinima = {
\once \override BreathingSign #'stencil = #ly:breathing-sign::divisio-minima
 \once \override BreathingSign  #'extra-X-extent = #'(-1.0 . 0)
 \breathe
}

and then do \include "mydefs.ly". Then you can also rename the macro
to something that makes more sense to you.

  /Mats

Ole Hesprich wrote:

I included the gregorian-init.ly per default, because I sometimes use
the \divisioMinima as a sign for breath in choral works. My templates
are from the time of LP 2.4.

So thanks again for that hint.


Ole

--
=============================================
        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]