Center lyric syllables (ignoring punctuation): Difference between revisions
Import snippet from LSR |
m I corrected some typos. |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
When a lot of verses have the same text, but with | When a lot of verses have the same text, but with different punctuation (e.g., because some verses are in quotation marks), LilyPond’s default output can look awkward because the text does not line up vertically. Even when there is only a single verse, it can look awkward to have the punctuation be included in the width of the syllable when centering it beneath the note. | ||
It looks much nicer to center the text of the syllable and then put the punctuation around it. | It looks much nicer to center the text of the syllable and then put the punctuation around it. Settings for <code>'self-alignment-X</code> and <code>lyricMelismaAlignment</code> are respected. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
%% http://lsr.di.unimi.it/LSR/Item?id=888 | %% http://lsr.di.unimi.it/LSR/Item?id=888 | ||
| Line 123: | Line 123: | ||
[[Category:Scheme]] | [[Category:Scheme]] | ||
[[Category:Tweaks and overrides]] | [[Category:Tweaks and overrides]] | ||
[[Category:Snippet]] | |||