Page 1 of 1

Lilypond 2.10 and Denemo (Note layout system)

Posted: Mon 15 Jan 2007, 00:23
by MU
There were problems reported for an older version, see:
http://www.murga-linux.com/puppy/viewtopic.php?t=3818

So here is a full dotpup of a newer version.

It is 32 MB extracted, as it includes all fonts and libraries.

Un-install old versions first!
http://dotpups.de/dotpups/Multimedia/Li ... d-2.10.pup (9 MB)

If you have a program that needs Lilypond with Python-support, install this Python-addon, it requires another 20 MB:
http://dotpups.de/dotpups/Multimedia/Li ... -addon.pup (6 MB)

In Muppy006 it runs fine, if you get errors about missing libraries, please report them.

To test it:
Save this line in a texteditor as /root/test.ly:

Code: Select all

{ c' e' g' c'' }
Then type in a consolewindow:
cd /root
lilypond test.ly


That should create a new file "test.pdf".

The dotpup was easy to create, I downloaded
http://download.linuxaudio.org/lilypond ... nux-x86.sh
Then I ran "bash lilypond-2.10.11-1.linux-x86.sh".
This extracted
/usr/local/lilypond/
and some files in /usr/local/bin/

Homepage:
http://lilypond.org/web/index

I'm still trying to compile Denemo 0.7.6, but have some problems, more later.

Mark

Posted: Mon 15 Jan 2007, 04:35
by MU
I added a dotpup for the grafical editor Denemo.
http://dotpups.de/dotpups/Multimedia/Li ... 7.3-b1.pup (188 kb)

It is version 0.7.3beta1, as 0.7.4 and above crash due to errors with librsvg.

As this version is incompatible with the new Lilypond, I included a script, that will convert the old Denemo-format to the new Lilypond format automatically, when you click on "play".
After the conversion, timidity is launched to play the resulting Midi.
You must install timidity with PupGet to use it!
After you choose "play", you must wait some seconds :!:


I also added Denemo 0.7.3beta2.
http://dotpups.de/dotpups/Multimedia/Li ... able--.pup
It might have new features (like a buttonbar), but crashes, if you use the menu.
You can install both Denemo-versions if you like, to compare them.
They install to different folders.


Here is a screenshot of beta1 with timidity:

Image

Note that in /root/.denemo you find a .midi and a .pdf of your current music.

Mark

Posted: Mon 15 Jan 2007, 20:37
by sansinspiration
Thank you for your reply.

However, I did not get it working:

sh-3.00# lilypond /root/my-documents/toonladder.ly
lilypond: error while loading shared libraries: libintl.so.3: cannot open shared object file: No such file or directory

I tried a "dependency check" with PETGet (this was also a first time experience). This is the result:

"These dependencies required by Lilypond-2.10 package are missing:
File /usr/local/lilypond/usr/lib/libgettextpo.so.0.2.0 has these missing library files:
libgettextsrc-0.15.so libgettextlib-0.15.so
File /usr/local/lilypond/usr/lib/libgettextsrc-0.15.so has these missing library files:
libgettextlib-0.15.so
File /usr/local/lilypond/usr/lib/libguilereadline-v-17.so.17.0.1 has these missing library files:
libguile.so.17
File /usr/local/lilypond/usr/lib/libguile-srfi-srfi-4-v-3.so.3.0.1 has these missing library files:
libguile.so.17 libgmp.so.3 libltdl.so.3
File /usr/local/lilypond/usr/lib/libguile.so.17.0.1 has these missing library files:
libgmp.so.3 libltdl.so.3
File /usr/local/lilypond/usr/lib/libguile-srfi-srfi-13-14-v-3.so.3.0.1 has these missing library files:
libguile.so.17 libgmp.so.3 libltdl.so.3
File /usr/local/lilypond/usr/lib/libguile-srfi-srfi-1-v-3.so.3.0.1 has these missing library files:
libguile.so.17 libgmp.so.3 libltdl.so.3
File /usr/local/lilypond/usr/lib/libguile-srfi-srfi-60-v-2.so.2.0.1 has these missing library files:
libguile.so.17 libgmp.so.3 libltdl.so.3
File /usr/local/lilypond/usr/bin/guile has these missing library files:
libguile.so.17 libltdl.so.3
File /usr/local/lilypond/usr/bin/recode-sr-latin has these missing library files:
libgettextlib-0.15.so
File /usr/local/lilypond/usr/bin/python2.4 has these missing library files:
libpython2.4.so.1.0
File /usr/local/lilypond/usr/bin/python has these missing library files:
libpython2.4.so.1.0
File /usr/local/lilypond/usr/bin/lilypond has these missing library files:
libguile.so.17 libgmp.so.3

The PETget package manager does not know what package/s has/have these libraries."

Regards,
Jan

Posted: Tue 16 Jan 2007, 06:05
by MU
It seems your old lilypond in /usr/bin was not uninstalled.
So that is used instead of the new one in /usr/local/bin.

Please delete these files in /usr/bin/:
abc2ly
convert-ly
etf2ly
lilypond
lilypond-book
lilypond-latex
midi2ly
mup2ly
ps2png

Concerning your dependency-check:
the depency-check does not work correct, as all those files are in
/usr/local/lilypond/usr/lib
That folder is included to the library path by the new lilypond startscript.

Mark

Posted: Sun 18 Mar 2007, 04:25
by bostonvaulter
Hi MU,

First I want to thank you for helping me find a decent music sheet composer. This is the first truly free non-crippled one I found (including on windows)

I've tried the .pup and it seems to be working okay. I haven't tested it that much but i was wondering why it opens up a rox window to ~/.denemo everytime it starts up.

Jason

Posted: Sun 18 Mar 2007, 05:47
by MU
If I remember well, I added this rox-window to show the documentation or so.
Not shure.
You can remove that line from /usr/local/Denemo/run-denemo or so.
Mark

Posted: Sun 18 Mar 2007, 08:00
by bostonvaulter
thanks mark.

I commented out the line

rox -d /root/.denemo &

in /usr/local/Denemo-0.7.3-b1

and now it doesn't show up

Posted: Sun 18 Mar 2007, 08:04
by MU
I think I remember.
I had one Midi-program, maybe it was Denemo, where I could save as midi, but not play them.
So I opened the Rox-window, so you just saved, and then clicked on the .mid in the Rox-window to play it with timidity.

Mark

Posted: Fri 24 Aug 2007, 21:03
by jeffrey
If you want something smaller that's working now you could try PMW (2MB) and Timidity (9MB). Combined these allow a text specification of music to be generated into sheet music and played at the same time. A real-time development wrapper completes the music composition environment. It's not pretty, but it works. See http://www.murga-linux.com/puppy/viewtopic.php?t=20892 for more details.

Lilypond/Denemo for Puppy 4+?

Posted: Tue 06 Jul 2010, 22:22
by teledyn
I'd love to get denemo working on a Puppy 4.3 box; was this package ever updated to the new package manager?