]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.152
authorfred <fred>
Wed, 27 Mar 2002 01:03:27 +0000 (01:03 +0000)
committerfred <fred>
Wed, 27 Mar 2002 01:03:27 +0000 (01:03 +0000)
Documentation/header.html.in
Documentation/user/macros.itexi
Documentation/user/preface.itely
input/tutorial/solar.ly [new file with mode: 0644]
input/tutorial/test.ly

index 423327d58bfa9dd9f45a2051c8c632f82f931ee3..9804cff65e7a0f76e87c40eb557f47fad00e5d4f 100644 (file)
@@ -41,10 +41,10 @@ which substitutes some @AT_VARIABLES@ as well.
       </td></tr>
       <tr><td><font size=-1>
        <a href="@TOP@Documentation/out-www/index.html#everyone">General information</a><br>
-       <a href="@TOP@Documentation/out-www/index.html#new-users">New users</a><br>
-       <a href="@TOP@Documentation/out-www/index.html#other-users">Other users</a><br>
-       <a href="@TOP@Documentation/out-www/index.html#developers">Developers</a><br>
-       <a href="@TOP@Documentation/out-www/index.html#background">Background info</a><br>
+       <a href="@TOP@Documentation/out-www/index.html#new-users">For new users</a><br>
+       <a href="@TOP@Documentation/out-www/index.html#other-users">For users</a><br>
+       <a href="@TOP@Documentation/out-www/index.html#developers">For developers</a><br>
+       <a href="@TOP@Documentation/out-www/index.html#background">Background information</a><br>
       </td></tr>
       <tr><td bgcolor="#e8e8ff">
        <b>Download </b>
index 77bcf27c3ac53d9c804fe9901150b0c8e1532bfb..7d8699e0b8ee640da1639526403a598be186e0bf 100644 (file)
@@ -18,7 +18,7 @@
 @macro separate
 
 @tex
-\\hbox to\\hsize{\\hfill$\\heartsuit$\\hfill}
+\\hbox to\\hsize{\\hfill\\vrule width1.4 cm height1.0pt\\hfill}
 @end tex
 
 @end macro
 
 @c \heartsf was supposed to be filled?
 
-@c center is broken?
-@ifnottex
-@macro braakseparate
-
-@center ***
-
-@end macro
-@end ifnottex
+@c center*** is broken?
 
 @ifinfo
 @macro separate
index 2ddcf76b3aaed46d34ce9357cbb50f2c2c9c7532..fc9f87b12be9d81dfbe939aeff536fcde916cd41 100644 (file)
@@ -23,8 +23,8 @@ in using LilyPond as we have when hacking it.
 This manual was written to help you learn LilyPond, but as you might
 imagine, we ourselves don't have much to learn about it.  We can't
 really judge whether the manual is helpful for users, but maybe you can!
-So should you find any part of the manual vague, unclear or outdated,
-please let us know.
+Don't hesitate to tell us if you find any part of the manual vague,
+unclear or outdated.
 
 Han-Wen and Jan
 
diff --git a/input/tutorial/solar.ly b/input/tutorial/solar.ly
new file mode 100644 (file)
index 0000000..edc1d82
--- /dev/null
@@ -0,0 +1,15 @@
+
+\score {
+  \notes {
+    \time 4/4
+    \clef treble
+    \key d \minor
+    r4 r8 d''8 cis''4 e''4
+    d''8 a'4. ~ a'4. b'8
+    cis''4 cis''8 cis''8 bis'4 d''8 cis'' ~
+    cis''2 r2
+
+  }
+  \paper { }
+}
+  
index a80f80cd0a1f7a0706079cda4eebae3c216abb43..c9acd9f7e3fb9ed4e771c468e02a85d5c696ebe1 100644 (file)
@@ -1,11 +1,3 @@
-
-
-\header {
- title = "Test"
-}
-
-
 \score {
   \notes { c'4 e'4 g'4 }
-  \paper { }
 }