|
| From: | Mats Bengtsson |
| Subject: | Re: Figurered bass |
| Date: | Mon, 01 Mar 2004 13:45:06 +0100 |
| User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113 |
Thomas Scharkowski wrote:
Hello, I have two questions:1. How do I avoid the following warning or what is the correct syntax for no numbers instead of "s"?It works, though. -- warning: Junking event: `SkipEvent':s4 <6>4 <2>8-- 2. How can I put the numbers above the staff?
The different contexts are typeset in the order they are first
mentioned within the \score{...} declaration. So, if you say
\score{
...
\context FiguredBass ...
\context Staff ...
...
}
it will appear above the staff, if you reverse the order, it comes
below.
/Mats
| [Prev in Thread] | Current Thread | [Next in Thread] |