Extension talk:LilyPond

From mediawiki.org
Latest comment: 12 years ago by Uncopy in topic Fails with MediaWiki 1.18

LilyPond at Wikimedia projects[edit]

What do we need to get this extension installed in wiki projects??Johann 13:06, 16 September 2007 (UTC)Reply

Hello Johann,
as you can see here, Spanish Wikiversity has Mediawiki 1.12alpha (r26409) and for LilyPond you need version 1.6+ So I guess a bureaucrat or steward needs to install it there. So asking them would yield better results fro the moment. --Erkan Yilmaz 07:21, 6 October 2007 (UTC)Reply
There has to be a request at bugzilla: (examples you can find there when you search) and before that your chances of realization increases when there is an election about this extension in the wiki where you can link to from the bugzilla report. And then the process at bugzilla will start (someone must have time, the stability of the extension will be checked, is it in teh interest of the wiki/foundation, ...), --Erkan Yilmaz 17:02, 16 December 2008 (UTC)Reply
Also, there were a long discussion about the stability/security at bugzilla:189. I think we need to get in touch with Tim Starling and the LilyPond developers in order to get something. I'm talking with the LilyPond community right now, to know what can be done, but if somebody else wants this tool, all help to work in it are welcome! ;-) Helder 14:45, 23 April 2009 (UTC)Reply
I'm also interested in a means of putting editable music into Wikipedia. At present, only those with music publishing software can edit the music samples that Wikipedia contains, and then laboriously, which defeats one of the principles of Wikipedia. Andrewa 10:54, 9 May 2009 (UTC)Reply

scm_i_freelist' has different size in shared object[edit]

Hello,

I have a problem with Lilypond extension. I use Debian Etch (Lilypond 2.8.7). I had an error "Fontconfig file not found", so I upgraded Lilypond to Lenny (2.10.29-1).

Now I have the following error:

/usr/bin/lilypond: Symbol `scm_i_freelist' has different size in shared object, consider re-linking

What should I do? Thanks, Yann 01:08, 4 November 2007 (UTC)Reply

Examples:

Solution[edit]

On Debian, guile 1.8.2 (unstable) and Lilypond 2.10.29 (testing) are needed. Yann 13:41, 4 November 2007 (UTC)Reply

You don't need tot install a newer version of lilypond, you should just give the installed version in parameter when you write your document.
for debian etch use :
\version "2.8.7"
And it should be ok. --130.79.37.50 10:27, 7 May 2008 (UTC)Reply

...doesn't work in my case :([edit]

The repository "ftp.riken.go.jp sid/main" has these packages (guile 1.8.2 and Lilypond 2.10.29) but I get the same error:

$ apt-cache policy lilypond
lilypond:
  Installed: 2.10.29-1
  Candidate: 2.10.29-1
  Version table:
 *** 2.10.29-1 0
        500 http://ftp.riken.go.jp sid/main Packages
        100 /var/lib/dpkg/status

$ apt-cache policy guile-1.8
guile-1.8:
  Installed: 1.8.2+1-2
  Candidate: 1.8.2+1-2
  Version table:
 *** 1.8.2+1-2 0
        500 http://ftp.riken.go.jp sid/main Packages
        100 /var/lib/dpkg/status

$ lilypond
lilypond: Symbol `scm_i_freelist' has different size in shared object, consider re-linking
GNU LilyPond 2.10.29
Segmentation fault 

Any other idea? Dietrich, 2007/11/30


Hello,

I tried to install it on 1.12 and get the error:

