On Sat, Aug 14, 2010 at 06:35:15PM +0200, Jean-Charles Malahieude wrote: > On my way to translate "running.itely" I notice that we have > an @example environment that runs off the page in section > "LilyPond in chroot jail" (starting line 509 of the source). > This sed command is reproduced as is in the full script for > Ubuntu later on. > > Is it possible to "split" this script line? and where?
Well, the 'for' loop could definitely be split over a few lines, but we'd still be left with the long pipe'd line. What we really want is a way to split long command-lines onto multiple shorter lines. This is a general unix question -- try a few google searches along those lines. (A web-specific solution would be some magic in the .css file, but that won't do anything for info or pdf, so there's no point fussing about that.) Cheers, - Graham _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
