Re: lyrics - vertical position

2012-04-05 Thread luis jure

on 2012-04-05 at 16:36 m...@apollinemike.com wrote:

>There's always extra-offset, but it's kludgy.

using

\override LyricText #'extra-offset = #'(0.0 . 2.0)

before that line of text, and

\revert LyricText #'extra-offset

after it, i got the correct spacing.

i don't know what makes extra-offset kludgy, but it sure was my friend on
this one... (after all, kludgy comes from the german word klug...)


best,


lj

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


Re: lyrics - vertical position

2012-04-05 Thread luis jure

on 2012-04-05 at 16:36 m...@apollinemike.com wrote:

>There's always extra-offset, but it's kludgy.  Could you send an image of
>the line you're talking about?  It may be a bug if the markups force the
>lyrics down too low.

hi mike, i sent a tiny image in my previous mail, here's attached the
whole fragment. the problematic line is the first one. please note that
the lyrics are much more separated from the staff than in the other two
lines. this is caused by the markups on the a16 at the end of the line
(lyrics "time").

note also that doing away with the markups the lyrics regain its proper
distance (2nd image).

the code of the markups is the following:


\shapeSlur  #'(0 0  -.3 -1.2  .9 -1.5  0.5 -0.3)
\once \override TextScript #'extra-offset = #'(0 . 5)
a16
-\markup {
\postscript #"0.2 setlinewidth
1   setlinecap
1.8 -9  moveto
3 -9.7  lineto
4.2 -9  lineto
stroke" }
-\markup {
\override #'(font-name . "Emmentaler")
\fontsize #1
\halign #-12
\char ##xe11a }


thanks for your attention,


lj

(BTW, i wouldn't mind some "kludgy" code if i could get a quick and dirty
solution to this particular problem soon...)<><>___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: lyrics - vertical position

2012-04-05 Thread m...@apollinemike.com
On Apr 5, 2012, at 1:24 PM, luis jure wrote:

> 
> for some reason, the presence of the markups forces the lyrics down too far
> away from the staff (see image).
> 
> is there a way to adjust the vertical position of lyrics locally?
> 
> 

There's always extra-offset, but it's kludgy.  Could you send an image of the 
line you're talking about?  It may be a bug if the markups force the lyrics 
down too low.

Cheers,
MS


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


lyrics - vertical position

2012-04-05 Thread luis jure

hello list,

i have some code with two markups on a note (one of them postscript code),
and some tweaks including \once \override TextScript #'extra-offset and
\shapeSlur.

for some reason, the presence of the markups forces the lyrics down too far
away from the staff (see image).

i studied an example from the notation manual (2.1.2 Techniques specific
to lyrics - Placing lyrics vertically), but i can only make it work at the
\layout level, thus affecting the whole score.

i only need to adjust the position of this particular line, to compensate
the displacement caused by the markups. 

is there a way to adjust the vertical position of lyrics locally?


TIA,


lj

<>___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Lyrics, vertical position

2008-04-17 Thread Wilbert Berendsen
Op vrijdag 18 april 2008, schreef Wilbert Berendsen:
> \context {
> \Lyrics
> \override VerticalAxisGroup #'minimum-Y-extent = #'(-1 . 0)
> }

You can also change the minimum-Y-extent of the staff above the lyrics...

best regards,
Wilbert Berendsen

-- 
LilyKDE, LilyPond for KDE: http://lilykde.googlecode.com/


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Lyrics, vertical position

2008-04-17 Thread Wilbert Berendsen
Op donderdag 17 april 2008, schreef Francisco Vila:
> Hello all,
> With recent releases of LilyPond I can not fit in one page some choral
> scores that used to fit well with older versions. The culprit seems to
> be the increased amount of space between lyrics and music. I still
> have to investigate which version introduced this, but in the meantime
> I'd like to raise the lyrics baseline manually, if it is possible. Is
> it? thank you.

Yes, put something like
\context { 
\Lyrics
\override VerticalAxisGroup #'minimum-Y-extent = #'(-1 . 0)
}
in your \layout { } section. Experiment with different values. Docs:
http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Vertical-spacing-inside-a-system
best regards,
Wilbert Berendsen

-- 
LilyKDE, LilyPond for KDE: http://lilykde.googlecode.com/


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Lyrics, vertical position

2008-04-17 Thread Francisco Vila
Hello all,
With recent releases of LilyPond I can not fit in one page some choral
scores that used to fit well with older versions. The culprit seems to
be the increased amount of space between lyrics and music. I still
have to investigate which version introduced this, but in the meantime
I'd like to raise the lyrics baseline manually, if it is possible. Is
it? thank you.

-- 
Francisco Vila. Badajoz (Spain)
http://www.paconet.org


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user