Fatal error: Call to undefined function wfEscapeHTML() in W:\www\test\extensions\LilyPond.php on line 77

	# if short_code is supplied, this is a fragment
	if( $short_code ) {
		$link = "<img src=\"".$wgMathPath."/".$md5.".png\" alt=\""
	Line 77 ->		.wfEscapeHTML( $short_code )."\">";

Any Ideas? Hajo 24.03.08

I get a complete Page instead of excerpts[edit]

Hi, I am using the code like its shown here, but I get a complete page (mostly blank) instead of just one line when I write this: lilypond>f, d f a d f e d cis a cis e a g f e </lilypond> I use MediaWiki 1.14.0 with PHP 5.2.6-3 (apache2handler). I don't know exactly what lilypond-version is installed on my (remote) host, but it should be the one in Debian Edge.

20. April 2009 - Nils

Trimming image size for multiple pages[edit]

Hello,

if I use the trimming function, it doesn't work with multiple pages. So, I have modified the source code to fix that.

A second change is that I add a pdf link for lilybook-tag.

2009/05/18 - Manni

The changed source code:

[removed copy of archived extension code]

Replace exec function[edit]

Hello,

My web host doesn't allow the use of the exec function (line 157) and it seems to be very common so I was wondering if it was possible to replace it by the shell_exec (which is allowed) I tried to understand how I could modify the code by I don't know anything about php so the function isn't rejected but it doesn't work anyway.

Thanks for your cool extension.

PS : Is there any dependencies required to have this extension working? (I thing about the math extension)

Matthieu

New version[edit]

Hi there, I have uploaded a new version, here's the changelist.

  1. Rewrote and integrated the trimming functionality. The intention was good, but the original implementation was trimming too much and it was inefficient for the average use case.
  2. Made the border optional. The same effect can be achieved by wrapping the image with text anyway.
  3. Rearranged/added user-configurable variables and defaults.
  4. Removed the overly restrictive
    \relative c''
    from the template, which prevents users from using many useful LilyPond constructs.

I would also like to add support for languages other than the default "netherland". This is currently impossible unfortunately, unless we don't use Lilypond's "safe mode", which is not an option.

There is currently a bug open in Lilypond to implement better support for note languages, which will make it possible. Feel free to weigh in if you are interested.

Thanks. Hopefully acceptable username 06:57, 22 November 2009 (UTC)Reply

Example...[edit]

Are you sure the example is right? "a" means both "a" at the beginning and an octave above that at the end? --Grin 13:48, 28 March 2011 (UTC)Reply

LiliPond uses relative definition of notes. If the distance is less than a fifth (I'm not absolutely sure about the exact rules), you don't have to indicate an octave change (for example a' or a,). Best regards --Uncopy 14:07, 28 March 2011 (UTC)Reply
Lilypond can run in both modes, so a b c' d' e' e is the same as \relative c' {a b c d e e,} -- Sloyment 09:38, 12 September 2011 (UTC)Reply

Bug report[edit]

The current version (2009/11/15) does not work with scores that go over multiple pages, while the old version (2007/08/29) was able to handle that. The error message is: “Failed to parse (PNG conversion failed; check for correct installation of latex, dvips, gs, and convert)” (e.g. on this page) -- Sloyment 09:35, 12 September 2011 (UTC)Reply

Fails with MediaWiki 1.18[edit]

After upgrading MediaWiki to 1.18 the LilyPond extension has stopped working. After discovering the problem, I installed the newest version with the three files LilyPond.php, LilyPond.class.php and LilyPond.i18n.php with no better success.
Setting $wgShowExceptionDetails = true; returns this error:
Detected bug in an extension! Hook wfLilyPondExtension failed to return a value; should return true to continue hook processing or false to abort.
--Even Thorbergsen 21:44, 5 December 2011 (UTC)Reply

It seems like you can get it running by simply adding return true; at the end of the function wfLilyPondExtension in File LilyPond.php. I'm not absolutely sure, but I would try exactly that. Best

--Uncopy 09:55, 6 December 2011 (UTC)Reply

I tried that to make this work with MEdiaWiki 1.18 by using 'return true;' where mentioned above. I does not result that 'Detected bug in an extesion!' phrase anymore, but Lilypond code fails to render, and results '<math_failure> (<math_bad_output>)'. So I guess LilyPond extension is not yet compatible with MediaWiki 1.18

--mamatuu 8 December 2011 (UTC)