From: fred Date: Wed, 27 Mar 2002 01:03:27 +0000 (+0000) Subject: lilypond-1.3.152 X-Git-Tag: release/1.5.59~699 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f15ae4b0af9484e526d36c25669395c4909e04aa;p=lilypond.git lilypond-1.3.152 --- diff --git a/Documentation/header.html.in b/Documentation/header.html.in index 423327d58b..9804cff65e 100644 --- a/Documentation/header.html.in +++ b/Documentation/header.html.in @@ -41,10 +41,10 @@ which substitutes some @AT_VARIABLES@ as well. General information
- New users
- Other users
- Developers
- Background info
+ For new users
+ For users
+ For developers
+ Background information
Download diff --git a/Documentation/user/macros.itexi b/Documentation/user/macros.itexi index 77bcf27c3a..7d8699e0b8 100644 --- a/Documentation/user/macros.itexi +++ b/Documentation/user/macros.itexi @@ -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 @@ -26,14 +26,7 @@ @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 diff --git a/Documentation/user/preface.itely b/Documentation/user/preface.itely index 2ddcf76b3a..fc9f87b12b 100644 --- a/Documentation/user/preface.itely +++ b/Documentation/user/preface.itely @@ -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 index 0000000000..edc1d82fb5 --- /dev/null +++ b/input/tutorial/solar.ly @@ -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 { } +} + diff --git a/input/tutorial/test.ly b/input/tutorial/test.ly index a80f80cd0a..c9acd9f7e3 100644 --- a/input/tutorial/test.ly +++ b/input/tutorial/test.ly @@ -1,11 +1,3 @@ - - -\header { - title = "Test" -} - - \score { \notes { c'4 e'4 g'4 } - \paper { } }