Re: [translations] Fwd: convert-ly on translations |
[ Thread Index |
Date Index
| More lilynet.net/translations Archives
]
Le 23/10/2010 16:48, Francisco Vila disait :
Hereby I forward this from Graham. Feel free to ask if anyone has problems.
I had to compare the results with 10bd5cc938 from Graham and a further
commit fbc66ca73dac9 . Some manual retouches were needed.
To check all files had the version string I did this naive command
Documentation/es$ for a in `find |grep .itely$` ; do echo $a; grep
'@c \\version' $a; done
For the actual convert I did
Documentation/es$ for a in `find |grep .itely$` ; do echo $a;
convert-ly -e $a&>> errors; done
Then checked errors.
Mainly in LL/notation/staff.itely
remaining instances of "@funindex RemoveEmptyStaffContext" to be
removed (corresponding to lines 716 and 765 of the English version)
instances (after converting) of
@funindex \Staff \RemoveEmptyStaves
to be changed with
@funindex \RemoveEmptyStaves
and in LL/notation/fretted-strings.itely where
"... #default-fret-table \chordmode {..." will become
"... #default-fret-table #default-fret-table \chordmode {..."
with one superfluous "#default-fret-table"
As far as I remember, that's all I noticed comparing with Graham's results.
Cheers,
Jean-Charles