>>>>> "HWN" == Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
HWN> [EMAIL PROTECTED] writes:
>> The docs says it's `__' (2 underscores), but it looks like lily
>> (1.3.17) 2 of them in order to work. Is this a bug or are the
>> docs not up to date ?
>>
HWN> example please?
\header {
title = "Test";
}
melody = \notes \transpose c'' {
c4 c4 ~ c8 c8 |
c4 c4 ~ c8 c8 |
c4 c4 ~ c8 c8 |
}
text = \lyrics {
a a ___ a
a a __ ___ a
a a __ a
}
\score {
\addlyrics
\context Staff \melody
\context Lyrics \text
}
---
It gives this :
| | +--+ | | | +--+ | | | +--+
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
/ /.--./ / | / /.--./ / | / /.--./ /
a a a a a ____ a a a____a
--
Laurent Martelli
[EMAIL PROTECTED]