Index: /trunk/asma/Docs/STIL.txt
===================================================================
--- /trunk/asma/Docs/STIL.txt	(revision 751)
+++ /trunk/asma/Docs/STIL.txt	(revision 752)
@@ -1846,5 +1846,5 @@
 COMMENT: Music from the game 'Robin Wojownik Czasu' released by Avalon.
 
-/Composers/Kalinowski_Bartosz/Robin_Wojownik_Czasu_Ingame.sap
+/Composers/Kalinowski_Bartosz/Robin_Wojownik_Cz_Ingame.sap
 COMMENT: Music from the game 'Robin Wojownik Czasu' released by Avalon.
 
@@ -2563,5 +2563,5 @@
 COMMENT: 5th place at Forever 7 music compo.
 
-/Composers/Lis_Piotr/I_Love You_True_Story.sap
+/Composers/Lis_Piotr/I_Love_You_True_Story.sap
 COMMENT: 2nd place at Forever 13 music compo.
 
@@ -4736,13 +4736,13 @@
  ARTIST: D. Robles and J. Milchberg
 
-/Composers/Zuegner_Alfred/Zuegner_Alfred/Everything_s_Alright.sap
+/Composers/Zuegner_Alfred/Everything_s_Alright.sap
   TITLE: Everything's Alright [from the musical Jesus Christ Superstar]
  ARTIST: Andrew Lloyd Webber & Tim Rice
 
-/Composers/Zuegner_Alfred/Zuegner_Alfred/Heaven_On_Their_Minds.sap
+/Composers/Zuegner_Alfred/Heaven_On_Their_Minds.sap
   TITLE: Heaven on Their Minds [from the musical Jesus Christ Superstar]
  ARTIST: Andrew Lloyd Webber & Tim Rice
- 
-/Composers/Zuegner_Alfred/Zuegner_Alfred/Hosanna.sap
+
+/Composers/Zuegner_Alfred/Hosanna.sap
   TITLE: Hosanna [from the musical Jesus Christ Superstar]
  ARTIST: Andrew Lloyd Webber & Tim Rice
@@ -4752,9 +4752,9 @@
  ARTIST: Joe Garland
 
-/Composers/Zuegner_Alfred/Zuegner_Alfred/King_Herod_s_Song.sap
+/Composers/Zuegner_Alfred/King_Herod_s_Song.sap
   TITLE: King Herod's Song (Try it and See) [from the musical Jesus Christ Superstar]
  ARTIST: Andrew Lloyd Webber & Tim Rice
 
-/Composers/Zuegner_Alfred/Zuegner_Alfred/Last_Supper.sap
+/Composers/Zuegner_Alfred/Last_Supper.sap
   TITLE: The Last Supper [from the musical Jesus Christ Superstar]
  ARTIST: Andrew Lloyd Webber & Tim Rice
@@ -4764,5 +4764,5 @@
  ARTIST: Billy Joel
 
-/Composers/Zuegner_Alfred/Zuegner_Alfred/Pilate_s_Dream.sap
+/Composers/Zuegner_Alfred/Pilate_s_Dream.sap
   TITLE: Pilate's Dream [from the musical Jesus Christ Superstar]
  ARTIST: Andrew Lloyd Webber & Tim Rice
@@ -4776,5 +4776,5 @@
  ARTIST: Billy Joel
 
-/Composers/Zuegner_Alfred/Zuegner_Alfred/Superstar.sap
+/Composers/Zuegner_Alfred/Superstar.sap
   TITLE: Superstar [from the musical Jesus Christ Superstar]
  ARTIST: Andrew Lloyd Webber & Tim Rice
Index: /trunk/tools/validate-stil.bat
===================================================================
--- /trunk/tools/validate-stil.bat	(revision 752)
+++ /trunk/tools/validate-stil.bat	(revision 752)
@@ -0,0 +1,4 @@
+grep -E " $" ../asma/Docs/STIL.txt
+grep -E ".{100}" ../asma/Docs/STIL.txt
+grep -v -n -E "^#|^/|^   NAME: |^  TITLE: |^ ARTIST: |^COMMENT: |^         |^$|\(#[0-9]+\)$" ../asma/Docs/STIL.txt
+perl -nle "m{^/} and (-e qq{../asma/$_} or print)" ../asma/Docs/STIL.txt
