]> git.donarmstrong.com Git - lilypond.git/commitdiff
Use double ; in comment (single ; sometimes cause trouble)
authorJanek Warchoł <lemniskata.bernoullego@gmail.com>
Sat, 7 Sep 2013 08:19:18 +0000 (10:19 +0200)
committerJanek Warchoł <lemniskata.bernoullego@gmail.com>
Sat, 7 Sep 2013 08:19:18 +0000 (10:19 +0200)
scm/output-lib.scm

index 7d83471e72630467f0b061e8dd907daa8e1b6398..e04b298975cde419bfc931c2fbdd34e4d84d574e 100644 (file)
@@ -1256,7 +1256,7 @@ parent or the parent has no setting."
               (head-up (ly:grob-array-ref heads 1))
               (fraction (ly:grob-property grob 'length-fraction 0.7))
               (max-gap (ly:grob-property grob 'maximum-gap 0.45))
-              ; distance between noteheads:
+              ;; distance between noteheads:
               (distance (- (interval-start (ly:grob-extent head-up common Y))
                           (interval-end (ly:grob-extent head-down common Y))))
               (gap (* 0.5 distance (- 1 fraction))))