]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/CodingStyle.pod
release: 0.1.0
[lilypond.git] / Documentation / CodingStyle.pod
index 7fe901c18650f84b83b5c696a5360dcdd61e2386..9f87b123bcbe218f6b542b4d98079ba0d73edb7b 100644 (file)
@@ -99,7 +99,10 @@ the C<type> is a Hungarian notation postfix for C<Type>. See below
 
 =head2 MACROS
 
+The code should not be compilable if proper macro declarations are not
+included. 
 
+Don't laugh. It took us a whole figure out one of these bugs.
 
 =head2 BROKEN CODE