projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
478d273
)
ledger-lines: horizontal space only when present
author
Keith OHara
<k-ohara5a5a@oco.net>
Sat, 28 Dec 2013 21:40:45 +0000
(13:40 -0800)
committer
David Kastrup
<dak@gnu.org>
Sat, 15 Feb 2014 18:13:45 +0000
(19:13 +0100)
lily/ledger-line-spanner.cc
patch
|
blob
|
history
diff --git
a/lily/ledger-line-spanner.cc
b/lily/ledger-line-spanner.cc
index de88ba402f6518fa44f068b3c431ce975fc25f69..213675da09489b12bf075c371f0bfd7c4c54b2cc 100644
(file)
--- a/
lily/ledger-line-spanner.cc
+++ b/
lily/ledger-line-spanner.cc
@@
-100,7
+100,7
@@
Ledger_line_spanner::set_spacing_rods (SCM smob)
Item *h = heads[i];
int pos = Staff_symbol_referencer::get_rounded_position (h);
- if
(staff_extent.contains (pos
))
+ if
(Staff_symbol::ledger_positions (staff, pos).empty (
))
continue;
/* Ambitus heads can appear out-of-order in heads[],