lilypond-user
[Top][All Lists]
Advanced

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

Re: figured base does not track notes in staff


From: Mats Bengtsson
Subject: Re: figured base does not track notes in staff
Date: Tue, 15 May 2007 08:16:33 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

Please read the section "How LilyPond files work" in the manual.
There you will learn that your example below is equivalent to
\score{
 \new Voice{ ... }
}

\score{
 \new FiguredBass \figuremode { ... }
}

In other words, you have typeset two separate scores, one
with the notes and one with the figures.

You have to tell LilyPond that you want these two to be
typeset together as a single score with two simultaneous
lines, see the section on "Music expressions explained"
in the Tutorial. For example, you can use
\score{
 <<
   \new Voice{ ... }
   \new FiguredBass \figuremode { ... }
  >>
}


  /Mats

Alan Jones wrote:

I took the following example from the documentation, but added
the tailing g's.  No matter how many notes are cramed into the
line, the figures remain in the same place.  Aren't the figures
supposed to track with the notes similar to lyrics?
Alan

\version "2.10.17"
\new Voice {
  \clef bass dis4 c d ais g fis g g g g g g g g g g g g g
}
\new FiguredBass \figuremode {
  <6>4 <7\+>8 <6+ [_!]>
  <6>4 <6 5 [3+]>
  <_>4 <6 5/>4
}

------------------------------------------------------------------------

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