Author |
Message |
MU

Joined: 24 Aug 2005 Posts: 13648 Location: Karlsruhe, Germany
|
Posted: Sun 14 Jan 2007, 20:23 Post subject:
Lilypond 2.10 and Denemo (Note layout system) |
|
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/Lilypond-2.10/Lilypond-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/Lilypond-2.10/Lilypond-2.10-optional-Python-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:
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/binaries/linux-x86/lilypond-2.10.11-1.linux-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
Last edited by MU on Mon 15 Jan 2007, 00:40; edited 2 times in total
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13648 Location: Karlsruhe, Germany
|
Posted: Mon 15 Jan 2007, 00:35 Post subject:
|
|
I added a dotpup for the grafical editor Denemo.
http://dotpups.de/dotpups/Multimedia/Lilypond-2.10/Denemo-0.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/Lilypond-2.10/Denemo-0.7.3-b2--unstable--.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:
Note that in /root/.denemo you find a .midi and a .pdf of your current music.
Mark
|
Back to top
|
|
 |
sansinspiration
Joined: 11 Jan 2007 Posts: 11
|
Posted: Mon 15 Jan 2007, 16:37 Post subject:
|
|
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
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13648 Location: Karlsruhe, Germany
|
Posted: Tue 16 Jan 2007, 02:05 Post subject:
|
|
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
|
Back to top
|
|
 |
bostonvaulter

Joined: 26 Sep 2006 Posts: 269
|
Posted: Sun 18 Mar 2007, 00:25 Post subject:
|
|
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
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13648 Location: Karlsruhe, Germany
|
Posted: Sun 18 Mar 2007, 01:47 Post subject:
|
|
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
|
Back to top
|
|
 |
bostonvaulter

Joined: 26 Sep 2006 Posts: 269
|
Posted: Sun 18 Mar 2007, 04:00 Post subject:
|
|
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
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13648 Location: Karlsruhe, Germany
|
Posted: Sun 18 Mar 2007, 04:04 Post subject:
|
|
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
|
Back to top
|
|
 |
jeffrey
Joined: 16 Jan 2006 Posts: 162 Location: Christchurch, New Zealand
|
Posted: Fri 24 Aug 2007, 17:03 Post subject:
|
|
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.
|
Back to top
|
|
 |
teledyn
Joined: 29 Mar 2007 Posts: 28
|
Posted: Tue 06 Jul 2010, 18:22 Post subject:
Lilypond/Denemo for Puppy 4+? Subject description: Any chance there is a .PET file somewhere? |
|
I'd love to get denemo working on a Puppy 4.3 box; was this package ever updated to the new package manager?
|
Back to top
|
|
 |
|