From afbf2adcf51b409d7825daa71f6869f7dbf0385a Mon Sep 17 00:00:00 2001
From: Jean-Charles Malahieude <lilyfan@orange.fr>
Date: Sat, 11 Mar 2017 17:12:05 +0100
Subject: [PATCH] fix bad xref leftover with Issue 4966 in
 define-markup-commands.scm

in notation-splittexi.log:
 WARNING: Unable to find node 'The Feta font' in book notation.

$ git grep -n 'The Feta font'
scm/define-markup-commands.scm:3110:the music font.  See @ruser{The Feta font} for a complete listing of
---
 scm/define-markup-commands.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scm/define-markup-commands.scm b/scm/define-markup-commands.scm
index f048aeabce..fbc7ee5ecb 100644
--- a/scm/define-markup-commands.scm
+++ b/scm/define-markup-commands.scm
@@ -3107,7 +3107,7 @@ normal text font, no matter what font was used earlier.
   #:category music
   "@var{glyph-name} is converted to a musical symbol; for example,
 @code{\\musicglyph #\"accidentals.natural\"} selects the natural sign from
-the music font.  See @ruser{The Feta font} for a complete listing of
+the music font.  See @ruser{The Emmentaler font} for a complete listing of
 the possible glyphs.
 
 @lilypond[verbatim,quote]
-- 
2.39.5