]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorhanwen <hanwen>
Fri, 20 Jun 2003 09:32:47 +0000 (09:32 +0000)
committerhanwen <hanwen>
Fri, 20 Jun 2003 09:32:47 +0000 (09:32 +0000)
input/test/script-horizontal.ly
input/test/slur-area.ly
input/test/tuplet-rest.ly
input/test/tuplet-spanner-duration.ly
input/test/two-key.ly
input/test/two-slurs.ly
input/test/uniform-breaking.ly
input/test/vertical-extent.ly

index 02990120e742ccf521d96d8328eb3f85f45e4923..dc84b300fa84f5ae9d09b9e8550af39d5b51b30b 100644 (file)
@@ -3,7 +3,8 @@
 \header{ texidoc = "@cindex Script Horizontal
 Please don't use this Scheme hacking unless you have a good reason. "
 }
-       
+
+% delete me, input/regression/finger-horizontal is a better example. -hwn
 \score {
        \notes \context Voice <
                \context Thread = TA { c'4_1 }
index d1bb9ddb785d671ce8855a4dcb3147be5ac411ca..38379e39b9a58761c0da243e230e41d325a4b437 100644 (file)
@@ -1,6 +1,6 @@
 \version "1.7.18"
 % regression or delete.  -gp
-
 \score{
 \notes\relative c''{
 
index 5166a68c31ce6acb01755bdfba8752e87d3c3018..0e00e569e878301aedba3cfaeb4fb33c83a4d863 100644 (file)
@@ -1,5 +1,6 @@
 \version "1.7.18"
 % regression or delete.  -gp
+% regression -hwn
 
 \score {
   \context Voice \notes \relative c'' {
index 18ca2f36a1064c081537fcfa7b08be20ed2506cf..603b26fe5f7fe35164d6fba6cedb5392f3586ff4 100644 (file)
@@ -1,6 +1,8 @@
 \version "1.7.18"
 % regression or delete.
 
+%delete; covered in refman -hwn.
+
 \score
 {
 \context Voice \notes \relative c'' {
index 6c13918ba6175ff32d97a8506dc3fb9c0367cf5f..8578f514671c182f49d523aada4bad99ae2f44a8 100644 (file)
@@ -1,6 +1,9 @@
 \version "1.7.18"
 % regression
 
+
+% no, it doesn't test notation. Perhaps no-notation, but
+% delete is also fine with me. -hwn
 \header { texidoc = "If you specify two different key sigs at one point, a
   warning is printed."
 
index 44d91142ecd9753141bc8fb706b3177290978265..1f9a7658ad3710ead33ad64a1972124a34610ce7 100644 (file)
@@ -7,6 +7,9 @@ You can print a slur in each voice. "
 % We'd want to combine the stems, but have two slurs too...
 % Looks like the a-due engraver
 
+
+% remove?  -hwn
+
 \score{
        \context Staff <
                \context Voice=v \notes\relative c''{
index 525aeda04224ff8050fcad9541e8cd47ccf4e2ec..8a8dce87d041be23dac1e4f4e66bd18e2885f535 100644 (file)
@@ -3,6 +3,7 @@
 % I haven't a clue what it does, but the output doesn't look
 % special.  -gP
 
+
 %{
 Hmm, ik vraag me af of dit al helemaal koel is.
 
index 42b9e63e2bd421317a801b6ab30fe5013b5d87b8..c1e5690a708c8dedcf736d3a524f9bc4af3dc30e 100644 (file)
@@ -3,7 +3,7 @@
 
 \header { texidoc = "
 Vertical extents may be overriden by
-verticalExtent, verticalExtent, verticalExtent. These are
+minimumVerticalExtent, extraVerticalExtent, and  verticalExtent. These are
 normal property values, and are written into the grob when the
 associated context finishes, so using it in \property works.
 " }