]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/init.ly
Doc: replaced tabs with spaces in /ly/*.ly
[lilypond.git] / ly / init.ly
index 876fc49464e125c97ad79ceb9d60f04dd6deaee9..8265d171cf2ab3f9ae632ddf722ab4a3a402f99e 100644 (file)
@@ -1,4 +1,4 @@
-%% Toplevel initialisation file. 
+%% Toplevel initialisation file.
 
 %% switch on debugging.
 #(if (and #t (defined? 'set-debug-cell-accesses!))
@@ -70,7 +70,7 @@ $(if (ly:get-option 'include-settings)
             (set! toplevel-scores (list))
             (book-handler parser book)))
          ((or (pair? toplevel-scores) output-empty-score-list)
-          (let ((book (apply ly:make-book $defaultpaper 
+          (let ((book (apply ly:make-book $defaultpaper
                              $defaultheader toplevel-scores)))
             (set! toplevel-scores (list))
             (book-handler parser book)))))