Dear list

Preface (go down for actual question):
---------------------------------------
I am still struggling with moving my dynamics around.  I want to get rid of
all those extra-offsets, after you told me that it’s the wrong approach.  So I
dug into the docs and lsr again, and found out about setting Y-extent so that
lilypond thinks that the dynamic mark takes up no vertical space.

However, that’s overshooting the target.  All I’m trying to achieve is to move
the mark around and then let lilypond do the layouting again.  The goal is to
minimise the staff’s extent by putting dynamic marks next to its note, so they
don’t push out the lyrics so much.


Actual question:
---------------------------------------
So instead of hoping to find a snippet on the interwebs for each single case
and playing with the numbers without knowing why they behave as they do, I
would like to understand what they actually mean.  All the IR says about
Y-extent is "hardcoded extent in Y direction".

So what exactly do those two numbers denote?
Is it minimum/maximum?  Extent below/above baseline?  Offset/size?


A real life example of my current work:
Just by coincidence I found the ideal figures for the attached snippet (the
forte mark under the \tempo text), but only through poking in the dark.  Now
that I’ve found them and trying numbers just slightly off, I’m still puzzled.


As always, I appreciate your insight. :-)


PS.: Is it correct that the stems of Elias’s tied halves are so long?
-- 
Gruß | Greetings | Qapla'
Please do not use my email addresses within any Facebook service.

The problem with FORTRAN jokes is that they never fit into a single li
\version "2.14.2"
\include "deutsch.ly"

\relative c {
% setup
        \autoBeamOff
        \dynamicUp
        \set Score.skipBars = ##t
        \key es \major

% small Solo insert
        \set fontSize = #-4
        \override Stem #'length-fraction = #(magstep -4)
        \clef "bass"

        R1 * 4^\markup\bold{Elias}
        es8\f es ges b es2~
        \key g \major
        es r

% now choir music
        \normalsize
        \override Stem #'length-fraction = #(magstep 1)
        \clef "G_8"
        \tempo "Allegro con fuoco" 4 = 152

        r4 r8.
                \once \override DynamicText #'Y-offset = #-1
                \once \override DynamicText #'Y-extent = #'(1 . 1.5)
                a,16\f
                a8. a16 a8. a16
        dis2 r
}

\addlyrics {
        \override LyricText #'font-size = #-2
        sen -- de sie her -- ab! __
        \revert LyricText #'font-size
        Das Feu -- er fiel her -- ab,
}

<<attachment: offset.png>>

Attachment: pgp6L0KFiGnAB.pgp
Description: PGP signature

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to