/\version "2.19.64"

\score {
        <<
                \relative c' { c8 d e f g a b16 b c8 }
                \addlyrics { one two three four five six se -- ven eight }
        >>
}

\layout {
        \context {
                \Score
                        \override LyricText.word-space = #9
        }
}/

The above code should produce lyrics with a very wide spacing, but it has no
effect at all. Is this a bug?

I can work around it by using LyricText.extra-spacing-width = #'(0 . value)
instead, but that seems to negate the purpose of 'word-space'. Am I doing
something wrong?

Thanks,

Dominic



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/LyricText-word-space-has-no-effect-tp204543.html
Sent from the Bugs mailing list archive at Nabble.com.

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to