[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LyricText word-space has no effect.
From: |
Dominic |
Subject: |
LyricText word-space has no effect. |
Date: |
Thu, 20 Jul 2017 10:06:38 -0700 (MST) |
/\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.
- LyricText word-space has no effect.,
Dominic <=