Re: Using rumor with Docker container on MacOS

2019-10-30 Thread Hans Åberg


> On 30 Oct 2019, at 02:15, Carl Sorensen  wrote:
> 
>Frescobaldi 3 (without Rumor) also supports MIDI input.
> 
> Yes, but it only gets the notes.  Rumor will also capture durations.

For what it is worth, one can record it in GarageBand, select the track and 
copy, which produces a textual representation of the MIDI events on the 
clipboard.





Re: Using rumor with Docker container on MacOS

2019-10-30 Thread Federico Bruni
Il giorno mer 30 ott 2019 alle 01:15, Carl Sorensen 
 ha scritto:

Frescobaldi 3 (without Rumor) also supports MIDI input.

Yes, but it only gets the notes.  Rumor will also capture durations.  
From reading the Frescobaldi docs, there used to be a Rumor plugin.  
Now it appears we no longer have a Rumor plugin, but the base MIDI 
input ignores durations.


Is there a way to get durations off a MIDI keyboard in Frescobaldi?


No.

If you use current master, you can type the durations first, e.g.:

s2 s4. s8

and then replace the spacer rests with the notes played on keyboard.
This feature has been merged last month. This was the original PR:
https://github.com/frescobaldi/frescobaldi/pull/1039

See also these discussions:
https://github.com/frescobaldi/frescobaldi/issues/865
https://github.com/frescobaldi/frescobaldi/issues/839






Re: Using rumor with Docker container on MacOS

2019-10-29 Thread Carl Sorensen


On 10/28/19, 11:36 PM, "Federico Bruni"  wrote:



Il giorno lun 28 ott 2019 alle 01:34, Carl Sorensen 
 ha scritto:
> I have a friend who has seen my lilypond work and would like to get 
> involved with lilypond.
> 
> He would like to use a MIDI keyboard, rather than the keyboard, to be 
> able to input music.
> 
> Frescobaldi with rumor appears to meet his needs, except for the fact 
> that rumor is only supported on Linux systems, and he uses MacOS
> 

Frescobaldi 3 (without Rumor) also supports MIDI input.

Yes, but it only gets the notes.  Rumor will also capture durations.  From 
reading the Frescobaldi docs, there used to be a Rumor plugin.  Now it appears 
we no longer have a Rumor plugin, but the base MIDI input ignores durations.

Is there a way to get durations off a MIDI keyboard in Frescobaldi?

Thanks,

Carl





> I have seen no MacPorts or Homebrew solutions for using rumor.  So I 
> was hoping to set up rumor to use with one of the Docker containers 
> for LilyDev (preferably the lilypond container, rather than the 
> lilydev container).
> 
> I have never used Docker before, but I was able to get it set up with 
> a few false starts (thanks, Federico!).
> 
> Could somebody (maybe Federico) give me some pointers on how I might 
> add rumor to a Docker container?  Or maybe set up a new Docker 
> container?  Since rumor doesn't add the music into Lilypond files, as 
> I understand it, but instead creates music to be pasted into a 
> lilypond source file, I think I could use rumor in a Docker 
> container, and paste the results of a rumor run into a Frescobaldi 
> window.
> 

You should thank Dan Eble for all the work on the Docker container.
I think you can just add the rumor package in the Dockerfile and build 
the image.







Re: Using rumor with Docker container on MacOS

2019-10-28 Thread Federico Bruni




Il giorno lun 28 ott 2019 alle 01:34, Carl Sorensen 
 ha scritto:
I have a friend who has seen my lilypond work and would like to get 
involved with lilypond.


He would like to use a MIDI keyboard, rather than the keyboard, to be 
able to input music.


Frescobaldi with rumor appears to meet his needs, except for the fact 
that rumor is only supported on Linux systems, and he uses MacOS




Frescobaldi 3 (without Rumor) also supports MIDI input.


I have seen no MacPorts or Homebrew solutions for using rumor.  So I 
was hoping to set up rumor to use with one of the Docker containers 
for LilyDev (preferably the lilypond container, rather than the 
lilydev container).


I have never used Docker before, but I was able to get it set up with 
a few false starts (thanks, Federico!).


Could somebody (maybe Federico) give me some pointers on how I might 
add rumor to a Docker container?  Or maybe set up a new Docker 
container?  Since rumor doesn't add the music into Lilypond files, as 
I understand it, but instead creates music to be pasted into a 
lilypond source file, I think I could use rumor in a Docker 
container, and paste the results of a rumor run into a Frescobaldi 
window.




You should thank Dan Eble for all the work on the Docker container.
I think you can just add the rumor package in the Dockerfile and build 
the image.







Re: Using rumor with Docker container on MacOS

2019-10-28 Thread Carl Sorensen


On 10/28/19, 12:25 AM, "Henning Hraban Ramm"  wrote:


> Am 2019-10-28 um 02:34 schrieb Carl Sorensen :
> 
> I have a friend who has seen my lilypond work and would like to get 
involved with lilypond.
> 
> He would like to use a MIDI keyboard, rather than the keyboard, to be 
able to input music.
> 
> Frescobaldi with rumor appears to meet his needs, except for the fact 
that rumor is only supported on Linux systems, and he uses MacOS
> 
> I have seen no MacPorts or Homebrew solutions for using rumor.  So I was 
hoping to set up rumor to use with one of the Docker containers for LilyDev 
(preferably the lilypond container, rather than the lilydev container).
> 
> I have never used Docker before, but I was able to get it set up with a 
few false starts (thanks, Federico!).
> 
> Could somebody (maybe Federico) give me some pointers on how I might add 
rumor to a Docker container?  Or maybe set up a new Docker container?  Since 
rumor doesn't add the music into Lilypond files, as I understand it, but 
instead creates music to be pasted into a lilypond source file, I think I could 
use rumor in a Docker container, and paste the results of a rumor run into a 
Frescobaldi window.
> 
> Anyway, if anybody could give me a brief synopsis of how I would go about 
it (or even better, if somebody knows of a Docker setup, Homebrew cask, or 
MacPorts portfile that supports rumor), could you please let me know?

Did you try to just compile it on OSX?

Yes, I tried to just compile it on OSX.  But I couldn't even get it to 
configure.  I think it's because I likely don't have autotools installed.

Carls-MBP:rumor-1.0.5 carlsorensen$ ./autogen.sh
./autogen.sh: line 2: aclocal: command not found
./autogen.sh: line 3: autoheader: command not found
./autogen.sh: line 4: automake: command not found
./autogen.sh: line 5: autoconf: command not found

I believe that if I install MacPorts, I will get the autotools installed.  I'm 
not sure if that will happen if I install Homebrew.

I've had some problems in the past with clashes between MacPorts and Homebrew, 
so I'm a bit skittish about installing either of those package managers without 
having a clear vision forward of how to get to my end goal.

I see it depends on guile-2.0 (that might be a conflict with LilyPond, but 
you can probably have several versions installed) and ALSA (which is also not 
available on MacPorts, and I don’t know if it would work on OSX, since it 
probably conflicts with the sound drivers of macOS).

I guess an additional problem might be that Apple severely restricts 
hardware access, e.g. I can’t access USB-Serial for programming 
microcontrollers, because Apple only allows signed drivers on current systems, 
even while there’s no driver necessary. Don’t know if that applies to ALSA or 
USB-MIDI, but I suppose.

I have been able to access USB-Serial for programming microcontrollers on my 
system, but maybe it's because I'm using signed drivers

Thanks,

Carl
 



Re: Using rumor with Docker container on MacOS

2019-10-28 Thread Henning Hraban Ramm


