Simon Albrecht writes:
> On 27.12.19 19:52, Kieren MacMillan wrote:
>> I always prefer typographer’s quotes
>>
>> \markup \line { "“like this”" }
>>
>> and it’s a bonus that they can be stored right in the code/file
>> without any extra fuss. =)
>
>
> That is, even the ‘programming quotes’
On 27.12.19 19:52, Kieren MacMillan wrote:
I always prefer typographer’s quotes
\markup \line { "“like this”" }
and it’s a bonus that they can be stored right in the code/file without any
extra fuss. =)
That is, even the ‘programming quotes’ in the code example by Kieren
wouldn’t be
Hi Mike,
I always prefer typographer’s quotes
\markup \line { "“like this”" }
and it’s a bonus that they can be stored right in the code/file without any
extra fuss. =)
Hope that helps!
Kieren.
Kieren MacMillan, composer (he/him/his)
‣ website: www.kieren
gt; you replied to, making a mess of the thread display for most people.
>
> Mike Kilmer writes:
>
>> Not finding an example in the docs
>> <http://lilypond.org/doc/v2.18/Documentation/notation/writing-text>.
>>
>> Can someone tell me how to in
Am Fr., 27. Dez. 2019 um 18:44 Uhr schrieb Mike Kilmer :
> Can someone tell me how to include “quoted text” in `\markup { \line { \”like
> this\”? }}`?
\markup "Inside of strings, \" needs to be escaped by \\"
In native guile there are some more characters which needs esc
ypond.org/doc/v2.18/Documentation/notation/writing-text>.
>
> Can someone tell me how to include “quoted text” in `\markup { \line { \”like
> this\”? }}`?
>
> \version "2.18.2"
>
> \header {
> title = "Quotes in Markup Line"
> }
>
>
>
Not finding an example in the docs
<http://lilypond.org/doc/v2.18/Documentation/notation/writing-text>.
Can someone tell me how to include “quoted text” in `\markup { \line { \”like
this\”? }}`?
\version "2.18.2"
\header {
title = "Quotes in Markup Line"