Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1800)

Unified Diff: scm/define-grob-interfaces.scm

Issue 145490043: Roman string numbers (Closed)
Patch Set: Define a separate number-interface Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ly/property-init.ly ('k') | scm/define-grob-properties.scm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scm/define-grob-interfaces.scm
diff --git a/scm/define-grob-interfaces.scm b/scm/define-grob-interfaces.scm
index e07006e35048c3aca50207c2516492ceb708f955..2321e1c903d4c4b0f50ab87054d38b634b7d8303 100644
--- a/scm/define-grob-interfaces.scm
+++ b/scm/define-grob-interfaces.scm
@@ -217,6 +217,11 @@ accidentals)."
'())
(ly:add-interface
+ 'number-interface
+ "Numbers."
+ '(number-type))
+
+(ly:add-interface
'only-prebreak-interface
"Kill this grob after the line breaking process."
'())
« no previous file with comments | « ly/property-init.ly ('k') | scm/define-grob-properties.scm » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b