diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2000-05-26 01:15:04 +0200 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2000-05-26 01:15:04 +0200 |
commit | e7d84e6728ecfdf74d8f214486a29c2aca199819 (patch) | |
tree | d232cfcadde8e9cb3ba5df41fe8c7d269c531f0d /lily/paper-column.cc | |
parent | 11aa496ee8f9c29f90b108bb8f7136e3791f1c18 (diff) |
patch::: 1.3.54.hwn2
* Experimental property collapse for clef and staff-symbol.
---
Generated by hanwen@cs.uu.nl,
From = lilypond-1.3.54.hwn1, To = lilypond-1.3.54.hwn2
usage
cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.54.hwn2.diff
Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure
Diffstat (limited to 'lily/paper-column.cc')
-rw-r--r-- | lily/paper-column.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lily/paper-column.cc b/lily/paper-column.cc index d81fc89911..a399a6acea 100644 --- a/lily/paper-column.cc +++ b/lily/paper-column.cc @@ -131,3 +131,8 @@ Paper_column::musical_b () const return s != Moment(0); } +bool +Paper_column::used_b ()const +{ + return gh_pair_p (get_elt_pointer ("elements")) || breakable_b (); +} |