X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Flily.scm;h=10573e29a79a47bd1a04266a7b2560a7ec2b0d68;hb=8dd6a19768114c9af63d7b110426d6720669599a;hp=d4a0b238465dc652a1b0df4e5319931152656ca6;hpb=bbd36fb0cb6b2d8249cbe628470c736747c330d0;p=lilypond.git diff --git a/scm/lily.scm b/scm/lily.scm index d4a0b23846..10573e29a7 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -1,6 +1,6 @@ ;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; Copyright (C) 1998--2010 Jan Nieuwenhuizen +;;;; Copyright (C) 1998--2011 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify @@ -395,6 +395,7 @@ LilyPond safe mode. The syntax is the same as `define*-public'." "define-event-classes.scm" "define-music-callbacks.scm" "define-music-types.scm" + "define-note-names.scm" "output-lib.scm" "c++.scm" "chord-ignatzek-names.scm" @@ -425,6 +426,7 @@ LilyPond safe mode. The syntax is the same as `define*-public'." "flag-styles.scm" "fret-diagrams.scm" + "tablature.scm" "harp-pedals.scm" "define-woodwind-diagrams.scm" "display-woodwind-diagrams.scm" @@ -439,7 +441,6 @@ LilyPond safe mode. The syntax is the same as `define*-public'." "paper.scm" "backend-library.scm" "x11-color.scm" - "tablature.scm" ;; must be after everything has been defined "safe-lily.scm"))