> Am 2019-10-28 um 02:34 schrieb Carl Sorensen :
> 
> I have a friend who has seen my lilypond work and would like to get involved 
> with lilypond.
> 
> He would like to use a MIDI keyboard, rather than the keyboard, to be able to 
> input music.
> 
> Frescobaldi with rumor appears to meet his needs, except for the fact that 
> rumor is only supported on Linux systems, and he uses MacOS
> 
> I have seen no MacPorts or Homebrew solutions for using rumor.  So I was 
> hoping to set up rumor to use with one of the Docker containers for LilyDev 
> (preferably the lilypond container, rather than the lilydev container).
> 
> I have never used Docker before, but I was able to get it set up with a few 
> false starts (thanks, Federico!).
> 
> Could somebody (maybe Federico) give me some pointers on how I might add 
> rumor to a Docker container?  Or maybe set up a new Docker container?  Since 
> rumor doesn't add the music into Lilypond files, as I understand it, but 
> instead creates music to be pasted into a lilypond source file, I think I 
> could use rumor in a Docker container, and paste the results of a rumor run 
> into a Frescobaldi window.
> 
> Anyway, if anybody could give me a brief synopsis of how I would go about it 
> (or even better, if somebody knows of a Docker setup, Homebrew cask, or 
> MacPorts portfile that supports rumor), could you please let me know?

Did you try to just compile it on OSX?

I see it depends on guile-2.0 (that might be a conflict with LilyPond, but you 
can probably have several versions installed) and ALSA (which is also not 
available on MacPorts, and I don’t know if it would work on OSX, since it 
probably conflicts with the sound drivers of macOS).

I guess an additional problem might be that Apple severely restricts hardware 
access, e.g. I can’t access USB-Serial for programming microcontrollers, 
because Apple only allows signed drivers on current systems, even while there’s 
no driver necessary. Don’t know if that applies to ALSA or USB-MIDI, but I 
suppose.

Greetlings, Hraban
---
fiëé visuëlle
Henning Hraban Ramm
https://www.fiee.net







Using rumor with Docker container on MacOS

2019-10-27 Thread Carl Sorensen
I have a friend who has seen my lilypond work and would like to get involved 
with lilypond.

He would like to use a MIDI keyboard, rather than the keyboard, to be able to 
input music.

Frescobaldi with rumor appears to meet his needs, except for the fact that 
rumor is only supported on Linux systems, and he uses MacOS

I have seen no MacPorts or Homebrew solutions for using rumor.  So I was hoping 
to set up rumor to use with one of the Docker containers for LilyDev 
(preferably the lilypond container, rather than the lilydev container).

I have never used Docker before, but I was able to get it set up with a few 
false starts (thanks, Federico!).

Could somebody (maybe Federico) give me some pointers on how I might add rumor 
to a Docker container?  Or maybe set up a new Docker container?  Since rumor 
doesn't add the music into Lilypond files, as I understand it, but instead 
creates music to be pasted into a lilypond source file, I think I could use 
rumor in a Docker container, and paste the results of a rumor run into a 
Frescobaldi window.

Anyway, if anybody could give me a brief synopsis of how I would go about it 
(or even better, if somebody knows of a Docker setup, Homebrew cask, or 
MacPorts portfile that supports rumor), could you please let me know?

Thanks,

Carl




Re: Rumor: installing from repository without texlive

2015-12-14 Thread David Kastrup
tapani <simoj...@yahoo.com> writes:

> I'm trying to install Rumor from the Ubuntu (14.10) repository, but it
> includes the following dependencies: tex-common, texinfo and
> texlive-binaries.

Two questions: what are you trying to use it with?

> I prefer to install texlive vanilla from source, but apt-get doesn't
> seem to recognise it in this case (it does in others). Is there a way
> round this, other than compiling rumor from source?

Just install the system texlive if you can spare the space.  That's the
least maintenance-intensive solution.  Then point your PATH variable to
look at your TeXlive binary directory first.

For AUCTeX, I have a command that lets me select between system and
various manually installed TeXlive versions.  If you are using Emacs, I
can post the code to do that here.

-- 
David Kastrup

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Rumor: installing from repository without texlive

2015-12-14 Thread Kevin Barry
There is a command to tell apt that you have manually installed a
particular package. I can't look it up now as I am doing this on my phone,
but maybe someone else here will know it or you can Google it.

Kevin
On 14 Dec 2015 12:37 p.m., "tapani" <simoj...@yahoo.com> wrote:

> I'm trying to install Rumor from the Ubuntu (14.10) repository, but it
> includes the following dependencies: tex-common, texinfo and
> texlive-binaries. I prefer to install texlive vanilla from source, but
> apt-get doesn't seem to recognise it in this case (it does in others). Is
> there a way round this, other than compiling rumor from source?
>
> Many thanks.
>
> Tapani
>
>
>
> --
> View this message in context:
> http://lilypond.1069038.n5.nabble.com/Rumor-installing-from-repository-without-texlive-tp184763.html
> Sent from the User mailing list archive at Nabble.com.
>
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Rumor: installing from repository without texlive

2015-12-14 Thread tapani
Thanks for both answers – I found it. For future reference:

sudo apt-get download rumor
sudo dpkg -i rumor*.deb
sudo apt-get install -f (for missing guile library)

Tapani



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Rumor-installing-from-repository-without-texlive-tp184763p184769.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Rumor plugin for Frescobaldi

2013-05-03 Thread Johan Vromans
I'm running Frescobaldi 2.0.9 on Fedora 17. 

There is supposed to be a Rumor plugin but I can't find it. Am I
overlooking something?

-- Johan

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Rumor plugin for Frescobaldi

2013-05-03 Thread Wilbert Berendsen
Op Fri, 03 May 2013 20:07:56 +0200
Johan Vromans jvrom...@squirrel.nl schreef:

 I'm running Frescobaldi 2.0.9 on Fedora 17. 
 
 There is supposed to be a Rumor plugin but I can't find it. Am I
 overlooking something?

Not in 2.x unfortunately.

-- 
Wilbert Berendsen
(http://www.wilbertberendsen.nl)


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-12 Thread Federico Bruni

Il 12/01/2013 07:28, Martin Tarenskeen ha scritto:


I have not yet seen a single person who really likes Unity, Gnome3, or
Windows 8. To name just a few innovative products for a better
desktop experience (blablabla)


I really like Gnome3 :-)
Never tried the others
--
Federico

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-12 Thread SoundsFromSound
Yea, I do have a Linux Mint laptop and I believe I have not seen this bug on
that machine, though I haven't touched it in a while.  I didn't know you
could use Cinnamon on Ubuntu though, that's awesome. Trying it out now,
thank you for the tip!

MATE is ok, to each their own...I noticed it runs better on older machines
but imo Cinnamon is the future of Mint.

Ben


Nick Payne-3 wrote
 On 12/01/13 16:44, SoundsFromSound wrote:
 Ok

 I installed Gnome and tried GNOME, GNOME classic, and GNOME no effects.

 All GNOME and Unity still show the menu bug so I guess it's the way it
 has
 to be for now.
 I'll just learn keyboard shortcuts :)
 
 You could try the Cinnamon desktop. I'm using Mint 14, which is 
 basically Ubuntu 12.10 with Cinnamon as the desktop, and I don't see 
 that menu bug. You can install Cinnamon on Ubuntu:
 
 sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable
 sudo apt-get update
 sudo apt-get install cinnamon
 
 and then logout and choose Cinnamon as the desktop manager at the login 
 screen.
 
 Nick
 
 ___
 lilypond-user mailing list

 lilypond-user@

 https://lists.gnu.org/mailman/listinfo/lilypond-user





-
composer | sound designer
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/RUMOR-Midi-utility-Frescobaldi-Menu-Error-tp138931p139389.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-12 Thread SoundsFromSound
Hmm, I can't get this to work.  It's installed OK and I choose it from the
pull down login menu, signed in, but Unity is still there, nothing looks any
different and the bug is still present.  How do you load Cinnamon once
it's installed, because selecting it from the login screen (for me) does
nothing.

Thanks for the help.
Ben



Nick Payne-3 wrote
 On 12/01/13 16:44, SoundsFromSound wrote:
 Ok

 I installed Gnome and tried GNOME, GNOME classic, and GNOME no effects.

 All GNOME and Unity still show the menu bug so I guess it's the way it
 has
 to be for now.
 I'll just learn keyboard shortcuts :)
 
 You could try the Cinnamon desktop. I'm using Mint 14, which is 
 basically Ubuntu 12.10 with Cinnamon as the desktop, and I don't see 
 that menu bug. You can install Cinnamon on Ubuntu:
 
 sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable
 sudo apt-get update
 sudo apt-get install cinnamon
 
 and then logout and choose Cinnamon as the desktop manager at the login 
 screen.
 
 Nick
 
 ___
 lilypond-user mailing list

 lilypond-user@

 https://lists.gnu.org/mailman/listinfo/lilypond-user





