lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond-user Digest, Vol 110, Issue 82


From: Mats Bengtsson
Subject: Re: lilypond-user Digest, Vol 110, Issue 82
Date: Mon, 23 Jan 2012 10:32:39 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111220 Thunderbird/9.0



On 01/21/2012 09:53 PM, address@hidden 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: address@hidden
        WWW: http://www.ee.kth.se/~mabe
=============================================




reply via email to

[Prev in Thread] Current Thread [Next in Thread]