]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-signature.cc
release: 1.3.55
[lilypond.git] / lily / time-signature.cc
index 4a67538f35709194967b29e2136a6665a9905bae..15d419a94f5a8eb104e133c2ac1f66c5cbf3b8be 100644 (file)
 #include "paper-def.hh"
 #include "lookup.hh"
 
-Time_signature::Time_signature ()
+Time_signature::Time_signature (SCM s)
+  :  Item (s)
 {
-  set_elt_property ("breakable", SCM_BOOL_T);
+
 }
 
 // ugh.!