bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lyric misalignment during slurs


From: Trevor Daniels
Subject: Re: Lyric misalignment during slurs
Date: Mon, 7 Feb 2011 23:23:50 -0000


Evan Ross wrote Monday, February 07, 2011 5:04 PM


Keith OHara <k-ohara5a5a <at> oco.net> writes:

I hesitate to mention it, but, there is a setting mentioned in the
Internals
Reference, under Lyric_engraver, that might do what you ask
\set lyricMelismaAlignment = #CENTER

This setting is not in the main documentation or the test suite, so it is
safer
to follow Trevor's later suggestion based on the current manual.


I tried appending the following code to the end of the score block, but it
did not change the behaviour of the lyrics around melismata.

\layout {
\context {
 \Lyrics
 \set lyricMelismaAlignment = #CENTER
 }
}

Am I putting this in the wrong place?

No, the positioning is OK, but in a layout block
you need to omit the "\set".

Alternatively, with "\set", position it at the
start of the actual lyrics.

Trevor






reply via email to

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