Rob Canning wrote:
i was trying to do it with sed with a line like this:
sed 's/~/\\glissando/' header-inserted > ties-fixed;
but ran into trouble with all the ^ sybols and so on -
I tried this myself and it seems to work fine once add the 'g' flag:
's/~/\\glissando/g'
However, horizontal glissandi may coincide with staff lines, so this
isn't the best solution in any case.
Brett
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user