]> git.donarmstrong.com Git - lilypond.git/commitdiff
* input/test/[p-r]*.ly: use more verbose texidocs. add comments
authorHeikki Junes <heikki.junes@hut.fi>
Fri, 27 Feb 2004 23:37:16 +0000 (23:37 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Fri, 27 Feb 2004 23:37:16 +0000 (23:37 +0000)
of missing features.

15 files changed:
ChangeLog
input/test/part-combine.ly
input/test/partial-blank.ly
input/test/phrasing-slur-height.ly
input/test/piano-staff-distance.ly
input/test/polymetric-differing-notes.ly
input/test/polymetric.ly
input/test/preset-extent.ly
input/test/repeat-manual.ly
input/test/repeat-shorter-bracket.ly
input/test/repeat.ly
input/test/rest-dot-positions.ly
input/test/rests.ly
input/test/reverse-music.ly
input/test/rhythm-excercise.ly

index df99be6c0439ed723504043c05afec0275e2d02d..57837b87055ce5d5e39b5933231bf09ebc2e8809 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
+
+       * input/test/[p-r]*.ly: use more verbose texidocs. add comments
+       of missing features.
+
 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
 
        * input/test/[j-o]*.ly: update texidocs.
index 5e2ec17e5972e97ac50ce1706abf86df49e23c88..c81f2c655dbda1d103344e8791ac2acf2f294757 100644 (file)
@@ -2,10 +2,11 @@
 \version "2.1.26"
 
 \header{ texidoc="@cindex Part Combine
-In orchestral scores and hymns, voices are traditionally combined onto
-one staff.  LilyPond has a part combiner, that combines or separates two
-voices according to actual rhythm and pitch.  User-defined texts such as
-``solo'' and ``@`a2'' are typeset automagically, as appropriate. "
+In orchestral scores and hymns, voices are traditionally combined into
+one staff.  LilyPond has a part combiner that combines, or separates, two
+voices according to the actual rhythm and pitch.  Configurable texts, such 
+as ``solo'' and ``@`a2'', are typeset automatically in appropriate
+places. "
 }
 
 \score{
index 2522ddbad2bf47f84c3464d47e1f55f06a63e285..bdc14c112b9cffd33c80fc1fe905850b7f0112e7 100644 (file)
@@ -2,10 +2,10 @@
 \version "2.1.26"
 % check with invisible-notes or blank-notes.  possible rename. -gp
 \header{ texidoc = "@cindex Partial Blank
-When entering half music (i.e. for students to complete by hand)
-you need the spacing to correspond to the timing -- all measures
-same length, etc.  This thing implements it by adding invisible
-staff with lots of fast notes. "
+When entering partially typeset music (i.e. for students to be 
+completed by hand), you may need the spacing that correspond to the 
+timing of notes: all measures have same length, etc.  It can be
+implemented by adding an invisible staff with a lot of fast notes. "
 }
 
 quickmeasure = \notes {
index 6c1b5f71ca46d77b6a5074625a7738552ad12b45..634b898937e2291afc1761b2cf0738a4eed3699e 100644 (file)
@@ -1,7 +1,8 @@
 
 \version "2.1.26"
 \header{ texidoc="@cindex Phrasing Slur Height
-Make PhrasingSlur higher, to avoid colission from other slurs. "
+The @code{PhrasingSlur} can be made higher in order to avoid collision 
+with other slurs. "
 }
 
 \score {
index 0e16a723a517077eb29732ddc3ef5c38089a8ff7..62d01cdac7bf2a0c028568149795369a1b2dff00 100644 (file)
@@ -2,9 +2,9 @@
 \header
 {
 
- texidoc = "It is possible to have different staff distances across
-piano systems, but it requires some advanced magic. Kids don't try
-this at home.  "
+ texidoc = "It is possible to have different staff distances between
+the staffs of a piano system, but it requires some advanced Scheme code. 
+Currently, this is for testing purposes.  "
 
 }
 
index d63f44e4d5c75eb3ddb8d85c7afd56849ab8524f..88b88fc291074e2e7563a4b65ff5eb5c8ae88538 100644 (file)
@@ -6,14 +6,17 @@
 
 @cindex scaling durations
 
-You can have multiple time signatures occuring at the same time, with
-different durations aligned.  This is done by 1. compressing one of
-the lines, analogous to \times, but without the bracket, and
-2. manually setting timeSignatureFraction to the desired fraction.
+It is possible to have multiple time signatures, each one in an own staffs, 
+at the same time, and have even a proper vertical alignment of the different 
+durations.  This is done, firstly, by setting a common time signature for
+each staff but replacing it manually using @code{timeSignatureFraction} to 
+the desired fraction, and secondly, by scaling the printed durations to
+the actual, polymetric durations.
 
-This example puts 3/4, 9/8 and 10/8 in parallel. The last staff shows
-what happens on the inside: a 3/4 time signature is combined with a
-3/5 tuplet yielding the equivalent of a 10/8.
+In this example, music with the time signatures of 3/4, 9/8 and 10/8 are
+used in parallel. In the second staff, shown durations are multiplied by 
+2/3, so that 2/3 * 9/8 = 3/4, and in the third staff, shown durations are 
+multiplied by 3/5, so that 3/5 * 10/8 = 3/4.
 
 "
 
index 3dd234801fb9d59e25b6914ce140a769fb9c58c5..c741341a9cba3ea1edae39dc79b350ab88b9112d 100644 (file)
@@ -7,12 +7,15 @@
 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}
-command work correctly. Barlines distort the regular spacing, though.
-
+@code{Staff} should be given the alias @code{Timing} to make @code{\\time}
+command work correctly. The spacing is aligned vertically, although the bar 
+lines seem to distort the regular spacing.
 
 " }
 
+%% Multiple time signatures seem not to be printed, however.
+%% Should print bar lines according to the time signature of each staff. -HJJ
+
 \score{
     \notes \relative c'  <<
        \new Staff {
index a5ea0610998b11b0b65e43bc7dc9cbf8457b70a8..1c71816884910c4ed3daad4214e4ad8970112d88 100644 (file)
@@ -3,10 +3,9 @@
 
 @cindex Preset Extent
 
-
-Grob extents may be hard coded using grob properties.
-The lyrics in this example have extent (-10,10) which is why they are
-spaced so widely.
+The object may be extended to larger sized by overriding their properties.
+The lyrics in this example have an extent of @code{(-10,10)}, which is why 
+they are spaced so widely.
 
 "
 
index 866597be287c8126b558339d9d4aac047b52a828..16a63e08e6b9c54edd89f47859592b9be7394a32 100644 (file)
@@ -1,8 +1,8 @@
 
 \version "2.1.26"
 \header { texidoc = "@cindex Repeat Manual
-You can manually control repeat signs and numbers to produce
-unusual output. "
+By controlling manually the signs and numbers in repeats, an unusual 
+output can be produced. "
 }
 
 \score { \notes \relative c'' {
index 62ceebb9d5215f682d174fc4be2a7e98c0a8b23f..b4027542a6235a4cefe937e059d36dace3c66e56 100644 (file)
@@ -4,8 +4,8 @@
 
 @cindex shorter volta bracket
 
-By setting @code{voltaSpannerDuration} the length of a volta bracket
-can be shortened.
+By setting @code{voltaSpannerDuration}, the horizontal length of a volta 
+bracket can be shortened.
 
 "
 
index 2340781071ca1716b6340524932db18d571e8910..715f567c5a10ddad96ead0f194ff875c2e69e422 100644 (file)
@@ -3,9 +3,12 @@
 % possible rename to lyric-repeat or repeat-lyric.
 
 \header{ texidoc = "@cindex Repeat Lyrics
-You can use alternate lyrics as well as alternate notes for repeats. "
+Alternate lyrics can be used, as well as alternate notes for repeats. "
 }
 
+%% Syntax << { aaa } { bbb } >> seems not to work in lyrics. 
+%% The notes are lyrics do not match syntactically here. - HJJ
+
 \score{
        <<
                  \context Staff \notes\relative c'{ 
index 0ce8f9a8f7124e57829aba5a59a1cc6d64dc8b6d..9bd52ad3a9ed0450aead07406409c62ce554b5a6 100644 (file)
@@ -2,7 +2,7 @@
 \version "2.1.26"
 % candidate for regression.  -gp
 \header { texidoc = "@cindex Rest Dot Positions
-This file tests dotted rests. " }
+Dots of rests should follow the rest positions. " }
 
 muz = \notes \relative c'' {
     \time 6/1
index 4012db84b0152715bbd9ff60f2f354ab1d27e03e..e96150de9b8cd2c9ad952318e9136ee4da62fde6 100644 (file)
@@ -3,7 +3,7 @@
 \header {
     texidoc = "@cindex Rests
 
-Rests in various styles.
+Rests may be used in various styles.
 
 "
 }
index ad6beddb30bf3cfff72b102dc8ea343ca2a6c80d..79825d908729b989226cdd2b0d6e549af6fe7a69 100644 (file)
@@ -2,7 +2,10 @@
 \version "2.1.26"
 % possible rename to scheme-something.
 \header { texidoc="@cindex Scheme Reverse Music
-Simple customised music apply. "
+Symmetric, or palindromical music can be produced, first, by printing
+some music, and second, by printing the same music applying a Scheme
+function to reverse the syntax.
+"
 }
 
 music = \notes \relative c'' { c4 d4( e4 f4 }
index 430e60a41e1f4d12b649ad7fb3b78189c97cfe01..b8303dd0be7958a5b9d88a84bf7ca6c509011ed0 100644 (file)
@@ -1,7 +1,8 @@
 \version "2.1.26"
 \header { texidoc = "@cindex Rhythm Exercise
-This example shows a way to generate rhythm exercises with
-LilyPond (e.g. no staff but retaining the barlines). "
+Rythmic exercises may be produced by removing the @code{Clef} engraver,
+putting all notes to the same pitch and using transparent staff lines.
+"
 }
 
 \score { \notes { c4 c4 c8[ c8]  c2 c2 }