% Note the missing flat in the markup.
% Should \flat use the flat sign from Lilypond's font,
% or is this something I'm not supposed to want to do?

\version "2.10.19"
\include "english.ly"
\score {
  \relative c'' {
    bf1^\markup{
      \override #'(font-name . "Courier")
      { Ceci n'est pas une B \flat }
    }
  }
}

% Thanks,
% Dan



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to