]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-margin-engraver.cc
release: 1.1.28
[lilypond.git] / lily / staff-margin-engraver.cc
index 54fe0efa1f29b958d6f217116dd551dd56cc9812..42dcf5c4460140d4f06c770c56328f5f1171aa45 100644 (file)
@@ -19,7 +19,7 @@ Staff_margin_engraver::Staff_margin_engraver ()
   axis_ = X_AXIS;
   type_ = "margin";
   visibility_lambda_
-    = gh_eval_str ("(lambda (d) (if (= d 1) '(#f . #f) '(#t . #t)))");
+    = gh_eval_str ("postbreak_only_visibility");
 }