-
composer | sound designer
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/RUMOR-Midi-utility-Frescobaldi-Menu-Error-tp138931p139391.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-12 Thread SoundsFromSound
Disregard: apologies.
For some reason Ubuntu was not accepting my OK click on the button after
selecting Cinnamon.  Not sure what happened, but after a reboot - it's
working great now - thank you again!

Ben


SoundsFromSound wrote
 Hmm, I can't get this to work.  It's installed OK and I choose it from the
 pull down login menu, signed in, but Unity is still there, nothing looks
 any different and the bug is still present.  How do you load Cinnamon
 once it's installed, because selecting it from the login screen (for me)
 does nothing.
 
 Thanks for the help.
 Ben
 
 Nick Payne-3 wrote
 On 12/01/13 16:44, SoundsFromSound wrote:
 Ok

 I installed Gnome and tried GNOME, GNOME classic, and GNOME no effects.

 All GNOME and Unity still show the menu bug so I guess it's the way it
 has
 to be for now.
 I'll just learn keyboard shortcuts :)
 
 You could try the Cinnamon desktop. I'm using Mint 14, which is 
 basically Ubuntu 12.10 with Cinnamon as the desktop, and I don't see 
 that menu bug. You can install Cinnamon on Ubuntu:
 
 sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable
 sudo apt-get update
 sudo apt-get install cinnamon
 
 and then logout and choose Cinnamon as the desktop manager at the login 
 screen.
 
 Nick
 
 ___
 lilypond-user mailing list

 lilypond-user@

 https://lists.gnu.org/mailman/listinfo/lilypond-user





-
composer | sound designer
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/RUMOR-Midi-utility-Frescobaldi-Menu-Error-tp138931p139392.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-11 Thread SoundsFromSound
Which is preferred something simple like this? Is there really no other way
to prevent this mile-long menu bug in Frescobaldi/LilyPond on Ubuntu 12.10? 

Thanks.


Shane Brandes wrote
 apt get xfce or gnome, that will solve that issue.
 Shane
 
 On Thu, Jan 10, 2013 at 1:23 PM, Noeck lt;

 noeck.marburg@

 gt; wrote:
 
  I've been using Ubuntu for a few years now, so I know what you mean -
 there
  /used /to be a pull down/GNOME menu, but I haven't seen it since 12.10.

 Ah, I still use 12.04.
 There I had the choice between Ubuntu and Ubuntu2D and the gnome-options
 came with the gnome-panel package. I know that Ubuntu 2D has been
 removed, so probably that's the reason why do not have any choice.

 Joram

 ___
 lilypond-user mailing list
 

 lilypond-user@

 https://lists.gnu.org/mailman/listinfo/lilypond-user

 
 ___
 lilypond-user mailing list

 lilypond-user@

 https://lists.gnu.org/mailman/listinfo/lilypond-user





-
composer | sound designer
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/RUMOR-Midi-utility-Frescobaldi-Menu-Error-tp138931p139328.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-11 Thread SoundsFromSound
Ok 

I installed Gnome and tried GNOME, GNOME classic, and GNOME no effects.

All GNOME and Unity still show the menu bug so I guess it's the way it has
to be for now.
I'll just learn keyboard shortcuts :)

Ben


SoundsFromSound wrote
 Which is preferred something simple like this? Is there really no other
 way to prevent this mile-long menu bug in Frescobaldi/LilyPond on Ubuntu
 12.10? 
 
 Thanks.
 Shane Brandes wrote
 apt get xfce or gnome, that will solve that issue.
 Shane
 
 On Thu, Jan 10, 2013 at 1:23 PM, Noeck lt;

 noeck.marburg@

 gt; wrote:
 
  I've been using Ubuntu for a few years now, so I know what you mean -
 there
  /used /to be a pull down/GNOME menu, but I haven't seen it since
 12.10.

 Ah, I still use 12.04.
 There I had the choice between Ubuntu and Ubuntu2D and the gnome-options
 came with the gnome-panel package. I know that Ubuntu 2D has been
 removed, so probably that's the reason why do not have any choice.

 Joram

 ___
 lilypond-user mailing list
 

 lilypond-user@

 https://lists.gnu.org/mailman/listinfo/lilypond-user

 
 ___
 lilypond-user mailing list

 lilypond-user@

 https://lists.gnu.org/mailman/listinfo/lilypond-user





-
composer | sound designer
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/RUMOR-Midi-utility-Frescobaldi-Menu-Error-tp138931p139351.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-11 Thread Nick Payne

On 12/01/13 16:44, SoundsFromSound wrote:

Ok

I installed Gnome and tried GNOME, GNOME classic, and GNOME no effects.

All GNOME and Unity still show the menu bug so I guess it's the way it has
to be for now.
I'll just learn keyboard shortcuts :)


You could try the Cinnamon desktop. I'm using Mint 14, which is 
basically Ubuntu 12.10 with Cinnamon as the desktop, and I don't see 
that menu bug. You can install Cinnamon on Ubuntu:


sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable
sudo apt-get update
sudo apt-get install cinnamon

and then logout and choose Cinnamon as the desktop manager at the login 
screen.


Nick
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-11 Thread Martin Tarenskeen



On Sat, 12 Jan 2013, Nick Payne wrote:


On 12/01/13 16:44, SoundsFromSound wrote:

Ok 


I installed Gnome and tried GNOME, GNOME classic, and GNOME no effects.

All GNOME and Unity still show the menu bug so I guess it's the way it has
to be for now.
I'll just learn keyboard shortcuts :)


You could try the Cinnamon desktop. I'm using Mint 14, which is basically 
Ubuntu 12.10 with Cinnamon as the desktop, and
I don't see that menu bug. You can install Cinnamon on Ubuntu:

sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable
sudo apt-get update
sudo apt-get install cinnamon


Slightly off-topic, but:

Has anyone tried the MATE desktop yet ?

BTW:

I have not yet seen a single person who really likes Unity, Gnome3, or 
Windows 8. To name just a few innovative products for a better desktop 
experience (blablabla)


--

MT

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-10 Thread Noeck


Am 10.01.2013 05:29, schrieb SoundsFromSound:
 I'm sorry but this does not work.  The man icon only shows:
 
 Onscreen Keyboard
 High Contrast 
 Screen Reader
 
 How should I proceed?

The man is something else.

Try the circle (Ubuntu icon) or footprint (Gnome icon) right next to
your user name. That should give you a choice of desktops environments.
You could try Gnome classic or Ubuntu 2D if that's in the list.

I do not have this problem with the package gnome-panel, which restores
the pre-unity look.

Cheers,
Joram

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-10 Thread SoundsFromSound
I promise you, I've tried clicking my entire login screen, on 12.10 and there
is nothing to interact with.  Just the upper panel/bar with the man icon,
keyboard, date, etc.  and my login name/password.

I've clicked all around.
What am I missing? 
I've been using Ubuntu for a few years now, so I know what you mean - there
/used /to be a pull down/GNOME menu, but I haven't seen it since 12.10.
Maybe I have to install something to enable it now? :\

Thanks!


Noeck wrote
 Am 10.01.2013 05:29, schrieb SoundsFromSound:
 I'm sorry but this does not work.  The man icon only shows:
 
 Onscreen Keyboard
 High Contrast 
 Screen Reader
 
 How should I proceed?
 
 The man is something else.
 
 Try the circle (Ubuntu icon) or footprint (Gnome icon) right next to
 your user name. That should give you a choice of desktops environments.
 You could try Gnome classic or Ubuntu 2D if that's in the list.
 
 I do not have this problem with the package gnome-panel, which restores
 the pre-unity look.
 
 Cheers,
 Joram
 
 ___
 lilypond-user mailing list

 lilypond-user@

 https://lists.gnu.org/mailman/listinfo/lilypond-user





