lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

typo in time-signature-settings.scm (issue 7030052)


From: thomasmorley65
Subject: typo in time-signature-settings.scm (issue 7030052)
Date: Tue, 01 Jan 2013 17:44:21 +0000

Reviewers: ,

Message:
Quite trivial.
Nevertheless, please review

Description:
typo in time-signature-settings.scm

Fixing missing space in commented example

issue 3074

Please review this at https://codereview.appspot.com/7030052/

Affected files:
  M scm/time-signature-settings.scm


Index: scm/time-signature-settings.scm
diff --git a/scm/time-signature-settings.scm b/scm/time-signature-settings.scm index af852575dcedeb521c56b44be4672d29e1b21210..6beae72e6032173cd0c09555cb922522ed09c82b 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.
 ;;;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]