]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-column.cc
release: 1.3.24
[lilypond.git] / lily / paper-column.cc
index 94e22e0e34be2494c07336de7fab8ff014c094ea..7b3309513ba3e246dbebc93386da662397fa8f4d 100644 (file)
@@ -144,7 +144,7 @@ Paper_column::when_mom () const
 bool
 Paper_column::musical_b () const
 {
-  SCM m = get_elt_property ("shortest-starter");
+  SCM m = get_elt_property ("shortest-starter-duration");
   Moment s (0);
   if (SMOB_IS_TYPE_B(Moment, m))
     {