]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/span-arpeggio-engraver.cc
Merge remote-tracking branch 'origin/translation'
[lilypond.git] / lily / span-arpeggio-engraver.cc
index 049f4f2d65fbc13df23c9ace32b684c99537532c..d4dd0f04feb05a6c4fc096bc7b1200502024162c 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2000--2012 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 2000--2014 Jan Nieuwenhuizen <janneke@gnu.org>
 
   Han-Wen Nienhuys <hanwen@xs4all.nl>
 
@@ -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++)