diff --git a/contrib/glilypond/ChangeLog b/contrib/glilypond/ChangeLog
index 7cf6476..e124b3d 100644
--- a/contrib/glilypond/ChangeLog
+++ b/contrib/glilypond/ChangeLog
@@ -1,3 +1,9 @@
+2015-03-20 Werner LEMBERG
+
+ * glilypond.pl : Fix typo.
+
+ Problem reported by Grégoire Babey .
+
2014-09-03 Bernd Warken
* glilypond.pl: New version 1.3.1
diff --git a/contrib/glilypond/glilypond.pl b/contrib/glilypond/glilypond.pl
index 6f8dd83..48101be 100755
--- a/contrib/glilypond/glilypond.pl
+++ b/contrib/glilypond/glilypond.pl
@@ -546,7 +546,7 @@ our $Read =
$ly = new FH_FILE($path_ly);
my $include = new FH_READ_FILE($file);
- my $res = $include->read-all(); # is a refernce to an array
+ my $res = $include->read_all(); # is a reference to an array
foreach ( @$res ) {
chomp;
$ly->print($_);