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 <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to