]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/constrained-breaking.cc
Lilypond-book: don't crash in linewidth detection in latex mode when latex cannot...
[lilypond.git] / lily / constrained-breaking.cc
index bff8e79df9dfee4e8e459da2fbe8876ea6f9d267..d269cff48571d91fcfda5bd25a8ade3a0863d86b 100644 (file)
@@ -554,7 +554,7 @@ Line_details::Line_details (Prob *pb, Output_def *paper)
 
   if (scm_is_pair (footnotes))
     for (SCM s = footnotes; scm_is_pair (s); s = scm_cdr (s))
-      footnotes_.push_back (unsmob_stencil (scm_cadar (s)));
+      footnotes_.push_back (unsmob_stencil (scm_caddar (s)));
 
   last_column_ = 0;
   force_ = 0;