]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-music-types.scm
Run `make grand-replace'.
[lilypond.git] / scm / define-music-types.scm
index d736bfebb1616f38370f99bdfd29b0eb519944a5..ba4459b8a32a671404fd62ce0c446f3cb4606954 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;
-;;;; (c) 1998--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+;;;; (c) 1998--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 ;;;;                Jan Nieuwenhuizen <janneke@gnu.org>
 
 ;; TODO: should link back into user manual.
@@ -660,7 +660,7 @@ Syntax: @code{\\\\}")
 
 (define-safe-public (make-music name . music-properties)
   "Create a music object of given name, and set its properties
-according to @code{music-properties}, a list of alterning property symbols
+according to @code{music-properties}, a list of alternating property symbols
 and values. E.g:
   (make-music 'OverrideProperty
              'symbol 'Stem
@@ -690,6 +690,6 @@ and values. E.g:
                         (cdr handle)
                         (begin
                           (ly:warning (_ "unknown repeat type `~S'") name)
-                          (ly:warning (_ "See music-types.scm for supported repeats"))
+                          (ly:warning (_ "See define-music-types.scm for supported repeats"))
                           'VoltaRepeatedMusic))))
     (make-music music-name)))