+2003-06-13 Graham Percival <gperlist@shaw.ca>
+
+ * input/test/f*.ly: added texinfo index.
+ * input/test/broken-thread-line.ly: renamed to follow-break.ly.
+
2003-06-13 Han-Wen Nienhuys <hanwen@cs.uu.nl>
* input/test/(various): cleanup header info.
+++ /dev/null
-\version "1.7.18"
-% TODO: check if this is the best filename. Look for other
-% followvoice examples in input/test
-\header{
- texidoc = "@cindex Piano followVoice
-followVoice: connect note heads with line when thread switches staff.
-" }
-\score{
- \context PianoStaff <
- \context Staff=one \notes\relative c''{
- \context Thread
- a1 \break
- \translator Staff=two
- a,
-
- }
- \context Staff=two { \clef bass \skip 1*2 }
- >
- \paper{
- linewidth = 70.\mm
- \translator {
- \ScoreContext
- followVoice = ##t
- }
- }
-}
-%% new-chords-done %%
\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
\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' {
\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:
%
% 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{
--- /dev/null
+\version "1.7.18"
+% renamed from broken-thread-line.ly to follow-break.ly -gp
+% possible merge with follow-thread, or regression, or delete. -gp
+\header{
+ texidoc = "@cindex followVoice Break
+followVoice: connect note heads with line when thread switches staff.
+" }
+\score{
+ \context PianoStaff <
+ \context Staff=one \notes\relative c''{
+ \context Thread
+ a1 \break
+ \translator Staff=two
+ a,
+
+ }
+ \context Staff=two { \clef bass \skip 1*2 }
+ >
+ \paper{
+ linewidth = 70.\mm
+ \translator {
+ \ScoreContext
+ followVoice = ##t
+ }
+ }
+}
+%% new-chords-done %%
+\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 <
\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 {
\paper {
raggedright = ##t
}
- \midi { }
}
%% new-chords-done %%