Toby Dylan Hocking writes:

> I recently have started using Lilypond to typeset music. Most
> functions seem to be straightforward and intuitive. Thanks for this
> great piece of free software.

Thanks!

> However, I have one problem, which I suspect is a bug.
>
> I use the following segment in my input file:
>
> \header{
>       title = "Surfin' U.S.S.R."
>       composer = "Toby Dylan Hocking"
>       instrument = "Saxophone in E\flat"
> }

You may try:

    \header{
            title = "Surfin' U.S.S.R."
            composer = "Toby Dylan Hocking"
            instrument = \markup { "Saxophone in E" \flat }
    }

    {
      c
    }

> It seems that this must be a bug. If not, tell me what I am doing
> wrong

I'm not sure, this may be a documentation or compatibility bug; the
\flat macro must be explicitely defined by including feta16.tex to be
used in a TeX string.

Jan.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to