]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 6 Aug 2003 16:20:40 +0000 (16:20 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 6 Aug 2003 16:20:40 +0000 (16:20 +0000)
ChangeLog
Documentation/user/refman.itely
VERSION
buildscripts/lilypond-profile.sh
input/GNUmakefile
lily/main.cc

index a018b9926315650fe56f8188a51fab4dcb18fe44..8824c37a4ccbd88ec95379e5ebe0da9adccd49ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
 
 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * Documentation/user/refman.itely (Hiding staffs): fixes.
+
        * mf/feta-eindelijk.mf (tracingvariables): add TODO.
 
        * lily/system-start-delimiter.cc (after_line_breaking): retrieve
index b1c8302e5ec56d1cac690d617a67e43c75266842..4a3582295677e07ebcbeb7d50b00d495d0d8ba75 100644 (file)
@@ -1100,8 +1100,12 @@ The bar line objects that are created at @internalsref{Staff} level
 are called @internalsref{BarLine}, the bar lines that span staffs are
 @internalsref{SpanBar}s.
 
+@cindex bar lines at start of system
+@cindex start of system
+
 The barlines at the start of each system are
-@internalsref{SystemStartDelimiter}s, which are spanner objects and
+@internalsref{SystemStartBar}, @internalsref{SystemStartBrace}, and
+@internalsref{SystemStartBracket}.  They are spanner objects and
 typically must be tuned from a @code{\translator} block.
 
 
@@ -1301,10 +1305,10 @@ property @code{auto-knee-gap}.
 
 @refbugs
 
-@cindex hara kiri
+@cindex Frenched staves
+
+Automatically kneed beams cannot be used together with hidden staves.
 
-Automatically kneed beams cannot be used together with Hara Kiri
-staves.
 
 
 @menu
@@ -4306,7 +4310,7 @@ The part combiner is slated to be rewritten [TODO: explain why].
 @subsection Hiding staffs
 
 @cindex Frenched scores
-
+@cindex Hiding staffs
 
 In orchestral scores, staff lines that only have rests are usually
 removed.  This saves some space. This style is called `French Score'.
diff --git a/VERSION b/VERSION
index 24b6520a9be79a98a406215dec3265e32b46ea3c..2e1e6ae25952f8fa8025e8a8459efce194835be1 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,7 +1,7 @@
 PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
-MINOR_VERSION=7
-PATCH_LEVEL=30
+MINOR_VERSION=8
+PATCH_LEVEL=0
 MY_PATCH_LEVEL=
 
 # Use the above to send patches: MY_PATCH_LEVEL is always empty for a
index ccfe245675bab41b9c749e0bc265459cb9091525..78b49536301703463b81c2b4ebe466533b1fffe8 100644 (file)
@@ -24,11 +24,11 @@ EXAMPLE 1: One time use
 
 
 
-EXAMPLE 2: Local installation
+EXAMPLE 2: Install for self
 
        * Do
 
-           mv lilypond-profile $HOME/bin/
+           cp lilypond-profile $HOME/bin/
 
        * Add
 
@@ -39,7 +39,7 @@ EXAMPLE 2: Local installation
        * Logout.
 
 
-EXAMPLE 3: Global installation
+EXAMPLE 3: Install for all users.
 
        * Do
 
index 5ca35e31dc3bbd22125d4fdb7726c557076d9fe2..e7ed50c01c3bd6369e25ad537b3372550dd62ddf 100644 (file)
@@ -2,10 +2,7 @@ depth = ..
 
 SUBDIRS=test regression tutorial no-notation ascii-art template mutopia 
 
-# nereides is tweaked a lot, can't do (read webpage)
-
-examples= 
-#examples+=size11 size13 size16 size20 size23 size26
+examples= les-nereides
 
 LOCALSTEPMAKE_TEMPLATES=ly mutopia
 EXTRA_DIST_FILES=paddy.abc
index ca5bc6b2407ce082014269fa02805b97110849b3..d85177f710b1b692b47833335b2408e42cbc4e52 100644 (file)
@@ -154,7 +154,7 @@ usage ()
   /* No version number or newline here. It confuses help2man.  */
   printf (_f ("Usage: %s [OPTIONS]... FILE...", "lilypond").to_str0 ());
   printf ("\n\n");
-  printf (_ ("Typeset music and or play MIDI from FILE.").to_str0 ());
+  printf (_ ("Typeset music and/or produce MIDI from FILE.").to_str0 ());
   printf ("\n\n");
   printf(_ (
 "LilyPond is a music typesetter.  It produces beautiful sheet music\n"