-
composer | sound designer
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/RUMOR-Midi-utility-Frescobaldi-Menu-Error-tp138931p139255.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-10 Thread David Kastrup
SoundsFromSound soundsfromso...@gmail.com writes:

 I promise you, I've tried clicking my entire login screen, on 12.10 and there
 is nothing to interact with.  Just the upper panel/bar with the man icon,
 keyboard, date, etc.  and my login name/password.

 I've clicked all around.
 What am I missing? 
 I've been using Ubuntu for a few years now, so I know what you mean - there
 /used /to be a pull down/GNOME menu, but I haven't seen it since 12.10.
 Maybe I have to install something to enable it now? :\

Maybe

sudo apt-get install gnome-session

or so?  It would likely install what it needs to run, and that would
hopefully include some selector on the login screen.

-- 
David Kastrup


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-10 Thread Noeck
 I've been using Ubuntu for a few years now, so I know what you mean - there
 /used /to be a pull down/GNOME menu, but I haven't seen it since 12.10.

Ah, I still use 12.04.
There I had the choice between Ubuntu and Ubuntu2D and the gnome-options
came with the gnome-panel package. I know that Ubuntu 2D has been
removed, so probably that's the reason why do not have any choice.

Joram

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-10 Thread Shane Brandes
apt get xfce or gnome, that will solve that issue.
Shane

On Thu, Jan 10, 2013 at 1:23 PM, Noeck noeck.marb...@gmx.de wrote:

  I've been using Ubuntu for a few years now, so I know what you mean -
 there
  /used /to be a pull down/GNOME menu, but I haven't seen it since 12.10.

 Ah, I still use 12.04.
 There I had the choice between Ubuntu and Ubuntu2D and the gnome-options
 came with the gnome-panel package. I know that Ubuntu 2D has been
 removed, so probably that's the reason why do not have any choice.

 Joram

 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-09 Thread SoundsFromSound
I'm sorry but this does not work.  The man icon only shows:

Onscreen Keyboard
High Contrast 
Screen Reader

How should I proceed?





-
composer | sound designer
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/RUMOR-Midi-utility-Frescobaldi-Menu-Error-tp138931p139216.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-08 Thread SoundsFromSound
I am on Ubuntu 12.10 - how can I log in as anything other than the default
Unity? I have no pull-down menus or options on my generic/default login
screen with my user name.  It just logs me in w/ a password, as normal.

Thanks for the help! I'd really like to avoid/fix this bug...it's killing my
workflow. 
;)


martinwguy wrote
 On 7 January 2013 13:51, Noeck lt;

 noeck.marburg@

 gt; wrote:
 I also saw that with Frescobaldi under ubuntu (with the default unity
 desktop). It might be connected to the global menu of unity, because it
 never occured with the gnome-panel interface
 
 Confirmed. I use gnome and couldn't see it. Switch to guest session
 (unity, hardly ever used) and poof! each clik on Insert adds all the
 items to the menu.
 
 At https://bugs.launchpad.net/ubuntu/+source/frescobaldi/+bug/1058911
 you can log in and hit this bug affects me too to increase the
 priority of that bug.
 
 M
 
 ___
 lilypond-user mailing list

 lilypond-user@

 https://lists.gnu.org/mailman/listinfo/lilypond-user





-
composer | sound designer
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/RUMOR-Midi-utility-Frescobaldi-Menu-Error-tp138931p139021.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-08 Thread David Kastrup
SoundsFromSound soundsfromso...@gmail.com writes:

 I am on Ubuntu 12.10 - how can I log in as anything other than the default
 Unity? I have no pull-down menus or options on my generic/default login
 screen with my user name.

There is sort of a star on the login window in the shape of a man.
Click it.

-- 
David Kastrup


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-07 Thread Brett Duncan

On 7/01/13 6:11 PM, SoundsFromSound wrote:

Thank you so much for the reply.  I have Ubuntu 12.10 installed, very few
apps other than the usual: Synaptic, Inkscape, LilyPond/Frescobaldi, etc.

All I did was install Rumor and poof - these appeared, no other items I can
think of that could be the cause.  Should I install-reinstall Rumor?  I
don't think Ubuntu is corrupt, but perhaps the Rumor install was?

I don't even see Rumor anywhere in Frescobaldi - no window/panel, nothing.

Hmm -

Thoughts?


I'm seeing the same problem. I set up Ubuntu 12.10 today as a virtual 
machine on my MacBook (I was running into problems trying to set up 
Frescobaldi on MacOSX) and installed Frescobaldi using the Ubuntu 
Software Centre.


It appears that each time I select something on /any/ menu, a copy of 
the Insert menu is appended to the end of itself.


I do not have Rumor installed.

Regards,
Brett


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-07 Thread David Kastrup
Brett Duncan bdd1...@bigpond.net.au writes:

 On 7/01/13 6:11 PM, SoundsFromSound wrote:

 Thank you so much for the reply.  I have Ubuntu 12.10 installed, very few
 apps other than the usual: Synaptic, Inkscape, LilyPond/Frescobaldi, etc.

 All I did was install Rumor and poof - these appeared, no other items I can
 think of that could be the cause.  Should I install-reinstall Rumor?  I
 don't think Ubuntu is corrupt, but perhaps the Rumor install was?

 I don't even see Rumor anywhere in Frescobaldi - no window/panel, nothing.

 Hmm -

 Thoughts?

 I'm seeing the same problem. I set up Ubuntu 12.10 today as a virtual
 machine on my MacBook (I was running into problems trying to set up
 Frescobaldi on MacOSX) and installed Frescobaldi using the Ubuntu
 Software Centre. 

 It appears that each time I select something on any menu, a copy of
 the Insert menu is appended to the end of itself.

 I do not have Rumor installed.

Try creating a new user account and see if the problem occurs in there.
I seem to remember that some version of gtk or GNOME and/or other
libraries needed some declarations in some init file that might be
poisonous for later versions.  If you have some leftovers of that kind
responsible here, a fresh user account should not show these symptoms.

If this is indeed so, it at least narrows down the search somewhat.

-- 
David Kastrup


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-07 Thread Noeck
Hi,

I also saw that with Frescobaldi under ubuntu (with the default unity
desktop). It might be connected to the global menu of unity, because it
never occured with the gnome-panel interface, I am using now instead of
unity.

Cheers,
Joram

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-07 Thread SoundsFromSound
OK, I'll try making a new user and see if that fixes it.  Thanks!


David Kastrup wrote
 Brett Duncan lt;

 bdd1967@.net

 gt; writes:
 
 On 7/01/13 6:11 PM, SoundsFromSound wrote:

 Thank you so much for the reply.  I have Ubuntu 12.10 installed, very
 few
 apps other than the usual: Synaptic, Inkscape, LilyPond/Frescobaldi, etc.

 All I did was install Rumor and poof - these appeared, no other items I
 can
 think of that could be the cause.  Should I install-reinstall Rumor?  I
 don't think Ubuntu is corrupt, but perhaps the Rumor install was?

 I don't even see Rumor anywhere in Frescobaldi - no window/panel,
 nothing.

 Hmm -

 Thoughts?

 I'm seeing the same problem. I set up Ubuntu 12.10 today as a virtual
 machine on my MacBook (I was running into problems trying to set up
 Frescobaldi on MacOSX) and installed Frescobaldi using the Ubuntu
 Software Centre. 

 It appears that each time I select something on any menu, a copy of
 the Insert menu is appended to the end of itself.

 I do not have Rumor installed.
 
 Try creating a new user account and see if the problem occurs in there.
 I seem to remember that some version of gtk or GNOME and/or other
 libraries needed some declarations in some init file that might be
 poisonous for later versions.  If you have some leftovers of that kind
 responsible here, a fresh user account should not show these symptoms.
 
 If this is indeed so, it at least narrows down the search somewhat.
 
 -- 
 David Kastrup
 
 
 ___
 lilypond-user mailing list

 lilypond-user@

 https://lists.gnu.org/mailman/listinfo/lilypond-user





-
composer | sound designer
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/RUMOR-Midi-utility-Frescobaldi-Menu-Error-tp138931p138980.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-07 Thread SoundsFromSound
David:

I added two new users, one at a time, and tried them all.  All accounts show
this error in Frescobaldi / LilyPond.  One admin account and two regular
accounts.

Any ideas how I can fix this? It's so bad that every time I click the mouse
on any menu options of any menu in Frescobaldi, it duplicates the entire
menu lol and it's like 5 ft long down off the screen lol

