]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/skyline.scm
Improve formatting of PaperColumn debug info
[lilypond.git] / scm / skyline.scm
index c4d18396e946fbe665d0331c1882e17c39dfa0ac..0889414cbc0af970a8bb0e38f67be41f419f4de1 100644 (file)
@@ -19,7 +19,7 @@
   (and (ly:skyline-empty? (ly:skyline-pair::skyline skyp UP))
        (ly:skyline-empty? (ly:skyline-pair::skyline skyp DOWN))))
 
-; checks if the pair is not null, and then if not empty
+;; checks if the pair is not null, and then if not empty
 (define-public (skyline-pair-and-non-empty? skyp)
   (and (ly:skyline-pair? skyp)
        (not (skyline-pair::empty? skyp))))