From: Janek WarchoĊ‚ Date: Sat, 7 Sep 2013 08:19:18 +0000 (+0200) Subject: Use double ; in comment (single ; sometimes cause trouble) X-Git-Tag: release/2.17.26-1~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6d209bd29394fe068438f602d50b8257b6f766ef;p=lilypond.git Use double ; in comment (single ; sometimes cause trouble) --- diff --git a/scm/output-lib.scm b/scm/output-lib.scm index 7d83471e72..e04b298975 100644 --- a/scm/output-lib.scm +++ b/scm/output-lib.scm @@ -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))))