Thanks!



David Kastrup wrote
 Brett Duncan lt;

 bdd1967@.net

 gt; writes:
 
 On 7/01/13 6:11 PM, SoundsFromSound wrote:

 Thank you so much for the reply.  I have Ubuntu 12.10 installed, very
 few
 apps other than the usual: Synaptic, Inkscape, LilyPond/Frescobaldi, etc.

 All I did was install Rumor and poof - these appeared, no other items I
 can
 think of that could be the cause.  Should I install-reinstall Rumor?  I
 don't think Ubuntu is corrupt, but perhaps the Rumor install was?

 I don't even see Rumor anywhere in Frescobaldi - no window/panel,
 nothing.

 Hmm -

 Thoughts?

 I'm seeing the same problem. I set up Ubuntu 12.10 today as a virtual
 machine on my MacBook (I was running into problems trying to set up
 Frescobaldi on MacOSX) and installed Frescobaldi using the Ubuntu
 Software Centre. 

 It appears that each time I select something on any menu, a copy of
 the Insert menu is appended to the end of itself.

 I do not have Rumor installed.
 
 Try creating a new user account and see if the problem occurs in there.
 I seem to remember that some version of gtk or GNOME and/or other
 libraries needed some declarations in some init file that might be
 poisonous for later versions.  If you have some leftovers of that kind
 responsible here, a fresh user account should not show these symptoms.
 
 If this is indeed so, it at least narrows down the search somewhat.
 
 -- 
 David Kastrup
 
 
 ___
 lilypond-user mailing list

 lilypond-user@

 https://lists.gnu.org/mailman/listinfo/lilypond-user





-
composer | sound designer
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/RUMOR-Midi-utility-Frescobaldi-Menu-Error-tp138931p138981.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-07 Thread SoundsFromSound
Oh and I just found this!

https://bugs.launchpad.net/ubuntu/+source/frescobaldi/+bug/1058911

I guess it's a bug...from a few months back?




-
composer | sound designer
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/RUMOR-Midi-utility-Frescobaldi-Menu-Error-tp138931p138982.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-07 Thread David Kastrup
SoundsFromSound soundsfromso...@gmail.com writes:

 David:

 I added two new users, one at a time, and tried them all.  All accounts show
 this error in Frescobaldi / LilyPond.  One admin account and two regular
 accounts.

Ok, that means at least that this is not a problem of your _personal_
account configuration.  Somebody suggested it might be a problem
connected with Unity.  Can you try selecting some sort of fallback
session or GNOME session or whatever while logging in?  Depending on
what packages you have installed, something other than the default might
be on offer on the login screen.

-- 
David Kastrup


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-07 Thread David Kastrup
SoundsFromSound soundsfromso...@gmail.com writes:

 Oh and I just found this!

 https://bugs.launchpad.net/ubuntu/+source/frescobaldi/+bug/1058911

 I guess it's a bug...from a few months back?

That's nothing.

Try
URL:https://bugs.launchpad.net/ubuntu/+source/xpdf/+bug/943195
and this is not the first time _that_ bug occured.  About 2 out of 3
Ubuntu releases in the last four years have had a version of xpdf that
crashed on opening _any_ PDF file.

So if you are interested in progress, try engaging Wilbert with dealing
with the bug.  Or maybe try one of the versions on
URL:http://frescobaldi.org/links#distros.  Ubuntu has a lousy track
record of fixing things when something involving the compilation of the
package goes wrong and the package is not of first-tier interest.

-- 
David Kastrup


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-07 Thread SoundsFromSound
Got it, sounds good! Thanks David! I'm on it.


David Kastrup wrote
 SoundsFromSound lt;

 soundsfromsound@

 gt; writes:
 
 Oh and I just found this!

 https://bugs.launchpad.net/ubuntu/+source/frescobaldi/+bug/1058911

 I guess it's a bug...from a few months back?
 
 That's nothing.
 
 Try
 lt;URL:https://bugs.launchpad.net/ubuntu/+source/xpdf/+bug/943195gt;
 and this is not the first time _that_ bug occured.  About 2 out of 3
 Ubuntu releases in the last four years have had a version of xpdf that
 crashed on opening _any_ PDF file.
 
 So if you are interested in progress, try engaging Wilbert with dealing
 with the bug.  Or maybe try one of the versions on
 lt;URL:http://frescobaldi.org/links#distrosgt;.  Ubuntu has a lousy
 track
 record of fixing things when something involving the compilation of the
 package goes wrong and the package is not of first-tier interest.
 
 -- 
 David Kastrup
 
 
 ___
 lilypond-user mailing list

 lilypond-user@

 https://lists.gnu.org/mailman/listinfo/lilypond-user





-
composer | sound designer
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/RUMOR-Midi-utility-Frescobaldi-Menu-Error-tp138931p138988.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-07 Thread SoundsFromSound




-
composer | sound designer
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/RUMOR-Midi-utility-Frescobaldi-Menu-Error-tp138931p138987.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-07 Thread martinwguy
On 7 January 2013 13:51, Noeck noeck.marb...@gmx.de wrote:
 I also saw that with Frescobaldi under ubuntu (with the default unity
 desktop). It might be connected to the global menu of unity, because it
 never occured with the gnome-panel interface

Confirmed. I use gnome and couldn't see it. Switch to guest session
(unity, hardly ever used) and poof! each clik on Insert adds all the
items to the menu.

At https://bugs.launchpad.net/ubuntu/+source/frescobaldi/+bug/1058911
you can log in and hit this bug affects me too to increase the
priority of that bug.

M

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-06 Thread SoundsFromSound
Hi there,

Everything has been fine up until tonight when I installed RUMOR for MIDI w/
LilyPond.  See attached picture: it seems like there are massive duplicates
showing up each time the program is opened - it won't stop - and I'd prefer
to keep RUMOR installed because it's awesome.

Anyone know how to fix this Frescobaldi/LilyPond glitch?  Thank you!

http://lilypond.1069038.n5.nabble.com/file/n138931/RUMOR_error.jpg 



-
composer | sound designer
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/RUMOR-Midi-utility-Frescobaldi-Menu-Error-tp138931.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-06 Thread martinwguy
On 7 January 2013 00:20, SoundsFromSound soundsfromso...@gmail.com wrote:
 Everything has been fine up until tonight when I installed RUMOR for MIDI w/
 LilyPond.  See attached picture: it seems like there are massive duplicates
 showing up each time the program is opened - it won't stop - and I'd prefer
 to keep RUMOR installed because it's awesome.

Woo! That's worrying! :)

I've tried to reproduce this (by installing frescobaldi then rumor on
Ubuntu) but get the usual  8-item Insert menu.  It looks (from the
font!) like you are using Ubuntu too.

It could be a frescobaldi bug, but it looks so bizzarre as to suggest
system corruption.
A couple of ideas to narrow down on the problem:
* To test for corruption of user data (like in .config/frescobaldi)
you can try creating a new user and running your test as that user. If
it runs the same, then it's not that.
* To test for main filesystem corruption you can try:
apt-get install --reinstall frescobaldi lilypond rumor

Can you be more explicit about the exact steps to follow to reproduce this bug?

Cheers

 M

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR Midi utility Frescobaldi - Menu Error?

2013-01-06 Thread SoundsFromSound
Thank you so much for the reply.  I have Ubuntu 12.10 installed, very few
apps other than the usual: Synaptic, Inkscape, LilyPond/Frescobaldi, etc.

All I did was install Rumor and poof - these appeared, no other items I can
think of that could be the cause.  Should I install-reinstall Rumor?  I
don't think Ubuntu is corrupt, but perhaps the Rumor install was?

I don't even see Rumor anywhere in Frescobaldi - no window/panel, nothing.

Hmm -

Thoughts?


