]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music-sequence.cc
Doc: removing a left over html tag in a snippet
[lilypond.git] / lily / music-sequence.cc
index dde9b653c9a3b6d84542b2de321f61e41b9c66ab..7ab62470b567bc5fad37a004329749d7fa7d00a2 100644 (file)
@@ -88,10 +88,11 @@ Music_sequence::event_chord_length_callback (SCM m)
   Music *me = unsmob_music (m);
   Duration *d = unsmob_duration (me->get_property ("duration"));
   // Preset duration is used in chord repetitions.
-  if (d) {
-    Moment mom = d->get_length ();
-    return mom.smobbed_copy ();
-  }
+  if (d)
+    {
+      Moment mom = d->get_length ();
+      return mom.smobbed_copy ();
+    }
   return maximum_length (me->get_property ("elements")).smobbed_copy ();
 }