Hi Philippe,

How about:

\version "2.18.2"

bassfigures = \figuremode {
  %% option 1:
  \override BassFigureAlignment.stacking-dir = #1
  <4 5>4 <3>
  \revert BassFigureAlignment.stacking-dir
}

<<
  \new FiguredBass
    %% option 2:
    %\with { \override BassFigureAlignment.stacking-dir = #1 }
    \bassfigures
  \new Staff \relative c' {

    f2
  }
>>

Cheers,
Pierre

2015-04-11 8:59 GMT+02:00 flup2 <phili...@philmassart.net>:

> Hello,
>
> I'm trying to achieve this result:
> <http://lilypond.1069038.n5.nabble.com/file/n174360/figured_543.png>
>
> The problem is to have the "3" at the same height of the 4, but blank space
> above it.
>
> I tried to include an empty markup above the "3", but it didn't work.
> Another idea would be to "blank" the extender.
>
> Has someone an idea, or another solution?
>
>
>
> --
> View this message in context:
> http://lilypond.1069038.n5.nabble.com/Figured-bass-blank-extender-tp174360.html
> Sent from the User mailing list archive at Nabble.com.
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to