Re: Add sans-serif and monospace fonts (issue 224800043 by truer...@gmail.com)

2015-04-01 Thread trueroad
Reviewers: J_lowe, dak, c_sorensen, Message: On 2015/04/01 05:33:59, dak wrote: On 2015/03/31 22:18:11, c_sorensen wrote: On 2015/03/31 15:57:54, dak wrote: Shouldn't we rather be selecting the Courier and Helvetica fonts (standard PostScript) and rely on GhostScript and/or font

Re: Generating music from a list of identifiers

2015-04-01 Thread Jan-Peter Voigt
Hi Trevor, I compiled a short example, that should give you some hints. HTH Jan-Peter Am 01.04.2015 um 13:18 schrieb Trevor Daniels: Hi Schemers I'm struggling to find how to do the following: I have a list of the identifiers of variables which contain either music or #f and I'd like to

Generating music from a list of identifiers

2015-04-01 Thread Trevor Daniels
Hi Schemers I'm struggling to find how to do the following: I have a list of the identifiers of variables which contain either music or #f and I'd like to generate the parallel music of all of them which contain music. I can do this by listing the identifiers explicitly, like this: AllMusic

Re: Generating music from a list of identifiers

2015-04-01 Thread Trevor Daniels
Thanks Jan-Peter That's put me back on course! Trevor - Original Message - From: Jan-Peter Voigt jp.vo...@gmx.de To: lilypond-devel@gnu.org Sent: Wednesday, April 01, 2015 12:45 PM Subject: Re: Generating music from a list of identifiers Hi Trevor, I compiled a short example,

Remove unused event-type general-music (issue 222090043 by david.nales...@gmail.com)

2015-04-01 Thread david . nalesnik
Reviewers: , Message: Please review. Thanks! Description: Remove unused event-type general-music Please review this at https://codereview.appspot.com/222090043/ Affected files (+105, -109 lines): M input/regression/scheme-text-spanner.ly M scm/define-music-types.scm

Re: Remove unused event-type general-music (issue 222090043 by david.nales...@gmail.com)

2015-04-01 Thread david . nalesnik
https://codereview.appspot.com/222090043/diff/1/scm/define-music-types.scm File scm/define-music-types.scm (right): https://codereview.appspot.com/222090043/diff/1/scm/define-music-types.scm#newcode343 scm/define-music-types.scm:343: (types . ()) Should Music be given a type? According to

Re: Generating music from a list of identifiers

2015-04-01 Thread David Kastrup
Trevor Daniels t.dani...@treda.co.uk writes: David Kastrup wrote Wednesday, April 01, 2015 8:36 PM Untested: #(simultaneous-music (filter ly:music? (map (lambda (x) (ly:parser-lookup parser x)) (map string-symbol AllMusicNames Thanks David. I must be gaining some small

Re: Add sans-serif and monospace fonts (issue 224800043 by truer...@gmail.com)

2015-04-01 Thread Werner LEMBERG
Moreover, in my experiment, pango can't handle the ligature of PostScript Type1 font (.pfb with .afm or .pfm). It can handle the ligature of OpenType font (.otf). If you assumption is correct, this is clearly a bug. Looking into the source code of Pango, I can't find a reference to the

Re: Add sans-serif and monospace fonts (issue 224800043 by truer...@gmail.com)

2015-04-01 Thread dak
On 2015/04/01 10:35:03, trueroad wrote: On 2015/04/01 05:33:59, dak wrote: On 2015/03/31 22:18:11, c_sorensen wrote: On 2015/03/31 15:57:54, dak wrote: Shouldn't we rather be selecting the Courier and Helvetica fonts (standard PostScript) and rely on GhostScript and/or font

Re: Generating music from a list of identifiers

2015-04-01 Thread Trevor Daniels
David Kastrup wrote Wednesday, April 01, 2015 8:36 PM Trevor Daniels t.dani...@treda.co.uk writes: I'm struggling to find how to do the following: I have a list of the identifiers of variables which contain either music or #f and I'd like to generate the parallel music of all of them

Re: Generating music from a list of identifiers

2015-04-01 Thread David Kastrup
Trevor Daniels t.dani...@treda.co.uk writes: Hi Schemers I'm struggling to find how to do the following: I have a list of the identifiers of variables which contain either music or #f and I'd like to generate the parallel music of all of them which contain music. I can do this by