From 6d209bd29394fe068438f602d50b8257b6f766ef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Janek=20Warcho=C5=82?= Date: Sat, 7 Sep 2013 10:19:18 +0200 Subject: [PATCH] Use double ; in comment (single ; sometimes cause trouble) --- scm/output-lib.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))) -- 2.39.2