]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/programming-interface.itely
* lily/include/book.hh (class Book): idem.
[lilypond.git] / Documentation / user / programming-interface.itely
index 4536fff21ac5aa661fae9320a994c3e500ee4f4b..8b40fe3140c0d97a7504e935813989395414da7f 100644 (file)
@@ -197,9 +197,8 @@ AltOff = {
 
 @noindent
 This example may be rewritten to pass in music expressions,
-@c fixme
-@ignore
-i@l ilypond[quote,verbatim,ragged-right]
+
+@lilypond[quote,verbatim,ragged-right]
 withAlt = #(define-music-function (parser location mag music) (number? ly:music?)
   #{ \override Stem #'length = #$(* 7.0 mag)
      \override NoteHead #'font-size =
@@ -210,8 +209,7 @@ withAlt = #(define-music-function (parser location mag music) (number? ly:music?
 
 { c'2 \withAlt #0.5 {c'4 c'}
   \withAlt #1.5 {c' c'} c'2 }
-@end l ilypond
-@end ignore
+@end lilypond
 
 @node Void functions
 @subsection Void functions