On 24.10.2010 13:56, Phil Holmes wrote:
----- Original Message ----- From: "Jan-Peter Voigt" <jp.vo...@gmx.de>
To: "Valentin Villenave" <valen...@villenave.net>
Cc: <lilypond-user@gnu.org>
Sent: Saturday, October 23, 2010 1:13 PM
Subject: Re: Lyrics inside the staff
Hello Valentin,
now I posted my first very small snippet to the LSR. A great source
of Lily-Knowledge :-)
Regards,
Jan-Peter.
I've been looking at this snippet to move it to "approved" status, and
you use:
\override VerticalAxisGroup #'Y-extent = #'(0 . 0)
As far as I can see, that has no effect. Could you clarify what is is
intended to do?
--
Phil Holmes
Hello Phil,
oops, you're right. It was a "short hack" I did. In my first version, I
didn't use extra-offset ... with that you can move the lyrics without an
extent-modification. I will modify the snippet!
If you want to move the lyrics with Y-offset, you have to set Y-extent
less than zero *and* set self-alignment-Y for this to work - as
mentioned by Dmytro.
--snip--
<<
\new Staff \new Voice = "voc" { \relative c' {
a b c d e f g a
} }
\new Lyrics \with {
\override LyricText #'self-alignment-Y = #0
\override LyricText #'Y-extent = #'(1 . -1)
\override LyricText #'Y-offset = #6
} \lyricsto "voc" {
a b c d e f g a
}
>>
--snip--
So you don't need it with extra-offset but with Y-offset.
I will modify the snippet to show both versions. And I will be more
accurate in my future contribs!
Sorry for the noise!
Regards, Jan-Peter.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user