X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/ca7123f5e6439a6726d2c603d5f51bc390916d8f..f49c3d7ee38d51e8056652cb3ee378a7b6d4768e:/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]); }