]> git.donarmstrong.com Git - lilypond.git/commitdiff
Typo in time-signature-settings.scm
authorThomas Morley <thomasmorley65@googlemail.com>
Mon, 7 Jan 2013 15:28:07 +0000 (15:28 +0000)
committerJames Lowe <pkx166h@gmail.com>
Mon, 7 Jan 2013 15:30:29 +0000 (15:30 +0000)
Fixing missing space in commented example

issue 3074

scm/time-signature-settings.scm

index af852575dcedeb521c56b44be4672d29e1b21210..6beae72e6032173cd0c09555cb922522ed09c82b 100644 (file)
@@ -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.
 ;;;