|
As some of you may have already noticed, if you updated your
translation recently, the script which removed the relative= from
snippet fragments didn't work perfectly, as it left some. For example:
[Documentation (translation *)]$ git grep 'relative='
notation/editorial.itely
[Documentation (translation *)]$ git grep -n 'relative='
it/notation/editorial.itely
it/notation/editorial.itely:152:@lilypond[quote,verbatim,relative=1]
it/notation/editorial.itely:222:@lilypond[verbatim,quote,relative=2]
it/notation/editorial.itely:521:@lilypond[verbatim,quote,relative=2]
it/notation/editorial.itely:730:@lilypond[verbatim,quote,relative=2]
it/notation/editorial.itely:752:@lilypond[verbatim,quote,relative=2]
It's not a big deal, but you should take care while updating.
The commands above should make it easy to spot the differences and the
exact line where it occurs.
|