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

Unified Diff: ly/music-functions-init.ly

Issue 337520043: Issue 5272: Add \depart <markup>
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
Index: ly/music-functions-init.ly
diff --git a/ly/music-functions-init.ly b/ly/music-functions-init.ly
index abcbee8cb1ab14be80f90c6ea738bc4ec3f50506..3c54eda5e9f86d2af2d309a6b9421a74f2b0fac9 100644
--- a/ly/music-functions-init.ly
+++ b/ly/music-functions-init.ly
@@ -369,6 +369,11 @@ in a CueVoice oriented by @var{dir}.")
+depart =
+#(define-music-function (text) ((markup?))
+ "Mark a point of departure such as @q{D.C.}"
+ (make-music 'DepartureMarkEvent 'text text))
+
displayLilyMusic =
#(define-music-function (port music) ((output-port?) ly:music?)
(_i "Display the LilyPond input representation of @var{music}

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