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

Unified Diff: scm/lily.scm

Issue 336550043: Issue 5273: Replace number-or-markup? with integer-or-markup? (Closed)
Patch Set: Created 6 years, 1 month 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 | « scm/define-music-properties.scm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scm/lily.scm
diff --git a/scm/lily.scm b/scm/lily.scm
index ad2b640b88eb08985efd65e939048004c8a9ba86..a9aa4d415c7074621de6be3148d66aee6c963de3 100644
--- a/scm/lily.scm
+++ b/scm/lily.scm
@@ -714,6 +714,7 @@ messages into errors.")
(,fraction? . "fraction, as pair")
(,grob-list? . "list of grobs")
(,index? . "non-negative integer")
+ (,integer-or-markup? . "integer or markup")
(,key? . "index or symbol")
(,key-list? . "list of indexes or symbols")
(,key-list-or-music? . "key list or music")
@@ -724,7 +725,6 @@ messages into errors.")
(,moment-pair? . "pair of moment objects")
(,number-list? . "number list")
(,number-or-grob? . "number or grob")
- (,number-or-markup? . "number or markup")
(,number-or-pair? . "number or pair")
(,number-or-string? . "number or string")
(,number-pair? . "pair of numbers")
« no previous file with comments | « scm/define-music-properties.scm ('k') | no next file » | no next file with comments »

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