Mats Bengtsson wrote:
Do the angle bracket delimiters still work in \column which is the
point of all this?
No! The current syntax is described in the manual. I don't see what
the point should be.
The manual describes the syntax as args (list of markups). Where is
"list of markup" defined?
Do the angle bracket delimiters still work in \column which is the
point of all this?
No! The current syntax is described in the manual. I don't see what the
point should be.
/Mats
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lis
Erik Sandberg wrote:
On Thursday 30 March 2006 07.11, Paul Scott wrote:
\version "2.8.0"
This doesn't work:
{ c''1^\markup{ "B \flat" } }
These work:
{ c''1^\markup{ B \flat } [EMAIL PROTECTED]
{ c''1^\markup{ \line{ B \flat } } }
I needed something to work in \column. I first tried th
Not unless you define your own macro:
bflat = \markup { B \flat }
{c''^\markup\center-align{Clarinett in \bflat } }
/Mats
Paul Scott wrote:
Mats Bengtsson wrote:
If you put something within double quotes, LilyPond will treat it as
a single character string. In my opinion, this makes per
Mats Bengtsson wrote:
If you put something within double quotes, LilyPond will treat it as
a single character string. In my opinion, this makes perfect sense.
How else would you for example be able to print the text "\flat"
in you needed it?
Ok. Then is there any way shorter than \line{ ... } to
On Thursday 30 March 2006 07.11, Paul Scott wrote:
> \version "2.8.0"
>
> This doesn't work:
>
> { c''1^\markup{ "B \flat" } }
>
> These work:
>
> { c''1^\markup{ B \flat } }
>
> { c''1^\markup{ \line{ B \flat } } }
>
> I needed something to work in \column. I first tried the quotes which
> didn't
If you put something within double quotes, LilyPond will treat it as
a single character string. In my opinion, this makes perfect sense.
How else would you for example be able to print the text "\flat"
in you needed it?
/Mats
Paul Scott wrote:
\version "2.8.0"
This doesn't work:
{ c''1^\ma
\version "2.8.0"
This doesn't work:
{ c''1^\markup{ "B \flat" } }
These work:
{ c''1^\markup{ B \flat } }
{ c''1^\markup{ \line{ B \flat } } }
I needed something to work in \column. I first tried the quotes which
didn't work and then \line which did. I would prefer the quotes to
work. I