From 2cc3e191b0a33e8389be5bb3c1b0bbcf8532cb28 Mon Sep 17 00:00:00 2001 From: gpercival Date: Fri, 13 Jun 2003 21:11:19 +0000 Subject: [PATCH] Add texinfo index, renamed input/test/broken-thread-line.ly to input/test/follow-break.ly --- ChangeLog | 5 +++++ input/test/fake-grace.ly | 6 ++++++ input/test/figured-bass.ly | 7 +++---- input/test/fill-a4.ly | 9 ++++++--- input/test/{broken-thread-line.ly => follow-break.ly} | 6 +++--- input/test/follow-thread.ly | 11 ++++------- input/test/force-hshift.ly | 5 ++--- 7 files changed, 29 insertions(+), 20 deletions(-) rename input/test/{broken-thread-line.ly => follow-break.ly} (72%) diff --git a/ChangeLog b/ChangeLog index faa9cfca64..1c81dff0df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-06-13 Graham Percival + + * input/test/f*.ly: added texinfo index. + * input/test/broken-thread-line.ly: renamed to follow-break.ly. + 2003-06-13 Han-Wen Nienhuys * input/test/(various): cleanup header info. diff --git a/input/test/fake-grace.ly b/input/test/fake-grace.ly index 8cb1cb6ff8..de89e894ed 100644 --- a/input/test/fake-grace.ly +++ b/input/test/fake-grace.ly @@ -1,4 +1,10 @@ \version "1.7.18" +% possible rename to grace-fake.ly -gp +\header{ texidoc="@cindex Grace Fake +If desired, you can fake a grace note. by changing the timing and fontsize +instead of using \grace. " } +% although I don't know why you'd want to. + \score { \context Voice \notes\relative c { % to see the magic: uncomment size stuff in init/paper20.ly diff --git a/input/test/figured-bass.ly b/input/test/figured-bass.ly index dc363c7736..9f2ebbd51b 100644 --- a/input/test/figured-bass.ly +++ b/input/test/figured-bass.ly @@ -1,13 +1,12 @@ \version "1.7.18" \header { -texidoc = "Test figured bass. +texidoc = "@cindex Figured Bass +%Test figured bass. Figured bass is created by the FiguredBass context which eats note-requests and rest-requests. You can enter these either using standard @code{<< >>} notation, or using the special @code{\figures @{ @}} -mode, which allows you to type numbers, like @code{<<4 6+>>}. - -" } +mode, which allows you to type numbers, like @code{<<4 6+>>}. " } \score { \notes < \context FiguredBass \transpose c c' { diff --git a/input/test/fill-a4.ly b/input/test/fill-a4.ly index 4fc8705f24..fd1aa89ca9 100644 --- a/input/test/fill-a4.ly +++ b/input/test/fill-a4.ly @@ -1,6 +1,8 @@ \version "1.7.18" +%possible rename to paper-fill-a4.ly -gp +% candidate for regression -gp + -% % test file to get a4 paper really filled, % without having to resort to the ever-ugly oversizing hack: % @@ -9,8 +11,9 @@ % process this file with ly2dvi, and make sure footskip/headsep are set % at a reasonably (small) value. -- jcn % -\header{ -tagline="Ligly" +\header{ texidoc="@cindex Paper a4 Fill +This should fill a4 paper. " +%tagline="Ligly" } \include "paper13.ly" \score{ diff --git a/input/test/broken-thread-line.ly b/input/test/follow-break.ly similarity index 72% rename from input/test/broken-thread-line.ly rename to input/test/follow-break.ly index f952ac31c4..ea3bc685a1 100644 --- a/input/test/broken-thread-line.ly +++ b/input/test/follow-break.ly @@ -1,8 +1,8 @@ \version "1.7.18" -% TODO: check if this is the best filename. Look for other -% followvoice examples in input/test +% renamed from broken-thread-line.ly to follow-break.ly -gp +% possible merge with follow-thread, or regression, or delete. -gp \header{ - texidoc = "@cindex Piano followVoice + texidoc = "@cindex followVoice Break followVoice: connect note heads with line when thread switches staff. " } \score{ diff --git a/input/test/follow-thread.ly b/input/test/follow-thread.ly index ffb141d49c..d11255194b 100644 --- a/input/test/follow-thread.ly +++ b/input/test/follow-thread.ly @@ -1,13 +1,10 @@ +\version "1.7.18" -\header{ -texidoc=" +% 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 -property @code{followVoice}. -" -} +property @code{followVoice}. " } -\version "1.7.18" -% followVoice: connect note heads with line when thread switches staff fragment = \notes { \context PianoStaff < diff --git a/input/test/force-hshift.ly b/input/test/force-hshift.ly index bf9b9657a7..9dd87b81a3 100644 --- a/input/test/force-hshift.ly +++ b/input/test/force-hshift.ly @@ -1,7 +1,7 @@ \version "1.7.18" \header { - texidoc="Force hshift to override collisions" - } + texidoc="@cindex Force hshift +Force hshift to override collisions. " } \score { \context Voice \notes\relative c { @@ -24,6 +24,5 @@ \paper { raggedright = ##t } - \midi { } } %% new-chords-done %% -- 2.39.5