X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/6bed50592d8cfedaf8f135f312fd81409e7756fd..c5df9b21d316da6e6a82feff54be042f503f381d:/writing.plp diff --git a/writing.plp b/writing.plp index a8bf630..9f49a0e 100644 --- a/writing.plp +++ b/writing.plp @@ -48,7 +48,8 @@ for ( next; } $glyphs->print($title => [map { - ref $_ eq 'ARRAY' ? @$_ : map { ".>$_" } + my $lead = s/^(-)// && $1; + ref $_ eq 'ARRAY' ? @$_ : map { ".>$lead$_" } $scriptname->{$source.'_'.$_} || $scriptname->{$_} || $_ } @table]); }