X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpage-turn-engraver.cc;h=d7c7ccec3258a19940c6bb92eb1fdddeda525efb;hb=cb70d60728a73500c973f8fbb9dc03ea1a288fdc;hp=1acbf8a13dde41460224395beea1c6afbfcd6aca;hpb=71aa438bce0f68b0e8ab8c633b4902c971ede48b;p=lilypond.git diff --git a/lily/page-turn-engraver.cc b/lily/page-turn-engraver.cc index 1acbf8a13d..d7c7ccec32 100644 --- a/lily/page-turn-engraver.cc +++ b/lily/page-turn-engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2006--2011 Joe Neeman + Copyright (C) 2006--2012 Joe Neeman LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -172,7 +172,7 @@ IMPLEMENT_TRANSLATOR_LISTENER (Page_turn_engraver, break); void Page_turn_engraver::listen_break (Stream_event *ev) { - string name = ly_symbol2string (ev->get_property ("class")); + string name = ly_symbol2string (scm_car (ev->get_property ("class"))); if (name == "page-turn-event") {