lilypond-user
[Top][All Lists]
Advanced

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

Re: Réf. : Re: figures position


From: LEGRAND Jean-Marc
Subject: Re: Réf. : Re: figures position
Date: Tue, 25 May 2004 14:44:01 +0200

----- Réacheminé par Jean-marc LEGRAND/CRS/FR/RM/Corp le 25/05/2004 14:43 -----
                                                                                
                                      
                    Mats Bengtsson                                              
                                      
                    <mats.bengtsson@        Pour :  LEGRAND Jean-Marc 
<address@hidden>                   
                    s3.kth.se>              cc :                                
                                      
                                            Objet :      Re: Réf. : Re: figures 
position                              
                    25/05/2004 14:41                                            
                                      
                                                                                
                                      
                                                                                
                                      




Please keep the discussion on the mailing list, for the
benefit of yourself since you get access to the collected
expertise on the list and for the benefit of others who experience
similar problems. Feel free to quote my answer below if you wish.

As I said, the FigureBass does not have any preset vertical size by
default, so the limiting factor is the preset vertical size of the
Staff context that holds the base notes. I recommend that you
read chapter 4 of the manual from the top, then you will realize
that any property setting has to be done within the context it
applies to (or a context within that context).

If you still don't get it right, there's some more hints at the
bottom of the email, but I recommend that you try to figure it
out yourself first.

LEGRAND Jean-Marc wrote:
> very kind of you, but I don't know how to write it !
>
> Is that correct (actually, it doesn't work at all !) :
>
> ...
> \context FiguredBass
>           \set Staff.minimumVerticalExtent = #'(-0 . 2)
>           \figures {
>           <_>2 <4 6>4 <6>4
>           <7>4 <6>2.
>           <_+>1
>           <6>2 <4+>2
>           <5+>2 <6>4 <5 6>4
>           <4 6>2 <_+>2
>           <_>2. <5>4
>           <5>1
>           ...
>

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





































Something like
\context Staff {
   \set Staff.minimumVerticalExtent = #'(-6 . 0)
   ... % The base part
}
should work.







reply via email to

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