From: janneke <janneke>
Date: Thu, 25 Jul 2002 23:53:17 +0000 (+0000)
Subject: spans->spanners
X-Git-Tag: release/1.5.71~64
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d518f2e639fb5866eea549dce37623fa08acaf4b;p=lilypond.git

spans->spanners
---

diff --git a/buildscripts/ontgaar.py b/buildscripts/ontgaar.py
index e2e2c64df4..4e84c2a465 100644
--- a/buildscripts/ontgaar.py
+++ b/buildscripts/ontgaar.py
@@ -185,6 +185,7 @@ for f in files:
 	s = re.sub (r'split_array', 'split', s)
 	s = re.sub (r'custos_array', 'custodes', s)
 	s = re.sub (r'primitives_array', 'primitives', s)
+	s = re.sub (r'span_array', 'spanners', s)
 	s = re.sub (r'(Pointer|Link|Drul|get|heap|_of|remove)_array',
 		    r'\1_Xarray', s)
 	s = re.sub (r'([a-rt-zA-RT-Z])_array', r'\1s', s)