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

Unified Diff: input/regression/music-function-string-markup.ly

Issue 152104: Allow music functions to recognize strings as markup. (Closed)
Patch Set: Created 15 years, 4 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 | « no previous file | lily/parser.yy » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: input/regression/music-function-string-markup.ly
diff --git a/input/regression/music-function-string-markup.ly b/input/regression/music-function-string-markup.ly
new file mode 100644
index 0000000000000000000000000000000000000000..e3a80358be6bb9b8bf39e1716d0f62f6d8c303e4
--- /dev/null
+++ b/input/regression/music-function-string-markup.ly
@@ -0,0 +1,17 @@
+\version "2.13.8"
+
+\header {
+ texidoc = "Music functions accept strings as markup arguments
+when using the type predicate @code{markup?}
+"
+}
+
+testFunc =
+#(define-music-function (parser location text music) (markup? ly:music?)
+ ;; dummy function, does nothing
+ music)
+
+\relative c' {
+ \testFunc "test string"
+ c2 <c \testFunc "test string" e>
+}
« no previous file with comments | « no previous file | lily/parser.yy » ('j') | no next file with comments »

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