X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fspan-arpeggio-engraver.cc;h=d4dd0f04feb05a6c4fc096bc7b1200502024162c;hb=155f287175f1ab04c0f4d84e6e472b22f9c2b6c4;hp=049f4f2d65fbc13df23c9ace32b684c99537532c;hpb=5ab8335d106d736335698245af3c1b2b2455aed6;p=lilypond.git diff --git a/lily/span-arpeggio-engraver.cc b/lily/span-arpeggio-engraver.cc index 049f4f2d65..d4dd0f04fe 100644 --- a/lily/span-arpeggio-engraver.cc +++ b/lily/span-arpeggio-engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2000--2012 Jan Nieuwenhuizen + Copyright (C) 2000--2014 Jan Nieuwenhuizen Han-Wen Nienhuys @@ -78,10 +78,8 @@ Span_arpeggio_engraver::process_acknowledged () */ if (!span_arpeggio_ && arpeggios_.size () > 1 && to_boolean (get_property ("connectArpeggios"))) - { - span_arpeggio_ = make_item ("Arpeggio", SCM_EOL); - span_arpeggio_->set_property ("cross-staff", SCM_BOOL_T); - } + span_arpeggio_ = make_item ("Arpeggio", SCM_EOL); + if (span_arpeggio_) { for (vsize i = 0; i < note_columns_.size (); i++)