On Wed, Jun 29, 2011 at 11:53:34PM +0000, Keith OHara wrote:
> Pre-filtering works well, assuming we drop the corresponding astyle options:
> 
>  # add space before (, except in macro definitions
>  sed -i -e '/#\s*define/!s/\([)_[:alnum:]]\)(/\1 (/g' $*

Hmm.  This line gives me control characters, such as

--- a/flower/file-name.cc
+++ b/flower/file-name.cc
@@ -136,7 +136,7 @@ File_name::to_string () const
   string f = file_part ();
 
   if (!f.empty ()
-      && !dir_.empty())
+      && !dir_.empt^A ())


No clue why.  :(

Cheers,
- Graham

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to