lilypond-devel
[Top][All Lists]
Advanced

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

make web fails #2


From: Han-Wen Nienhuys
Subject: make web fails #2
Date: Wed, 18 Aug 2004 22:28:26 +0200

address@hidden writes:
>    ?: 36* [fret-diagram-terse-markup #< Output_def> ((#) (#) (# # # ...) ...) 
> ...]
> In /home/nicolas/cvs/lilypond/share/lilypond/scm/fret-diagrams.scm:
>  560: 37* (let (#) (make-fret-diagram paper # #))
>  561: 38  [make-fret-diagram #< Output_def> ((#) (#) (#) ...) ...]
>  342: 39  (let* (# # # # ...) (if # #) (if # #) ...)
>  378: 40* (if (not #) (set! fret-diagram-stencil #))
>  379: 41  (set! fret-diagram-stencil (ly:stencil-add # fret-diagram-stencil))
>  379: 42* [ly:stencil-add ...
>  380: 43* [draw-dots #< Output_def> ((#) (#) (#) (# # # # ...) ...) 6 ...]
>  135: 44  (let* (# # # # ...) (if # labeled-dot-stencil #))
>  156: 45* [ly:paper-get-font #< Output_def> ...
>  160: 46* (quasiquote ((# # # # ...)))
> 
> /home/nicolas/cvs/lilypond/share/lilypond/scm/fret-diagrams.scm:160:92: In 
> expression (quasiquote (#)):
> /home/nicolas/cvs/lilypond/share/lilypond/scm/fret-diagrams.scm:160:92: 
> Unbound variable: ss-font-encoding
> 
> 
> The attached patch seems to correct it.
> 
> Index: scm/fret-diagrams.scm
> ===================================================================
> RCS file: /cvsroot/lilypond/lilypond/scm/fret-diagrams.scm,v
> retrieving revision 1.14
> diff -u -r1.14 fret-diagrams.scm
> --- scm/fret-diagrams.scm     9 Aug 2004 03:12:02 -0000       1.14
> +++ scm/fret-diagrams.scm     18 Aug 2004 20:16:36 -0000
> @@ -5,7 +5,7 @@
>  ;;;; (c) 2004 Carl D. Sorensen <address@hidden>
>  
>  (define ly:paper-lookup ly:output-def-lookup) ; compat for 2.3, remove  when 
> using 2.2
> -(define my-font-encoding 'ec )

> +(define ss-font-encoding 'ec )

this superfluous and will actually break font settings for someone who
is using different sets of text fonts.

Carl, can you select fonts by tacking any properties you need (and
only those) onto the props variable passed via the markup system? It
will make sure you select text fonts in the appropriate encoding. 

-- 

 Han-Wen Nienhuys   |   address@hidden   |   http://www.xs4all.nl/~hanwen 





reply via email to

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