Re: Quoted text in markup line

2019-12-27 Thread David Kastrup
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’

Re: Quoted text in markup line

2019-12-27 Thread Simon Albrecht
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

Re: Quoted text in markup line

2019-12-27 Thread Kieren MacMillan
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

Re: Quoted text in markup line

2019-12-27 Thread Mike Kilmer
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

Re: Quoted text in markup line

2019-12-27 Thread Thomas Morley
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

Re: Quoted text in markup line

2019-12-27 Thread David Kastrup
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" > } > > >

Quoted text in markup line

2019-12-27 Thread Mike Kilmer
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"