martinwguy wrote
 On 7 January 2013 00:20, SoundsFromSound lt;

 soundsfromsound@

 gt; wrote:
 Everything has been fine up until tonight when I installed RUMOR for MIDI
 w/
 LilyPond.  See attached picture: it seems like there are massive
 duplicates
 showing up each time the program is opened - it won't stop - and I'd
 prefer
 to keep RUMOR installed because it's awesome.
 
 Woo! That's worrying! :)
 
 I've tried to reproduce this (by installing frescobaldi then rumor on
 Ubuntu) but get the usual  8-item Insert menu.  It looks (from the
 font!) like you are using Ubuntu too.
 
 It could be a frescobaldi bug, but it looks so bizzarre as to suggest
 system corruption.
 A couple of ideas to narrow down on the problem:
 * To test for corruption of user data (like in .config/frescobaldi)
 you can try creating a new user and running your test as that user. If
 it runs the same, then it's not that.
 * To test for main filesystem corruption you can try:
 apt-get install --reinstall frescobaldi lilypond rumor
 
 Can you be more explicit about the exact steps to follow to reproduce this
 bug?
 
 Cheers
 
  M
 
 ___
 lilypond-user mailing list

 lilypond-user@

 https://lists.gnu.org/mailman/listinfo/lilypond-user





-
composer | sound designer
--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/RUMOR-Midi-utility-Frescobaldi-Menu-Error-tp138931p138951.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Frescobaldi and rumor are in Debian now

2009-09-18 Thread rosea grammostola

Hi,


Frescobaldi (Debian testing) and Rumor (unstable) are in Debian now!



\r


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Frescobaldi and rumor are in Debian now

2009-09-18 Thread Wilbert Berendsen
Op vrijdag 18 september 2009, schreef rosea grammostola:
 Frescobaldi (Debian testing) and Rumor (unstable) are in Debian now!

Nice!


best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/
Nederlands LilyPond forum: http://www.lilypondforum.nl/


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR

2008-06-06 Thread Wilbert Berendsen
Op donderdag 29 mei 2008, schreef Stefan Thomas:
 Yes, I'am using (also) Linux on my machine, but I couldn't install RUMOR.

What exactly are the problems you encounter?

I always do just this:
$ curl http://www.volny.cz/smilauer/rumor/src/rumor-1.0.3b.tar.bz2 | tar xj
$ cd rumor-1.0.3b/
$ ./configure
$ make
$ su -c 'make install'


best regards,
Wilbert Berendsen

-- 
LilyKDE, LilyPond for KDE: http://lilykde.googlecode.com/


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR

2008-05-29 Thread Nicolas Sceaux

Le 29 mai 08 à 00:04, Stefan Thomas a écrit :


Dear lilypond-users,
is anyone of You experienced with RUMOR? Or with emacs Midi-input  
mode by Hans Lubs?
I tried to install these programs from source many times, but  
without success!


What operating system are you using? Rumor is Linux only (uses ALSA).



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RUMOR

2008-05-29 Thread Stefan Thomas
Dear NIcholas,
Yes, I'am using (also) Linux on my machine, but I couldn't install RUMOR.

2008/5/29 Nicolas Sceaux [EMAIL PROTECTED]:

 Le 29 mai 08 à 00:04, Stefan Thomas a écrit :

  Dear lilypond-users,
 is anyone of You experienced with RUMOR? Or with emacs Midi-input mode by
 Hans Lubs?
 I tried to install these programs from source many times, but without
 success!


 What operating system are you using? Rumor is Linux only (uses ALSA).


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


RUMOR

2008-05-28 Thread Stefan Thomas
Dear lilypond-users,
is anyone of You experienced with RUMOR? Or with emacs Midi-input mode by
Hans Lubs?
I tried to install these programs from source many times, but without
success!
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: OS X, lyqi and rumor?

