lilypond-user
[Top][All Lists]
Advanced

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

Re: Is it possible to change the PDF title?


From: caagr98
Subject: Re: Is it possible to change the PDF title?
Date: Tue, 25 Apr 2017 01:43:12 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.0

```
title = \markup {
  \concat {
    "W"
    \scale #'(15/22 . 15/22) \combine
      "o"
      \translate-scaled #'(0 . 1.2) "a"
    "ndering"
  }
}
```

This is extracted as "Wandering" (or at least that's what Atril shows). I want it to be "W[ao]ndering" (or maybe "Węśµndering"), because it's supposed to be ambiguous.

On 04/25/17 01:35, Thomas Morley wrote:
2017-04-25 0:49 GMT+02:00  <address@hidden>:
By PDF title I mean the one shown in the PDF viewer's title bar. It seems to
be extracted from the header:title field, but in my case, the title contains
some complex markup and isn't extracted properly.

It should.
Could you post the title-markup?

Cheers,
   Harm




reply via email to

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