lilypond-user
[Top][All Lists]
Advanced

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

Centering lyrics on notes with ties


From: Greg Swinford
Subject: Centering lyrics on notes with ties
Date: Fri, 4 Apr 2008 10:34:21 -0700 (PDT)

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.





reply via email to

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