X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fframework-null.scm;h=bcc58142e5c776e8bdb09b3c7fe7bffa16d22ee9;hb=55aad8c485e14d29d78eddc0782a5e9901c6bf2c;hp=89fae350c2e0072cbdb4144347ba3c68da1233c5;hpb=84ed119f2e76f41fcd4f4fda0614472717a9816c;p=lilypond.git diff --git a/scm/framework-null.scm b/scm/framework-null.scm index 89fae350c2..bcc58142e5 100644 --- a/scm/framework-null.scm +++ b/scm/framework-null.scm @@ -1,4 +1,4 @@ -;; module for benchmarking. +;;;; framework-null.scm -- module for benchmarking. (define-module (scm framework-null) #:export (output-framework) @@ -6,14 +6,13 @@ (use-modules (ice-9 regex) (ice-9 string-fun) - (ice-9 format) (guile) (srfi srfi-1) (ice-9 pretty-print) (srfi srfi-13) (lily)) -(define-public (output-framework channel book scopes fields ) +(define-public (output-framework channel book scopes fields) #t) @@ -24,5 +23,3 @@ (define-public (convert-to-ps . args) #t) (define-public (convert-to-pdf . args) #t) (define-public (convert-to-png . args) #t) -(define-public (convert-to-dvi . args) #t) -(define-public (convert-to-tex . args) #t)