Hi, [Rosegarden 4-1.2_cvs]
Just 2 things about the RG lilypond viewer: 1/ It should be nice to warn the user that it must install "xdialog" in a popup when he use the "Lilypond export" feature (or to disable menu item if it does not exist (same as the "Rosegarden project file" feature with perl twig package)) :-) 2/ See a little patch in attachment that fix a problem with "/dev/pts/0" detection ("-c" to test for character special file instead of regular file (which systematically fail)). Thanks, Bye
--- rosegarden-lilypondview.orig 2005-11-13 22:32:33.000000000 +0100 +++ rosegarden-lilypondview 2005-11-13 22:32:46.000000000 +0100 @@ -167,7 +167,7 @@ count=$(($bars * 7 / 3)) indev=/dev/pts/0 - if [ ! -f "$indev" ]; then indev=/dev/ptya0; fi + if [ ! -c "$indev" ]; then indev=/dev/ptya0; fi $prog_lilypond $args "$base" <$indev 2>&1 | tee -a "$logfile" | \ perl -e '