X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Flily-parser-scheme.cc;h=059cac3149d23b150b2e9f1164f6ac03e96713c3;hb=bdff8baf5bce0c4c456ebbf292ba8fc771e4bd31;hp=5281f7e2a741c3b8867816ea0ec995afcbb0606a;hpb=cf039a0cae992c1437514440478e136c5051e653;p=lilypond.git diff --git a/lily/lily-parser-scheme.cc b/lily/lily-parser-scheme.cc index 5281f7e2a7..059cac3149 100644 --- a/lily/lily-parser-scheme.cc +++ b/lily/lily-parser-scheme.cc @@ -272,7 +272,7 @@ LY_DEFINE (ly_parser_set_note_names, "ly:parser-set-note-names", if (p->lexer_->is_note_state ()) { p->lexer_->pop_state (); - p->lexer_->push_note_state (alist_to_hashq (names)); + p->lexer_->push_note_state (names); } return SCM_UNSPECIFIED;