2008-05-24 Thread Christopher Suckling
On Fri, May 23, 2008 at 06:49:17PM +0200, Nicolas Sceaux wrote:

 Le 23 mai 08 à 15:36, Christopher Suckling a écrit :


 I use this modified source code:
   http://nicolas.sceaux.free.fr/lilypond/lyqi-osx.zip
 with this app for audio feedback:
   http://nicolas.sceaux.free.fr/lilypond/MidiScript.zip

 and the following settings in .emacs:

 (custom-set-variables
  '(LilyPond-pdf-command open)
  '(LilyPond-midi-command open)
  '(lyqi-default-language 'italiano)
  '(lyqi-midi-enabled-default t)
  '(lyqi-force-duration nil)
  ;; ...
 )

 (eval-after-load lilypond-mode
   '(progn
  (load-library lyqi-mode)
  (define-key LilyPond-mode-map \C-cq 'lyqi-mode)))


Thanks. Very kind of you. I look forward to playing with it this week.

Best wishes,

Christopher


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: OS X, lyqi and rumor?

2008-05-23 Thread Christopher Suckling
On Wed, May 21, 2008 at 08:29:43PM +0200, Nicolas Sceaux wrote:


 Le 21 mai 08 à 10:44, Christopher Suckling a écrit :

 In The LilyPond Report #4
 http://valentin.villenave.info/The-LilyPond-Report-4, there is a
 video in which Nicolas Sceaux demonstrates his lyqi quick insert mode
 he wrote for Emacs.

 The video appears to demonstrate a lyqi+rumor combination running
 under OS X.

 I don't use a MIDI keyboard, only my computer keyboard -- it's
 fast enough once you're used to it (it does require some practicing)

Aha, I will have plenty of practise with some three hours of Hasse
opera to edit...

Do you use an updated version of lyqi to get playback as you type on
OS X? Much as I would love to try and get stuck into coreMIDI,
preparation for the above opera probably means I should stick to
others' solutions at present.

Thanks for the help,

Christopher


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: OS X, lyqi and rumor?

2008-05-23 Thread Nicolas Sceaux

Le 23 mai 08 à 15:36, Christopher Suckling a écrit :


On Wed, May 21, 2008 at 08:29:43PM +0200, Nicolas Sceaux wrote:



Le 21 mai 08 à 10:44, Christopher Suckling a écrit :


In The LilyPond Report #4
http://valentin.villenave.info/The-LilyPond-Report-4, there is a
video in which Nicolas Sceaux demonstrates his lyqi quick insert  
mode

he wrote for Emacs.

The video appears to demonstrate a lyqi+rumor combination running
under OS X.


I don't use a MIDI keyboard, only my computer keyboard -- it's
fast enough once you're used to it (it does require some practicing)


Aha, I will have plenty of practise with some three hours of Hasse
opera to edit...

Do you use an updated version of lyqi to get playback as you type on
OS X? Much as I would love to try and get stuck into coreMIDI,
preparation for the above opera probably means I should stick to
others' solutions at present.


I use this modified source code:
  http://nicolas.sceaux.free.fr/lilypond/lyqi-osx.zip
with this app for audio feedback:
  http://nicolas.sceaux.free.fr/lilypond/MidiScript.zip

and the following settings in .emacs:

(custom-set-variables
 '(LilyPond-pdf-command open)
 '(LilyPond-midi-command open)
 '(lyqi-default-language 'italiano)
 '(lyqi-midi-enabled-default t)
 '(lyqi-force-duration nil)
 ;; ...
)

(eval-after-load lilypond-mode
  '(progn
 (load-library lyqi-mode)
 (define-key LilyPond-mode-map \C-cq 'lyqi-mode)))



___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


OS X, lyqi and rumor?

2008-05-21 Thread Christopher Suckling
In The LilyPond Report #4
http://valentin.villenave.info/The-LilyPond-Report-4, there is a
video in which Nicolas Sceaux demonstrates his lyqi quick insert mode
he wrote for Emacs.

The video appears to demonstrate a lyqi+rumor combination running
under OS X. Unfortunately, I have fallen at the first hurdle
attempting to compile rumor on OS X 10.5.2 - rumor requires ALSA which
is, of course, not available for OS X.

So my question to Mr Sceaux (or anyone else who has successfully used
this combination) is how did you do it?

Best wishes,

Christopher


___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: OS X, lyqi and rumor?

2008-05-21 Thread Nicolas Sceaux


Le 21 mai 08 à 10:44, Christopher Suckling a écrit :


In The LilyPond Report #4
http://valentin.villenave.info/The-LilyPond-Report-4, there is a
video in which Nicolas Sceaux demonstrates his lyqi quick insert mode
he wrote for Emacs.

The video appears to demonstrate a lyqi+rumor combination running
under OS X.


no, rumor was not used (for the reason you mention above)


Unfortunately, I have fallen at the first hurdle
attempting to compile rumor on OS X 10.5.2 - rumor requires ALSA which
is, of course, not available for OS X.

So my question to Mr Sceaux (or anyone else who has successfully used
this combination) is how did you do it?


I don't use a MIDI keyboard, only my computer keyboard -- it's
fast enough once you're used to it (it does require some practicing)

___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Emacs quick insert mode + rumor

2003-09-27 Thread Nicolas Sceaux
Bonjour,

LilyPond quick insert mode for (GNU |X)Emacs has been updated.

  doc: http://nicolas.sceaux.free.fr/lilypond/lyqi.html
  archive: http://nicolas.sceaux.free.fr/lilypond/lyqi-0.2.3.tar.gz

Au menu, Vaclav Smilauer's rumor[1] support, plus few improvements
like `n' to change the last note alteration to natural, and `=' to
remove the ''' or ,,, from last note (Heikki's suggestions). Some ugly
bugs have also been corrected.

For less-than-average keyboard players, like me, rumor is also worth
considering: with its `flat' option (C-c r f), durations and rests are
not taken into account during rumor sessions (C-c r s). Thus, for
instance, one may play the notes with one hand on the MIDI keyboard,
and adjust their duration with the other hand on the computer
keyboard.

Comments and suggestions are welcome.


[1] http://klobouk.fsv.cvut.cz/~xsmilauv/rumor/ 
version 1.0.2a required.

---
nicolas



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: Rumor 1.0.0 building?

2003-06-07 Thread Graham Percival
On Fri, 06 Jun 2003 12:01:37 -0500
Michal Seta [EMAIL PROTECTED] wrote:
 Sorry to flood the list with this but maybe someone has a solution to this.

No problem.  Just one caution: on lilypond-user and -devel, we normally
include the email address of the person we're replying to, in addition to
lilypond-user.  In your email client this is probably called something like
reply to group instead of reply to list.  This means that we often get
multiple copies of emails (one directly to [EMAIL PROTECTED], and another from
the mailing list servers), but it means that somebody who isn't a member
of lilypond-user will get the emails.  I'm not certain if Vaclav is
subscribed to lilypond-user, so he might not have gotten your email.

 I'm unable to build rumor.  It looks, to my unxerperienced eyes, like it's a linking 
 problem or something?
 I've got guile 1.6.4 installed (and other requirements are met as well, I think...)

Do you have guile-dev installed as well, or libguile, or some package like that?
 
 g++-2.95  -g -O2 -D_REENTRANT -ggdb3 -O0 -Wall -pedantic   -o rumor  rumor.o 
 guile2cc.o alsaclient.o ossclient.o kbdclient.o metronome.o notator.o note.o 
 options.o  -lguile -lguile -lasound -lasound -lpthread -lpthread 
 rumor.o(.text+0x1a0): In function `gh_rumor_rhythms_wrap(scm_unused_struct *, 
 scm_unused_struct *, scm_unused_struct *, scm_unused_struct *)':
 /usr/lib/gcc-lib/i386-linux/2.95.4/../../../../include/g++-3/stl_alloc.h:505: 
 undefined reference to `scm_unused_struct * to_SCMint(int const )'
 rumor.o(.text+0x350): In function `gh_rumor_pitches_wrap(scm_unused_struct *)':
 /home/mis/downloads/rumor-1.0.0/src/rumor.cc:58: undefined reference to 
 `scm_unused_struct * to_SCMint(int const )'
 rumor.o(.text+0x666): In function `gh_rumor_kbd_wrap(scm_unused_struct *, 
 scm_unused_struct *, scm_unused_struct *)':
 /home/mis/downloads/rumor-1.0.0/src/rumor.cc:65: undefined reference to 
 `scm_unused_struct * to_SCMint(int const )'
 kbdclient.o(.text+0x632): In function `KbdMidiClient::gh_rumor_kbd(scm_unused_struct 
 *, scm_unused_struct *, scm_unused_struct *)':
 /home/mis/downloads/rumor-1.0.0/src/kbdclient.cc:76: undefined reference to `int 
 const SCM_toint(scm_unused_struct *)'
 kbdclient.o(.text+0x644):/home/mis/downloads/rumor-1.0.0/src/kbdclient.cc:77: 
 undefined reference to `bool const SCM_tobool(scm_unused_struct *)'
 kbdclient.o(.text+0x71e):/home/mis/downloads/rumor-1.0.0/src/kbdclient.cc:82: 
 undefined reference to `scm_unused_struct * to_SCMunsigned int(unsigned int const 
 )'
 kbdclient.o(.text+0x771):/home/mis/downloads/rumor-1.0.0/src/kbdclient.cc:83: 
 undefined reference to `scm_unused_struct * to_SCMunsigned int(unsigned int const 
 )'
 kbdclient.o(.text+0x7d1):/home/mis/downloads/rumor-1.0.0/src/kbdclient.cc:84: 
 undefined reference to `scm_unused_struct * to_SCMunsigned int(unsigned int const 
 )'
 kbdclient.o(.text+0x831):/home/mis/downloads/rumor-1.0.0/src/kbdclient.cc:85: 
 undefined reference to `scm_unused_struct * to_SCMunsigned int(unsigned int const 
 )'
 kbdclient.o(.text+0x856):/home/mis/downloads/rumor-1.0.0/src/kbdclient.cc:85: 
 undefined reference to `char const SCM_tochar(scm_unused_struct *)'
 kbdclient.o(.text+0x871):/home/mis/downloads/rumor-1.0.0/src/kbdclient.cc:86: 
 undefined reference to `scm_unused_struct * to_SCMunsigned int(unsigned int const 
 )'
 kbdclient.o(.text+0x896):/home/mis/downloads/rumor-1.0.0/src/kbdclient.cc:86: 
 undefined reference to `unsigned int const SCM_tounsigned int(scm_unused_struct *)'
 kbdclient.o(.text+0x9f2):/home/mis/downloads/rumor-1.0.0/src/kbdclient.cc:92: 
 undefined reference to `scm_unused_struct * to_SCMunsigned int(unsigned int const 
 )'
 notator.o(.text+0x277b): In function `Notator::gh_rumor_pitches(scm_unused_struct 
 *)':
 /home/mis/downloads/rumor-1.0.0/src/notator.cc:310: undefined reference to 
 `scm_unused_struct * to_SCMunsigned int(unsigned int const )'
 notator.o(.text+0x2875):/home/mis/downloads/rumor-1.0.0/src/notator.cc:312: 
 undefined reference to `scm_unused_struct * to_SCMint(int const )'
 notator.o(.text+0x288f):/home/mis/downloads/rumor-1.0.0/src/notator.cc:312: 
 undefined reference to `unsigned int const SCM_tounsigned int(scm_unused_struct *)'
 notator.o(.text+0x2976):/home/mis/downloads/rumor-1.0.0/src/notator.cc:315: 
 undefined reference to `scm_unused_struct * to_SCMint(int const )'
 notator.o(.text+0x2994):/home/mis/downloads/rumor-1.0.0/src/notator.cc:315: 
 undefined reference to `basic_stringchar, string_char_traitschar, 
 __default_alloc_templatetrue, 0  const SCM_tobasic_stringchar, 
 string_char_traitschar, __default_alloc_templatetrue, 0  (scm_unused_struct *)'
 notator.o(.text+0x2a92):/home/mis/downloads/rumor-1.0.0/src/notator.cc:320: 
 undefined reference to `scm_unused_struct * to_SCMint(int const )'
 notator.o(.text+0x2b6a): In function `Notator::gh_rumor_rhythms(scm_unused_struct *, 
 scm_unused_struct *, scm_unused_struct *, scm_unused_struct *)':
 /home/mis/downloads

Re: Rumor 1.0.0 building?

2003-06-07 Thread Jan Nieuwenhuizen
Michal Seta [EMAIL PROTECTED] writes:

 Sorry to flood the list with this but maybe someone has a solution to this.
 
 I'm unable to build rumor.  It looks, to my unxerperienced eyes,
 like it's a linking problem or something?  I've got guile 1.6.4
 installed (and other requirements are met as well, I think...)

Try the patch below.

Jan.


$ diff -u src/guile2cc.cc.orig src/guile2cc.cc
--- src/guile2cc.cc.orig2003-06-07 12:32:31.0 +0200
+++ src/guile2cc.cc 2003-06-07 12:32:45.0 +0200
@@ -4,6 +4,8 @@
   not everything from guile/gh.h implemented!
 */
  
+#include config.h
+
 #ifdef HAVE_GUILE
  
 #includerumor.hh

-- 
Jan Nieuwenhuizen [EMAIL PROTECTED] | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Rumor 1.0.0 announcement

2003-06-06 Thread smilauer
Hello everybody,

if you want to play MIDI keyboard and see Lilypond, try Rumor
1.0.0: http://klobouk.fsv.cvut.cz/~xsmilauv/rumor/rumor.html

It works under Linux with ALSA or OSS. Don't worry if you have no
MIDI keyboard, it can be emulated using just ordinary computer
keyboard. Playing along with metronome, rhythms are written in an
intelligent way, with some scriptability possibilities.
Docuemntation is exhaustive, with examples.

There ale already two big organ pieces at Mutopia on which Rumor
was tested (see Links section on the homepage), proving its great
efficiency especially for fugues. A third one is on the way.

Many thanks go to Graham Percival for bug reports and
suggestions. Thanks to Universite Joseph Fourier as well (Rumor
started as a class project).

All feedback is welcome.

Vaclav Smilauer


-- 
Ziskejte kvalitu, kterou si zaslouzite. Za minimalni mesicni
poplatek vam nabizime Antivir, Antispam nebo dalsi kapacitu pro
vas Mailbox. Vice na: http://sluzby.volny.cz/product/mailpaid/



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Rumor 1.0.0 building?

2003-06-06 Thread Michal Seta
Sorry to flood the list with this but maybe someone has a solution to this.

I'm unable to build rumor.  It looks, to my unxerperienced eyes, like it's a linking 
problem or something?
I've got guile 1.6.4 installed (and other requirements are met as well, I think...)


g++-2.95  -g -O2 -D_REENTRANT -ggdb3 -O0 -Wall -pedantic   -o rumor  rumor.o 
guile2cc.o alsaclient.o ossclient.o kbdclient.o metronome.o notator.o note.o options.o 
 -lguile -lguile -lasound -lasound -lpthread -lpthread 
rumor.o(.text+0x1a0): In function `gh_rumor_rhythms_wrap(scm_unused_struct *, 
scm_unused_struct *, scm_unused_struct *, scm_unused_struct *)':
/usr/lib/gcc-lib/i386-linux/2.95.4/../../../../include/g++-3/stl_alloc.h:505: 
undefined reference to `scm_unused_struct * to_SCMint(int const )'
rumor.o(.text+0x350): In function `gh_rumor_pitches_wrap(scm_unused_struct *)':
/home/mis/downloads/rumor-1.0.0/src/rumor.cc:58: undefined reference to 
`scm_unused_struct * to_SCMint(int const )'
rumor.o(.text+0x666): In function `gh_rumor_kbd_wrap(scm_unused_struct *, 
scm_unused_struct *, scm_unused_struct *)':
/home/mis/downloads/rumor-1.0.0/src/rumor.cc:65: undefined reference to 
`scm_unused_struct * to_SCMint(int const )'
kbdclient.o(.text+0x632): In function `KbdMidiClient::gh_rumor_kbd(scm_unused_struct 
*, scm_unused_struct *, scm_unused_struct *)':
/home/mis/downloads/rumor-1.0.0/src/kbdclient.cc:76: undefined reference to `int const 
SCM_toint(scm_unused_struct *)'
kbdclient.o(.text+0x644):/home/mis/downloads/rumor-1.0.0/src/kbdclient.cc:77: 
undefined reference to `bool const SCM_tobool(scm_unused_struct *)'
kbdclient.o(.text+0x71e):/home/mis/downloads/rumor-1.0.0/src/kbdclient.cc:82: 
undefined reference to `scm_unused_struct * to_SCMunsigned int(unsigned int const )'
kbdclient.o(.text+0x771):/home/mis/downloads/rumor-1.0.0/src/kbdclient.cc:83: 
undefined reference to `scm_unused_struct * to_SCMunsigned int(unsigned int const )'
kbdclient.o(.text+0x7d1):/home/mis/downloads/rumor-1.0.0/src/kbdclient.cc:84: 
undefined reference to `scm_unused_struct * to_SCMunsigned int(unsigned int const )'
kbdclient.o(.text+0x831):/home/mis/downloads/rumor-1.0.0/src/kbdclient.cc:85: 
undefined reference to `scm_unused_struct * to_SCMunsigned int(unsigned int const )'
kbdclient.o(.text+0x856):/home/mis/downloads/rumor-1.0.0/src/kbdclient.cc:85: 
undefined reference to `char const SCM_tochar(scm_unused_struct *)'
kbdclient.o(.text+0x871):/home/mis/downloads/rumor-1.0.0/src/kbdclient.cc:86: 
undefined reference to `scm_unused_struct * to_SCMunsigned int(unsigned int const )'
kbdclient.o(.text+0x896):/home/mis/downloads/rumor-1.0.0/src/kbdclient.cc:86: 
undefined reference to `unsigned int const SCM_tounsigned int(scm_unused_struct *)'
kbdclient.o(.text+0x9f2):/home/mis/downloads/rumor-1.0.0/src/kbdclient.cc:92: 
undefined reference to `scm_unused_struct * to_SCMunsigned int(unsigned int const )'
notator.o(.text+0x277b): In function `Notator::gh_rumor_pitches(scm_unused_struct *)':
/home/mis/downloads/rumor-1.0.0/src/notator.cc:310: undefined reference to 
`scm_unused_struct * to_SCMunsigned int(unsigned int const )'
notator.o(.text+0x2875):/home/mis/downloads/rumor-1.0.0/src/notator.cc:312: undefined 
reference to `scm_unused_struct * to_SCMint(int const )'
notator.o(.text+0x288f):/home/mis/downloads/rumor-1.0.0/src/notator.cc:312: undefined 
reference to `unsigned int const SCM_tounsigned int(scm_unused_struct *)'
notator.o(.text+0x2976):/home/mis/downloads/rumor-1.0.0/src/notator.cc:315: undefined 
reference to `scm_unused_struct * to_SCMint(int const )'
notator.o(.text+0x2994):/home/mis/downloads/rumor-1.0.0/src/notator.cc:315: undefined 
reference to `basic_stringchar, string_char_traitschar, 
__default_alloc_templatetrue, 0  const SCM_tobasic_stringchar, 
string_char_traitschar, __default_alloc_templatetrue, 0  (scm_unused_struct *)'
notator.o(.text+0x2a92):/home/mis/downloads/rumor-1.0.0/src/notator.cc:320: undefined 
reference to `scm_unused_struct * to_SCMint(int const )'
notator.o(.text+0x2b6a): In function `Notator::gh_rumor_rhythms(scm_unused_struct *, 
scm_unused_struct *, scm_unused_struct *, scm_unused_struct *)':
/home/mis/downloads/rumor-1.0.0/src/notator.cc:324: undefined reference to `unsigned 
int const SCM_tounsigned int(scm_unused_struct *)'
notator.o(.text+0x2b89):/home/mis/downloads/rumor-1.0.0/src/notator.cc:325: undefined 
reference to `unsigned int const SCM_tounsigned int(scm_unused_struct *)'
notator.o(.text+0x2b9b):/home/mis/downloads/rumor-1.0.0/src/notator.cc:326: undefined 
reference to `unsigned int const SCM_tounsigned int(scm_unused_struct *)'
notator.o(.text+0x32ab):/home/mis/downloads/rumor-1.0.0/src/notator.cc:359: undefined 
reference to `scm_unused_struct * to_SCMunsigned int(unsigned int const )'
notator.o(.text+0x32e1):/home/mis/downloads/rumor-1.0.0/src/notator.cc:360: undefined 
reference to `scm_unused_struct * to_SCMint(int const )'
notator.o(.text+0x3345):/home/mis/downloads/rumor-1.0.0/src