Skip to content
Snippets Groups Projects
  • Reinhold Kainhofer's avatar
    b4478f40
    Implement max staff number, other improvements · b4478f40
    Reinhold Kainhofer authored
    -) Calculate good max nr of staves per page
    -) Staff size given in mm rather than pt
    -) add 2-staff choir, tab staff, drum staff, etc.
    -) typos
    -) Add empty header fields for title etc.
    -) good-looking footer line with links to Edition Kainhofer & LilyPond
    -) no page numbers
    -) Create 3 pages (1 title, 2 normal), page number not selectable by more
    -) Add proper absolute pathes to the images and scripts, so the php code
       can be included in any page and will still access the correct files
    	 in the source dir
    -) Create .ly file only if needed, create smarty object only when needed
    -) Disable access to the templates and other code via .htaccess
    b4478f40
    History
    Implement max staff number, other improvements
    Reinhold Kainhofer authored
    -) Calculate good max nr of staves per page
    -) Staff size given in mm rather than pt
    -) add 2-staff choir, tab staff, drum staff, etc.
    -) typos
    -) Add empty header fields for title etc.
    -) good-looking footer line with links to Edition Kainhofer & LilyPond
    -) no page numbers
    -) Create 3 pages (1 title, 2 normal), page number not selectable by more
    -) Add proper absolute pathes to the images and scripts, so the php code
       can be included in any page and will still access the correct files
    	 in the source dir
    -) Create .ly file only if needed, create smarty object only when needed
    -) Disable access to the templates and other code via .htaccess
.htaccess 246 B
# disable everything, except empty_sheet.php and the images
Order allow,deny
Deny from all

<Files index.php>
  Allow from all
</Files>
<Files empty_sheet.php>
  Allow from all
</Files>
<FilesMatch \.(?i:gif|png)$>
  Allow from all
</FilesMatch>