Try

\begin[ragged-right, staffsize=12]{lilypond}
\new FiguredBass \figuremode {
\revert VerticalAxisGroup #'minimum-Y-extent
\set figuredBassAlterationDirection = #UP
<5! 4> }
\end{lilypond}

(Note that you can use \set figuredBassAlterationDirection = #UP instead of
\set figuredBassAlterationDirection = #1 to make it easier to remember what
the setting means.)

  /Mats

Michael Käppler wrote:
Hi all,
I'm working on a LaTeX document with integrated Lilypond(2.11.34) snippets. Mostly the snippets only consist of a bass figure, like this:

\begin[ragged-right, staffsize=12]{lilypond}
\new FiguredBass \figuremode { \set figuredBassAlterationDirection = #1 <5! 4> }
\end{lilypond}

I would like to vertically center these figures in relation to the text i.e. with \parbox[c]. But since Lilypond adds some whitespace above the figures' top, this doesn't work. Is there a way to center the figures vertically or to remove the free space above(or add some at the bottom, too)?

Regards,
Michael



_______________________________________________
lilypond-user mailing list
[email protected]
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: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



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

Reply via email to