lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyrics inside the staff


From: Jan-Peter Voigt
Subject: Re: Lyrics inside the staff
Date: Sun, 24 Oct 2010 14:31:43 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.14) Gecko/20101006 Thunderbird/3.0.9

On 24.10.2010 13:56, Phil Holmes wrote:
----- Original Message ----- From: "Jan-Peter Voigt" <address@hidden>
To: "Valentin Villenave" <address@hidden>
Cc: <address@hidden>
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.




reply via email to

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