]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/extending/scheme-tutorial.itely
Various updates to reduce make doc output
[lilypond.git] / Documentation / de / extending / scheme-tutorial.itely
index 11a42bd60c9b67f494f52e3f3fcd09a8fb00d777..a4c5d1e4c6702fa631a36a2ce92cbe7f26d92349 100644 (file)
@@ -761,9 +761,6 @@ Variable @code{twice} importiert:
 @lilypond[verbatim]
 traLaLa = { c'4 d'4 }
 
-%% dummy action to deal with parser lookahead
-#(display "this needs to be here, sorry!")
-
 #(define newLa (map ly:music-deep-copy
   (list traLaLa traLaLa)))
 #(define twice