]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add texinfo index, renamed input/test/broken-thread-line.ly
authorgpercival <gpercival>
Fri, 13 Jun 2003 21:11:19 +0000 (21:11 +0000)
committergpercival <gpercival>
Fri, 13 Jun 2003 21:11:19 +0000 (21:11 +0000)
to input/test/follow-break.ly

ChangeLog
input/test/broken-thread-line.ly [deleted file]
input/test/fake-grace.ly
input/test/figured-bass.ly
input/test/fill-a4.ly
input/test/follow-break.ly [new file with mode: 0644]
input/test/follow-thread.ly
input/test/force-hshift.ly

index faa9cfca64e26bdffbf08acdbe063aa895ecb734..1c81dff0df8f3e6fb36b255b8c32537ffbb3084e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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. 
diff --git a/input/test/broken-thread-line.ly b/input/test/broken-thread-line.ly
deleted file mode 100644 (file)
index f952ac3..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-\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 %%
index 8cb1cb6ff89786628397112002837c9efc583884..de89e894ed8dc3011c32f3d888d5b830a00d2e37 100644 (file)
@@ -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
index dc363c773606c157f5ccdbb4e18477d9557b0f74..9f2ebbd51b683d1d28d71de66f4b411bee788457 100644 (file)
@@ -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' {
index 4fc8705f248bd3ff679183fa549db988e265d9bd..fd1aa89ca91d2aa64255178153f40df3a7466fd2 100644 (file)
@@ -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/follow-break.ly b/input/test/follow-break.ly
new file mode 100644 (file)
index 0000000..ea3bc68
--- /dev/null
@@ -0,0 +1,27 @@
+\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 %%
index ffb141d49c8d971670bc4ab44c812532d9568b58..d11255194bedf8da2874a0890104831bdc369ff1 100644 (file)
@@ -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 <
index bf9b9657a7902ca167bcf1fd82076ee262c74f4a..9dd87b81a3c2327b5ed52d422a73986b17485857 100644 (file)
@@ -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 %%