Is is possible to center all lyric syllables, even those where the note has a
tie attached? I tried using \override LyricText #'self-alignment-X = #0, but
this property doesn't seem to affect notes with ties.

Thanks,
Greg.

---

\version "2.10.10"

melody = \relative c''
{
        g1 ~ g2 g
}

words = \lyricmode
{
        \override LyricText #'self-alignment-X = #0
        hello hello
}

\score
{
        <<
                \new Voice = "melody" \melody
                \new Lyrics \lyricsto "melody" \words
        >>
        \layout { }
}

-- 
View this message in context: 
http://www.nabble.com/Centering-lyrics-on-notes-with-ties-tp16494340p16494340.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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

Reply via email to