From 39249f32fcfd2ad4a046a84bf345dce6da890799 Mon Sep 17 00:00:00 2001 From: hanwen Date: Wed, 6 Aug 2003 16:20:17 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 2 ++ Documentation/user/refman.itely | 14 +++++++++----- VERSION | 4 ++-- buildscripts/lilypond-profile.sh | 6 +++--- input/GNUmakefile | 5 +---- lily/main.cc | 2 +- 6 files changed, 18 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index a018b99263..8824c37a4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,8 @@ 2003-08-06 Han-Wen Nienhuys + * Documentation/user/refman.itely (Hiding staffs): fixes. + * mf/feta-eindelijk.mf (tracingvariables): add TODO. * lily/system-start-delimiter.cc (after_line_breaking): retrieve diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index b1c8302e5e..4a35822956 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -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 24b6520a9b..2e1e6ae259 100644 --- 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 diff --git a/buildscripts/lilypond-profile.sh b/buildscripts/lilypond-profile.sh index ccfe245675..78b4953630 100644 --- a/buildscripts/lilypond-profile.sh +++ b/buildscripts/lilypond-profile.sh @@ -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 diff --git a/input/GNUmakefile b/input/GNUmakefile index 5ca35e31dc..e7ed50c01c 100644 --- a/input/GNUmakefile +++ b/input/GNUmakefile @@ -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 diff --git a/lily/main.cc b/lily/main.cc index ca5bc6b240..d85177f710 100644 --- a/lily/main.cc +++ b/lily/main.cc @@ -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" -- 2.11.4.GIT