Re: rounded number to an integer? Disregard last post

2021-01-02 Thread Freeman Gilmore
Disregard this post. inexact->exact does what i want just fine. Thank you, ƒg On Sun, Jan 3, 2021 at 12:08 AM Freeman Gilmore wrote: > > > On Sat, Jan 2, 2021 at 11:10 PM Aaron Hill > wrote: > >> On 2021-01-02 7:38 pm, Freeman Gilmore wrote: >> > How do I change a rounded number (decimal numb

Re: New version of Spontini-Editor with many new features

2021-01-02 Thread Paolo Prete
Hello, Please delete the "spontinivenv" directory inside lib/python and run again the program. If this doesn't solve, file an issue in github. On Saturday, January 2, 2021, Knute Snortum wrote: > This is my experience with installing Spontini: > > $ 6 Feb 1 2020 > /usr/share/bash-completion/c

Re: rounded number to an integer?

2021-01-02 Thread Freeman Gilmore
On Sat, Jan 2, 2021 at 11:10 PM Aaron Hill wrote: > On 2021-01-02 7:38 pm, Freeman Gilmore wrote: > > How do I change a rounded number (decimal number) to an integer? > > Example: (round 60.76) ==> 61.0 want ==> 61 > > inexact->exact will do that. > > > (inexact->exact (round 60.76)) >

Re: rounded number to an integer?

2021-01-02 Thread Aaron Hill
On 2021-01-02 7:38 pm, Freeman Gilmore wrote: How do I change a rounded number (decimal number) to an integer? Example: (round 60.76) ==> 61.0 want ==> 61 inexact->exact will do that. (inexact->exact (round 60.76)) => 61 For: #(define try (/ (round 60.76) 64)) #(write try)

rounded number to an integer?

2021-01-02 Thread Freeman Gilmore
How do I change a rounded number (decimal number) to an integer? Example: (round 60.76) ==> 61.0 want ==> 61 For: #(define try (/ (round 60.76) 64)) #(write try) ==> 0.953125 Want ==> 61/64 Thank you, ƒg

How does LilyPond handle missing Unicode glyphs?

2021-01-02 Thread Georger Araujo
Hi, I have created a short example in [1] which has some Unicode glyphs. On my local installation of LilyPond 2.20.0 on Windows 10 I get the expected output (see the attached file), whereas on LilyBin the Unicode glyphs are not rendered. How does LilyPond handle missing Unicode glyphs? Best regard

Re: New version of Spontini-Editor with many new features

2021-01-02 Thread Knute Snortum
This is my experience with installing Spontini: $ python3 SpontiniServer.py Traceback (most recent call last): File "SpontiniServer.py", line 32, in from tkinter.messagebox import showerror ModuleNotFoundError: No module named 'tkinter' installed python3-tk, then... 2021-01-02 14:32:53 [I

New version of Spontini-Editor with many new features

2021-01-02 Thread Paolo Prete
Hi everyone and happy (or, at least, let's hope so) new year, in these very hard months I have taken, in some way, advantage of the lock down and created a new version of the Spontini editor that includes many and many new features. In particular, the editor is now equipped with a self-installable

Re: More than 16 MIDI instruments

2021-01-02 Thread ebenezer
As a follow up, I have found that importing the MIDI file into MuseScore allows one to hear all of the instruments as written (apart from a few minor oddities). There does not appear to be a 16 instrument limit, so this is useful for quick experimentation and checking for wrong notes. However,

Re: A comment about the documentation

2021-01-02 Thread Thomas Morley
Am Sa., 2. Jan. 2021 um 00:37 Uhr schrieb Thomas Morley : > > Am Fr., 1. Jan. 2021 um 23:25 Uhr schrieb Thomas Morley > : > > > > Am Fr., 1. Jan. 2021 um 20:24 Uhr schrieb David Nalesnik > > : > > > > > > Hi Harm, > > > > > > On Fri, Jan 1, 2021 at 12:44 PM Thomas Morley > > > wrote: > > > > > >

Re: A comment about the documentation

2021-01-02 Thread Werner LEMBERG
> Perhaps Hans can help you do the build using MacPorts. BTW, all ingredients for building the complete documentation on a mac with MacPorts are there, AFAIK – except texi2html 1.82, for which no MacPorts package exists (yet). Werner