[PATCH] Add docstrings without typos to \partcombine, \pitchedTrill and \quoteDuring music function definitions. |
[ Thread Index |
Date Index
| More lilynet.net/frogs Archives
]
- Subject: [PATCH] Add docstrings without typos to \partcombine, \pitchedTrill and \quoteDuring music function definitions.
- From: Ian Hulin <ian@xxxxxxxxxxxx>
- Date: Sun, 13 Sep 2009 00:01:26 +0100
Signed-off-by: Ian Hulin <ian@nanny-ogg.(none)>
---
ly/music-functions-init.ly | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/ly/music-functions-init.ly b/ly/music-functions-init.ly
index a57a17b..9085ed8 100644
--- a/ly/music-functions-init.ly
+++ b/ly/music-functions-init.ly
@@ -583,13 +583,17 @@ parenthesize =
partcombine =
#(define-music-function (parser location part1 part2) (ly:music? ly:music?)
- (make-part-combine-music parser
+(_i "Take the music in @var{part1} and @var{part2} and typeset so that they
+ share a staff.")
+ (make-part-combine-music parser
(list part1 part2)))
pitchedTrill =
#(define-music-function
(parser location main-note secondary-note)
(ly:music? ly:music?)
+(_i "Print a trill with @var{main-note} as the main note of the trill and
+print @var{secondary-note} as stemless note head in parentheses.")
(let*
((get-notes (lambda (ev-chord)
(filter
@@ -623,6 +627,10 @@ quoteDuring =
#(define-music-function
(parser location what main-music)
(string? ly:music?)
+ (_i "Indicate a section of the music to be quoted. @car{what} indicates the name
+of the quoted voice, as specified in a @code{\\addquote} command.
+@var{main-music} is used to indicate the length of the music to be quoted; it
+usually contains spacers or multi-measure rests.")
(make-music 'QuoteMusic
'element main-music
'quoted-music-name what
--
1.6.0.4
--------------050203010007070304060801
Content-Type: text/x-patch;
name="0002-Fix-remaining-define-music-function-calls-with-no-do.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename*0="0002-Fix-remaining-define-music-function-calls-with-no-do.pa";
filename*1="tch"