From: hjunes Date: Tue, 28 Oct 2003 23:30:45 +0000 (+0000) Subject: * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos. X-Git-Tag: release/2.1.3~23 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9afdba8e175fee65e85b2db33c1b1457d0db601a;p=lilypond.git * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos. --- diff --git a/ChangeLog b/ChangeLog index 99c7f5f108..84b80161ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-10-29 Heikki Junes + + * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos. + 2003-10-24 Heikki Junes * input/test/transposition.ly: Fix key signatures, given in comments. diff --git a/input/test/follow-thread.ly b/input/test/follow-thread.ly index 851345154a..49be030893 100644 --- a/input/test/follow-thread.ly +++ b/input/test/follow-thread.ly @@ -4,7 +4,7 @@ % followVoice: connect note heads with line when thread switches staff \header{ texidoc="@cindex followVoice Thread -Theads can be traced automagically when they switch staves by setting +Threads can be traced automagically when they switch staves by setting property @code{followVoice}. " } diff --git a/input/test/polymetric.ly b/input/test/polymetric.ly index b859f0a1df..63c689d1bc 100644 --- a/input/test/polymetric.ly +++ b/input/test/polymetric.ly @@ -8,7 +8,7 @@ You can have multiple time signatures occuring at the same time. This is done by moving the timing engraver to staff context. Also, -Staff should be given the alias @code{Timing} to make @code{\time} +Staff should be given the alias @code{Timing} to make @code{\\time} command work correctly. Barlines distort the regular spacing, though.