]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lyric-engraver.cc
Doc: Glossary - add notes for High Bass Clef
[lilypond.git] / lily / lyric-engraver.cc
index fadb35d6b4c8dd3d10e7a541b5bdabc80da2d1b7..bc576bf3ccc669f23fbea53df01ce072c069549b 100644 (file)
@@ -96,7 +96,10 @@ get_voice_to_lyrics (Context *lyrics)
 
   SCM avc = lyrics->get_property ("associatedVoiceContext");
   if (Context *c = unsmob<Context> (avc))
-    return c;
+    {
+      if (!c->is_removable ())
+        return c;
+    }
 
   SCM voice_name = lyrics->get_property ("associatedVoice");
   string nm = lyrics->id_string ();