Comment 1 for bug 387859

Revision history for this message
Bernard Hurley (bernard-marcade) wrote : Re: feta-nummer font not accessed by GNU LilyPond 2.12.1 in ubuntu 9.04

The attached png is generated by the following snippet (from the lilypond documentation) on my system. This suggests that the \number font idoes not choose the correct font.

========== begin snippet ===========

%% Generated by lilypond-book.py
%% Options: [quote,alt=[image of music],indent=0\mm,verbatim]
\include "lilypond-book-preamble.ly"

% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************

\paper {
  #(define dump-extents #t)

  line-width = 160\mm - 2.0 * 0.4\in
  indent = 0\mm
  force-assignment = #""
  line-width = #(- line-width (* mm 3.000000))
}

\layout {

}

% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefileline 407
\markup {
  \number {
    0 1 2 3 4 5 6 7 8 9 . ,
  }
}

% ****************************************************************
% end ly snippet
% ****************************************************************