bug-lilypond
[Top][All Lists]
Advanced

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

Issue 313 in project lilypond


From: codesite-noreply
Subject: Issue 313 in project lilypond
Date: Mon, 26 Feb 2007 15:51:23 -0800

Issue 313: missing warning for \markup{ \override #'(font-name . 
"Other") \flat }
http://code.google.com/p/lilypond/issues/detail?id=313

New issue report by gpermus:
There is no \flat in the "Courier" font type, so there is no flat
displayed.  It would be nice if
lilypond displayed an error message to that effect; it currently
produces no error messages.

 
\version "2.10.19"
\score {
  \relative c'' {
    bes1^\markup{
      \override #'(font-name . "Courier")
      { Ceci n'est pas une B \flat }
% to get \flat, do:
%  \normal-text \flat
    }
  }
}



Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Low Warning-nitpick

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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