projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1cfbce
)
* lily/volta-bracket.cc (after_line_breaking): new function. Set
author
Han-Wen Nienhuys
<hanwen@xs4all.nl>
Mon, 10 Oct 2005 14:12:35 +0000
(14:12 +0000)
committer
Han-Wen Nienhuys
<hanwen@xs4all.nl>
Mon, 10 Oct 2005 14:12:35 +0000
(14:12 +0000)
edge-height.
* scm/define-grobs.scm (all-grob-descriptions): set
between-length-limit to 1.0
lily/volta-bracket.cc
patch
|
blob
|
history
diff --git
a/lily/volta-bracket.cc
b/lily/volta-bracket.cc
index 16acc5eee936d87a61a7b442e8bd828e14386bc0..c8e590b0f34d64983bf3421c097b0b2416c5dfee 100644
(file)
--- a/
lily/volta-bracket.cc
+++ b/
lily/volta-bracket.cc
@@
-177,5
+177,9
@@
Volta_bracket_interface::add_column (Grob *me, Grob *c)
ADD_INTERFACE (Volta_bracket_interface, "volta-bracket-interface",
"Volta bracket with number",
- "bars thickness height");
+
+ /* properties */
+ "bars "
+ "thickness "
+ "height");