RE: Markup in scheme

2020-11-01 Thread John Schlomann
Thank you, Martin and Harm. You gave me the understanding I needed. John > -Original Message- > From: Thomas Morley [mailto:thomasmorle...@gmail.com] > Sent: Saturday, October 31, 2020 1:47 PM > To: John Schlomann > Cc: lilypond-user > Subject: Re: Markup in scheme &g

Re: Markup in scheme

2020-10-31 Thread Thomas Morley
Am Sa., 31. Okt. 2020 um 16:30 Uhr schrieb John Schlomann : > > In the following snippet, the first markup works fine. The second gives no > errors, but outputs nothing. > > > > Why does the scheme version not work? > > > > \version "2.20.0" > > \markup{"First markup"} > > #(markup #:line

Re: Markup in scheme

2020-10-31 Thread Martin Neubauer
Maybe this is a starting point: \version "2.20.0" \new Staff{ <>-\markup{"First markup"} <>-#(markup #:line (#:simple "Second markup")) } On 31/10/2020 16:29, John Schlomann wrote: In the following snippet, the first markup works fine. The second gives no errors, but outputs