]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/new-chord-name-engraver.cc
* input/regression/ambitus.ly: move file.
[lilypond.git] / lily / new-chord-name-engraver.cc
index 49e728306f9be19b4b356bccc08a2fca677e74a4..d76e288fc4d12e8c82045cd86032d62c78e4e5c1 100644 (file)
@@ -74,6 +74,7 @@ New_chord_name_engraver::process_music ()
 
   pitches = scm_sort_list (pitches, Pitch::less_p_proc);
 
+
   SCM name_proc = get_property ("chordNameFunction");
   SCM exceptions = get_property ("chordNameExceptions");
   SCM markup = scm_call_4 (name_proc, pitches, bass, inversion, exceptions);