lilypond-user
[Top][All Lists]
Advanced

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

Re: figured bass position


From: Mats Bengtsson
Subject: Re: figured bass position
Date: Thu, 16 Sep 2004 18:07:01 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803

I tried your example, just adding a
\score{\basse}
to make it a complete file, and the result was just what you want,
namely figures above the stave. Without the rest of your code it's
hard to figure :-) out what happens in your score.

Try to make a small complete example that illustrates the problem.

   /Mats

Jean-marc LEGRAND wrote:



Hi list !

I'm working with Lily 2.0.1 on XP.

I'm stuck with a pb that is not new for me, and which I thought I had get rid 
of some time ago.
Here's an excerpt of my script for the figured bass :


basse =     <<

\context FiguredBass
\figures {
<_>1
<_>
<2 4>1
<_+ 7>2. <6>4
<7>2 <7>
<_>1
<4 5>2 <3>
<2 4>4 <5> <5> <6>
<7> <6>     <7> <6>
<7> <6> <7> <6>
<_>1
<4>4 <3> <_>2     }

\notes {
\property Staff.minimumVerticalExtent = #'(-4.0 . 0.0)
\property Voice.Accidental \set #'style = #'mensural
\key d \minor
\clef bass
\property Voice.TextScript
\set #'font-family = #'number
\property Voice.TextScript
\set #'font-relative-size = #'-9
\property Voice.TextScript
\set #'baseline-skip = #'1

\relative c {
f,1
bes2  f'2.
e4 f f,
g2 c4 e,
d2 g
c g'
d1~
d8 cis cis4 d2
c bes
a g
f bes
c f,
            }
            }



When I edti this bass, the figures are below the staff, while I want them on 
the top of the notes. I
tried to put \new Staff before \notes, and it works with the figures
but it puts a new staff above my bass line. $

I've tried to find an issue on the list, but none works.

Regards





_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

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