lilypond-devel
[Top][All Lists]
Advanced

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

Re: Unbreakable space in texinfo and html


From: Werner LEMBERG
Subject: Re: Unbreakable space in texinfo and html
Date: Sun, 01 Jan 2023 22:58:51 +0000 (UTC)

> What are the html equivalents of @qq{…} and @q{…}?

There is no stand-alone equivalent to `@q`.  If you write

```
<q>foo</q>
```

it gets converted by `pandoc` to

```
``foo''
```

which `makelsr.pl` in turn converts to `@qq{foo}`.

You get

```
`foo'
```

only for the inner quote environment if you use `<q> ... <q> ... </q>
... </q>`.  This is not handled by `makelsr.pl` but it could be added.


    Werner

reply via email to

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