lilypond-user
[Top][All Lists]
Advanced

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

Re: Figured bass: "blank" extender


From: Pierre Perol-Schneider
Subject: Re: Figured bass: "blank" extender
Date: Sat, 11 Apr 2015 09:25:07 +0200

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 <address@hidden>:
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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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