lilypond-user
[Top][All Lists]
Advanced

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

Re: Isn't LyricText a grob of the Lyrics context?


From: Jan Nieuwenhuizen
Subject: Re: Isn't LyricText a grob of the Lyrics context?
Date: Wed, 14 Jul 2004 11:14:44 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Bertalan Fodor writes:

> I don't really understand why LyricText is not a grob of Lyrics context.

but you have a number of interesting problems,

> \override LyricText #'self-alingment.X=#'-1

it is spelled self-aliGNment-X

> \override Lyrics.LyricText #'self-alingment.X=#'-1

and you must separate the Context.GrobName with spaces.

Would you please send full examples, that works a lot nicer.

I wanted to refer you to the documentation

http://www.lilypond.org/doc/v2.3/Documentation/user/out-www/lilypond-internals/LyricText.html

but it says created by: none.  Han-Wen?


Jan.

\version "2.3.6"
    <<
    { a b }
\new Lyrics \lyrics {
\override LyricText #'self-alignment-X = #'-1
  aaaa bbbb
}
%is correct but
\new Lyrics \lyrics {
\override Lyrics . LyricText #'self-alignment-X = #'-1
  aaaa bbbb
}
>>

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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