]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/init.ly
* lily/kpath.cc:
[lilypond.git] / ly / init.ly
index b5471de7c5758acedb0256010240e1d0de05e530..5e3305072a644edc116d8bfef3b500abdcd31027 100644 (file)
@@ -1,6 +1,5 @@
 %% Toplevel initialisation file. 
 
-#(define-public point-and-click #f)
 #(define-public midi-debug  #f)
 
 
@@ -10,7 +9,6 @@
 
 
 #(ly:set-option 'new-relative)
-#(ly:set-point-and-click #f)
 #(define toplevel-scores '())
 #(define $globalheader #f)
 #(define version-seen? #f)
@@ -31,9 +29,7 @@
        )))%% there is a problem at the end of the input file
 
 #(if (not version-seen?)
-  (ly:warn "No \\version included in input file.\nAdd\n\n\t\\version \"~a\"\n\nfor future compatibility" (lilypond-version)))
-  
-
+  (version-not-seen-message))
 
 #(if (pair? toplevel-scores)
   (ly:parser-print-book parser