From: Thomas Morley Date: Mon, 7 Jan 2013 15:28:07 +0000 (+0000) Subject: Typo in time-signature-settings.scm X-Git-Tag: release/2.17.10-1~17 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=3d5a1188ea372ade374d03da1e5e623e6e70f6f5;p=lilypond.git Typo in time-signature-settings.scm Fixing missing space in commented example issue 3074 --- diff --git a/scm/time-signature-settings.scm b/scm/time-signature-settings.scm index af852575dc..6beae72e60 100644 --- a/scm/time-signature-settings.scm +++ b/scm/time-signature-settings.scm @@ -48,7 +48,7 @@ ;;; ((1 . 8) . (3 3 2)) ;;; will cause all primary beams to be broken at 3/8, 6/8, and 8/8. ;;; -;;; ((1. 32) . (16 8 4 4)) +;;; ((1 . 32) . (16 8 4 4)) ;;; will cause all 1/32, 1/64, and 1/128 beams to be broken at 1/2, 3/4, ;;; 7/8, and 8/8. ;;;