On Tue 27 Oct 2020 at 19:20:02 (+0100), Markus Grunwald wrote:
> --=-=-=
> Content-Type: image/png
> Content-Disposition: attachment; filename=text.png
> Content-Transfer-Encoding: base64
> Content-Description: What I get
>
> iVBORw0KGgoAAAANSUhEUgAAAVcAAABkAQMAAAAIZuHsAAAABlBMVEUAAAD///+l2Z/dAAAD1klE
[…]
> 9cEP/nk6GTLfvgF9VfL6Uz3EQQAAAABJRU5ErkJggg==
> --=-=-=
> Content-Type: text/plain; format=flowed
>
> Hello,
>
> I'm confused (again...). I would expect that in the followig
> snippet, each note gets one syllable:
>
> \version "2.20.0"
> <<
> \relative c' {
> \autoBeamOff
> r8 f f[ b] b[ c c d] |
> }
> \addlyrics {
> Der letz-te Sum-mer war sehr |
> }
> > >
>
> But instead, I get what you can see in the attachment...
> What am I doing wrong?
>
> Thanks for your help!
Lyric hyphens are written <WHITESPACE>--<WHITESPACE>,
whereas yours are intra-syllable literals.
BTW I thought Thunderbird could handle attachments correctly.
Or have you changed client again? As you can see above, it's
not working, as it appears that it's lost its header:
Content-Type: multipart/…
Cheers,
David.