Jean-marc LEGRAND wrote:
>...
>But now, I'de like to lower the figure line, and I don't know which property
>to use within
>FiguredBass context : can, anyone help me ?
>
>
>
Read the section on Vertical Spacing in the manual.
The mechanism is exactly the same for FiguredBass
as for Staff,
Please don't send incomplete examples. Now I had to fill in some
music to be able to try it out.
The FiguredBass context has to be created before the Staff context
of the bass line. For example, you can modify your example into:
\version "2.8.3"
global= {
\time 2/2
\key g \major
}
flute = \new
Hi list !
I'm so sorry I'm still stuck with an old pb about figured bass...
Using XP and lily2.8.3
Here is the strcuture of my .ly file :
\version "2.8.3"
global= {
\time 2/2
\key g \major
}
flute = \new Voice { \relative c''{
(...)
\bar "|."
}}
violon = \new Voice { \relative c''{
(...)
-Original Message-
From: Fairchild [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 20, 2005 10:44 AM
To: 'Laura Conrad'
Subject: RE: Figured Bass Above Bass line
Now, the links at the top of lilypond.org are "Home, Introduction, About,
Download, Documentation, and Devel
Thanks Laura,
I've been to the muptopia site, but unfortunately it's a matter of finding a score typeset with the current version your working on. Convert-ly does some of the job but then there some manual recoding that needs to be done, which can prove just as scarey as starting with a blank file
> "TJ" == Trent J <[EMAIL PROTECTED]> writes:
TJ>Maybe there could be a facility where people could share
TJ>templates etc it might make grasping the technicalities of
TJ>lilypond a little easier if people could start by entering
TJ>music instead of figuring out
Thanx Mats,
I'll give it a try tonight. Yes the description for the figured bass is a bit cryptic where the manual and regression test seem to differ. Also the examples give tend only to involve a direct score generation with no 'instrument' variables as you would normally generate so knowing what
First of all, I note that you are using a feature that is not mentioned
in the manual, namely \figures, which turns out to be shorthand for
\new FiguredBass \figuremode
(The only documentation of this feature can be found in
http://www.lilypond.org/doc/v2.4/Documentation/topdocs/out-www/NEWS.html
I've tried and tried and tried and tried... and I still can't get the figured bass above the bass line.
I've tried following the example in the regression test but since there is no other staves or variables used I can't put the code together that would place the figured bass above the bass line.