]> git.donarmstrong.com Git - lilypond.git/commitdiff
more doc strings.
authorhanwen <hanwen>
Thu, 19 Jun 2003 13:53:23 +0000 (13:53 +0000)
committerhanwen <hanwen>
Thu, 19 Jun 2003 13:53:23 +0000 (13:53 +0000)
input/test/broken.ly
input/test/grace-end.ly
input/test/knee-sym.ly

index 7f27abb51bfc3e21e7ae45c8f81058d7c36b3d7b..83028568d837829ac4a241aed6a9c09eb123cfc7 100644 (file)
@@ -1,14 +1,8 @@
 \version "1.7.18"
-% TODO: move to regression or remove?
 
-\header{
-%texidoc =      "This file tests  slurs"
-texidoc = "DELETE, or possibly REGRESSION. "
+\header{ texidoc = "Broken parts of slurs should show the trend of the
+encompassed notes."
 }
-
-%% todo: this is very old, still talks about "feta embedded" slurs? 
-
-
 shortlong =  \notes{
        c4(c-)( c c  |
        c c c c |
@@ -18,29 +12,18 @@ shortlong =  \notes{
 }
 
 broken =  \notes\transpose c c'{
-
       c c c c(
-      c-) c c c(
       c c-) c c(
-      c c c-) c(
       a'-) a' a' a'()
-      a' a' a' a'()
-      c( c c c-) 
-      c( c c f,-)
-      f,( c c c-) 
-      f,( c c f,-)
+      a' a' a' a'(
 }
 
 \score{
        \notes{ 
-%              \shortlong
                \broken
        }
        \paper{ 
-             indent = 0.0\pt
-               %for broken!
-               linewidth= 30.\mm
-
+             raggedright = ##t
        }
 }
 
index 93f5b3a1ed79ff1ba1758cad9ae639cf9d70a761..b0909aefcc3d0c244f14cd559a8f51136b7d5d37 100644 (file)
@@ -1,11 +1,11 @@
 \version "1.7.18"
-% I don't see the point.  I'll add this to my next round
-% of delete'ing, unless Han notices this comment in the
-% changelog and deletes it before I ask.  :)   -gp
-\header {texidoc = "DELETE ME " }
+\header {
 
-%\header { texidoc="@cindex Grace End
-%You can put grace notes after a note. " }
+    texidoc="@cindex Grace End
+ Grace notes after the last note do not confuse the timing code."
+
+
+}
 
 \score { 
   \context Voice \notes\relative c {
index 27234c2bd8b912edad7307022f32a14ceb2daff9..c82f968af06744c07c698786a7535c2e887d1887 100644 (file)
@@ -1,11 +1,15 @@
 \version "1.7.18"
-%  candidate for regression.  -gp
-\header { texidoc = "REGRESSION or DELETE " }
+\header {
+
+    texidoc = "Point-symmetric beams should receive the same
+    quanting. There is no up/down bias in the quanting code."
+
+}
+
 \score{
     \notes\relative c'{
         a8-[ b'' a,, b'']
         b8-[ a,, b'' a,,]
-       \stemUp [ b8 \stemDown b'']
     }
     \paper{
        raggedright = ##t