On Sun, Oct 11, 2009 at 10:52 PM, Patrick McCarty <pnor...@gmail.com> wrote: > And here is a patch to revert the change.
This is similar to the patch I posted earlier -- except that yours does work :-) Cheers, Valentin
From 2dbcd7705dcfaa93eedf9df8eb50616d4503a885 Mon Sep 17 00:00:00 2001 From: Patrick McCarty <pnor...@gmail.com> Date: Sun, 11 Oct 2009 13:48:52 -0700 Subject: [PATCH] Use LilyPond instead of GNU_LilyPond There have been many complaints about this name change, including the fact that it breaks LilyPondTool. --- gub/installer.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gub/installer.py b/gub/installer.py index 9330367..8977b12 100644 --- a/gub/installer.py +++ b/gub/installer.py @@ -18,7 +18,7 @@ from gub import commands pretty_names = { 'denemo': 'GNU_Denemo', 'git': 'Git', - 'lilypond': 'GNU_LilyPond', + 'lilypond': 'LilyPond', 'openoffice': 'Go-Oo_OpenOffice.org', 'ooo-build': 'Go-Oo_OpenOffice.org', } -- 1.6.5
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user