]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/skyline.cc
Example of populating auto-LSR with snippets.
[lilypond.git] / lily / skyline.cc
index 5af45e6d692566a1feacdf07dc9ce6393c3c1df1..b729e5312b15a56471f9f7b58ca542e0db947281 100644 (file)
@@ -2,7 +2,7 @@
 
    source file of the GNU LilyPond music typesetter
  
-   (c) 2006 Joe Neeman <joeneeman@gmail.com>
+   (c) 2006--2007 Joe Neeman <joeneeman@gmail.com>
 */
 
 #include "skyline.hh"
@@ -651,6 +651,7 @@ IMPLEMENT_DEFAULT_EQUAL_P (Skyline_pair);
 SCM
 Skyline::mark_smob (SCM)
 {
+  ASSERT_LIVE_IS_ALLOWED();
   return SCM_EOL;
 }