-
% Script taken from the "typescripts" pacakage at http://modules.contextgarden.net/typescripts
\starttypescript [serif] [linuxlibertine]
\definefontsynonym [LinuxLibertine-Regular] [name:Linux Libertine O] [features=default]
\usetypescript[linuxlibertine]
+% Use old numbers when available
+\definefontfeature[default][default][onum=yes]
+
% Define a custom typescript. We could also have put the \definetypeface's
% directly in the script, without a typescript, but I guess this is more
% elegant...