lilypond-user
[Top][All Lists]
Advanced

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

Weirdo code?


From: Wol's lists
Subject: Weirdo code?
Date: Sun, 28 Jan 2018 19:56:02 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2

I've just tried to do a cut-n-paste into a piece of music, from http://lilypond.org/doc/v2.19/Documentation/notation/bars

At the very bottom you'll find

\relative c' {
  c1 \mark \markup { \musicglyph "scripts.segno" }
  c1 \mark \markup { \musicglyph "scripts.coda" }
  c1 \mark \markup { \musicglyph "scripts.ufermata" }
  c1
}

Okay, I was only copying the markup bit - I wanted it as markup in the middle of the bar - but I had to add a # as follows:

\markup { \musicglyph #"scripts.coda" }

Looking at the code behind the web page, it looks like that is correct, so this is really just a curious enquiry - why is the # required if I want a markup, but it's not required if it's a markup within a mark ???

Cheers,
Wol



reply via email to

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