On 01/21/2012 09:53 PM, [email protected] wrote:
Hello lilyresponders,


How do I place figures (from figured bass) in the second row without a first 
one?

instead of

# #      (Third is in the soprano voice)
8 7


I want:

#
8 7


notice the blank spot above the 7.

Can I somehow insert an invisible figure? In this case the second # ?
Or is there another way?

Nils

My first attempt (and surely yours also) was to try just a spacing figure, i.e. an underscore in the input, but it didn't work. However, the following seems to work:

\version "2.14.1"

\score{
<<
\new Staff \relative c, {
    \clef bass
    c c c c |
  }
\new FiguredBass \figuremode{
<_+ 8>2 <\markup \vspace #.75 7>
  }
>>
}

   /Mats

--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: [email protected]
        WWW: http://www.ee.kth.se/~mabe
=============================================


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to