lilypond-user
[Top][All Lists]
Advanced

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

Re: Centering bass figures vertically (lilypond-book)


From: Mats Bengtsson
Subject: Re: Centering bass figures vertically (lilypond-book)
Date: Tue, 13 Nov 2007 17:33:11 +0100
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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