From bil at ccrma.Stanford.EDU Tue Jan 1 06:53:12 2019 From: bil at ccrma.Stanford.EDU (bil at ccrma.Stanford.EDU) Date: Tue, 01 Jan 2019 06:53:12 -0800 Subject: [CM] Snd 19.0 Message-ID: <22a4441b796abc4dc818f1e8a77a646a@ccrma.stanford.edu> Snd 19.0 s7: added (*s7* 'history-enabled) at Kjetil's suggestion. deprecated s7_gc_unprotect (use s7_gc_unprotect_at). added weak-hash-table The main visible s7 change: hash-table* is now hash-table, and the old hash-table is gone. This code can provide backwards compatibility except for some corner cases involving map and for-each: (when (string>=? (s7-version) "8.0") (define hash-table* hash-table) (define (hash-table . args) (apply hash-table* (map (lambda (x) (values (car x) (cdr x))) args)))) checked: sbcl 1.4.14|15 Thanks!: Kjetil Matheussen, James Hearon From orm.finnendahl at selma.hfmdk-frankfurt.de Mon Jan 7 04:18:52 2019 From: orm.finnendahl at selma.hfmdk-frankfurt.de (Orm Finnendahl) Date: Mon, 7 Jan 2019 13:18:52 +0100 Subject: [CM] Sonata.pfa anyone? Message-ID: <20190107121852.GA2792@t480s-orm.localdomain> Hi, Happy new year to all! During the holidays I tried to resurrect scores of old pieces of mine (from around 1990) and managed to get an old Mac OS7 emulator running with my old disks mounted. Unfortunately some scores need the Sonata font and I don't seem to have archived them on any of the old harddrives. Therefore I purchased the Sonata font today. But alas: The Sonata Font nowadays only comes as a ttf file and including them in the ps files leads to incorrect rendering (small gaps between adjacent staff line chars, etc.). Does anybody have access to a pfa (type 1) file of Sonata and could send it to me or put it on my file server here (and give a short notice): https://www.selma.hfmdk-frankfurt.de/selmafile/u/d/7ebd417ab3/ (even better, if you happen to also have the .afm or even the old bitmap suitcases). AFAIK CMN also used the Sonata font so I thought I'd ask here. As I bought the license today I think there shouldn't be a legal problem. -- Orm From Torsten.Anders at beds.ac.uk Mon Jan 7 05:32:08 2019 From: Torsten.Anders at beds.ac.uk (Torsten Anders) Date: Mon, 7 Jan 2019 13:32:08 +0000 Subject: [CM] Sonata.pfa anyone? In-Reply-To: <20190107121852.GA2792@t480s-orm.localdomain> References: <20190107121852.GA2792@t480s-orm.localdomain> Message-ID: <36B854DB-E7FF-40DE-9201-9F528936B411@beds.ac.uk> > CMN also used the Sonata font so I thought I'd ask here Do old CMN output files perhaps help? These files kind of look OK when I open them? Example attached. Best, Torsten > On 7 Jan 2019, at 12:18, Orm Finnendahl wrote: > > Hi, > > Happy new year to all! During the holidays I tried to resurrect scores > of old pieces of mine (from around 1990) and managed to get an old Mac > OS7 emulator running with my old disks mounted. > > Unfortunately some scores need the Sonata font and I don't seem to > have archived them on any of the old harddrives. Therefore I purchased > the Sonata font today. But alas: The Sonata Font nowadays only comes > as a ttf file and including them in the ps files leads to incorrect > rendering (small gaps between adjacent staff line chars, etc.). > > Does anybody have access to a pfa (type 1) file of Sonata and could > send it to me or put it on my file server here (and give a short > notice): > > https://www.selma.hfmdk-frankfurt.de/selmafile/u/d/7ebd417ab3/ > > (even better, if you happen to also have the .afm or even the old > bitmap suitcases). > > AFAIK CMN also used the Sonata font so I thought I'd ask here. As I > bought the license today I think there shouldn't be a legal problem. > > -- > Orm > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > https://cm-mail.stanford.edu/mailman/listinfo/cmdist > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: simple.eps Type: application/postscript Size: 26082 bytes Desc: simple.eps URL: From orm.finnendahl at selma.hfmdk-frankfurt.de Mon Jan 7 06:01:20 2019 From: orm.finnendahl at selma.hfmdk-frankfurt.de (Orm Finnendahl) Date: Mon, 7 Jan 2019 15:01:20 +0100 Subject: [CM] Sonata.pfa anyone? In-Reply-To: <36B854DB-E7FF-40DE-9201-9F528936B411@beds.ac.uk> References: <20190107121852.GA2792@t480s-orm.localdomain> <36B854DB-E7FF-40DE-9201-9F528936B411@beds.ac.uk> Message-ID: <20190107140120.GA6472@t480s-orm.localdomain> Am Montag, den 07. Januar 2019 um 13:32:08 Uhr (+0000) schrieb Torsten Anders: > > Do old CMN output files perhaps help? These files kind of look OK > when I open them? Example attached. It would help tremendously, if the font was included in the file. Unfortunately the glyphs have been tranformed to paths prior to writing the file in the attachment you sent :-( Anybody else? -- Orm ---------------------------------------------------------------------- Prof. Orm Finnendahl Komposition Hochschule f?r Musik und Darstellende Kunst Eschersheimer Landstr. 29-39 60322 Frankfurt am Main From bil at ccrma.Stanford.EDU Mon Jan 7 06:59:50 2019 From: bil at ccrma.Stanford.EDU (bil at ccrma.Stanford.EDU) Date: Mon, 07 Jan 2019 06:59:50 -0800 Subject: [CM] =?utf-8?q?Sonata=2Epfa_anyone=3F?= In-Reply-To: <20190107140120.GA6472@t480s-orm.localdomain> References: <20190107121852.GA2792@t480s-orm.localdomain> <36B854DB-E7FF-40DE-9201-9F528936B411@beds.ac.uk> <20190107140120.GA6472@t480s-orm.localdomain> Message-ID: The original CMN was developed on NeXts where ACL and the Sonata font came as part of the package -- I guess NeXT paid Franz and Adobe. When we move to Linux and PCs, I had to make my own font (the Sonata font was expensive, if I remember right), so I used the MusicTex font as turned into postscript by Matti Koskinen, then glfed.c as an editor to make that font more like the Sonata font. You could turn the bezier curves and whatnot in cmn-glyphs.lisp into a Sonata font replacement, but it's been maybe 25 or 30 years since I knew what that entailed. cmn-glyphs.lisp mentions make-font.cl which says it turns the cmn glyphs into a postscript type 3 font; I think make-font.cl is in the cmn tarball. I haven't even looked at that code in a very long time. From orm.finnendahl at selma.hfmdk-frankfurt.de Mon Jan 7 07:27:56 2019 From: orm.finnendahl at selma.hfmdk-frankfurt.de (Orm Finnendahl) Date: Mon, 7 Jan 2019 16:27:56 +0100 Subject: [CM] Sonata.pfa anyone? In-Reply-To: References: <20190107121852.GA2792@t480s-orm.localdomain> <36B854DB-E7FF-40DE-9201-9F528936B411@beds.ac.uk> <20190107140120.GA6472@t480s-orm.localdomain> Message-ID: <20190107152756.GG6472@t480s-orm.localdomain> Hi Bill, thanks for the answer. I found the cmdist mail below from 1997 from you in the archives that's why I asked. It seems, the Sonata font was on CCRMAs linux machines one time. Best, Orm > linux fonts and CMN (Bill Schottstaedt) > > Date: Mon, 19 May 97 09:36:17 PDT > From: bil (To: cmdist) > To: cmdist > Subject: re: linux fonts and CMN > > CMN does run in ACL 4.3 under Linux. The following > installs the Sonata font, but I haven't yet found a > postscript previewer or tried to send the CMN output to > a printer: > > cd Sonata.font > cp Sonata /usr/X11R6/lib/X11/fonts/Type1/Sonata.pfa > > ;;; this works because the Sonata portion of the directory > ;;; is actually the same format as the thing Linux calls > ;;; a .pfa file > > cd /usr/X11R6/lib/X11/fonts/Type1 > > ;;; now su root if you can > > emacs fonts.dir > add 1 to the first line (in my case I changed 16 to 17) > add this line: > > Sonata.pfa -adobe-sonata-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific > > ;;; this is the X form of the font spec > > do the same in fonts.scale (this step may not be necessary -- I > omitted it and things seemed to work). > > Now if fonts.alias does not exist on the Type1 directory, create > it (i.e. touch fonts.alias), then edit it and add the line: > > Sonata -adobe-sonata-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific > > ;;; this creates the alias "Sonata" for the X font spec > > now return to your home directory as yourself (not root, I think), > and > > xset fp rehash > > ;;; this tells X to update the font path info > > Now you should be able to use the Sonata font! (i.e. xfd -fn Sonata) From taube at illinois.edu Mon Jan 7 07:31:14 2019 From: taube at illinois.edu (Taube, Heinrich K) Date: Mon, 7 Jan 2019 15:31:14 +0000 Subject: [CM] Sonata.pfa anyone? In-Reply-To: References: <20190107121852.GA2792@t480s-orm.localdomain> <36B854DB-E7FF-40DE-9201-9F528936B411@beds.ac.uk> <20190107140120.GA6472@t480s-orm.localdomain> Message-ID: meanwhile there is also the newish, beautiful Bravura Font from Steinberg that is Open Font License (OFL). Its the font they use in Dorico, and Im using it in Harmonia. its terrific and has tons of support for microtonal notation. It also comes as svgs. https://www.smufl.org/fonts/ On Jan 7, 2019, at 8:59 AM, bil at ccrma.Stanford.EDU wrote: The original CMN was developed on NeXts where ACL and the Sonata font came as part of the package -- I guess NeXT paid Franz and Adobe. When we move to Linux and PCs, I had to make my own font (the Sonata font was expensive, if I remember right), so I used the MusicTex font as turned into postscript by Matti Koskinen, then glfed.c as an editor to make that font more like the Sonata font. You could turn the bezier curves and whatnot in cmn-glyphs.lisp into a Sonata font replacement, but it's been maybe 25 or 30 years since I knew what that entailed. cmn-glyphs.lisp mentions make-font.cl which says it turns the cmn glyphs into a postscript type 3 font; I think make-font.cl is in the cmn tarball. I haven't even looked at that code in a very long time. _______________________________________________ Cmdist mailing list Cmdist at ccrma.stanford.edu https://cm-mail.stanford.edu/mailman/listinfo/cmdist -------------- next part -------------- An HTML attachment was scrubbed... URL: From orm.finnendahl at selma.hfmdk-frankfurt.de Mon Jan 7 07:50:11 2019 From: orm.finnendahl at selma.hfmdk-frankfurt.de (Orm Finnendahl) Date: Mon, 7 Jan 2019 16:50:11 +0100 Subject: [CM] Sonata.pfa anyone? In-Reply-To: References: <20190107121852.GA2792@t480s-orm.localdomain> <36B854DB-E7FF-40DE-9201-9F528936B411@beds.ac.uk> <20190107140120.GA6472@t480s-orm.localdomain> Message-ID: <20190107155011.GH6472@t480s-orm.localdomain> Am Montag, den 07. Januar 2019 um 15:31:14 Uhr (+0000) schrieb Taube, Heinrich K: > meanwhile there is also the newish, beautiful Bravura Font from > Steinberg that is Open Font License (OFL). Its the font they use in > Dorico, and Im using it in Harmonia. its terrific and has tons of > support for microtonal notation. It also comes as svgs. unfortunately this won't solve my problem getting the ps files of my old compositions rendered properly. From orm.finnendahl at selma.hfmdk-frankfurt.de Mon Jan 7 11:05:11 2019 From: orm.finnendahl at selma.hfmdk-frankfurt.de (Orm Finnendahl) Date: Mon, 7 Jan 2019 20:05:11 +0100 Subject: [CM] Sonata.pfa anyone? In-Reply-To: <20190107170017.GK6472@t480s-orm.localdomain> References: <20190107121852.GA2792@t480s-orm.localdomain> <36B854DB-E7FF-40DE-9201-9F528936B411@beds.ac.uk> <20190107140120.GA6472@t480s-orm.localdomain> <20190107155011.GH6472@t480s-orm.localdomain> <47F7EFFC-D52A-449A-B18F-FE12EBBCBA16@illinois.edu> <20190107170017.GK6472@t480s-orm.localdomain> Message-ID: <20190107190511.GE18562@t480s-orm.localdomain> Hi all, in the meantime I got a hold of the Sonata pfa and afm files and it works now. Thanks to all for suggestions and help, it really means a lot to me, especially since I was able to resurrect the scores! -- Orm