From: hanwen Date: Mon, 16 Feb 2004 13:28:36 +0000 (+0000) Subject: release commit X-Git-Tag: release/2.1.27~50 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fb0e7200730f8885cc54158365a981b2babfb934;p=lilypond.git release commit --- diff --git a/Documentation/topdocs/NEWS.texi b/Documentation/topdocs/NEWS.texi index 7e9799b745..155fce522c 100644 --- a/Documentation/topdocs/NEWS.texi +++ b/Documentation/topdocs/NEWS.texi @@ -29,6 +29,8 @@ it is possible to tweak @code{Score} as follows: @} @end example +@item The number of staff lines in Tablature notation is now +automatically deduced from the @code{stringTunings} property. @item The program reference has been cleaned up and revised. diff --git a/Documentation/user/internals.itely b/Documentation/user/internals.itely index 37ed08eced..d4e04069c2 100644 --- a/Documentation/user/internals.itely +++ b/Documentation/user/internals.itely @@ -376,7 +376,7 @@ and without a @code{Clef_engraver}. @refbugs The command @code{\with} has no effect on contexts that already -exist. Neither can it be used for @internalsref{Score} contexts. +exist. @node Engravers and performers diff --git a/VERSION b/VERSION index ef10a17901..23e535e786 100644 --- a/VERSION +++ b/VERSION @@ -1,6 +1,6 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=2 MINOR_VERSION=1 -PATCH_LEVEL=23 -MY_PATCH_LEVEL=hwn2 +PATCH_LEVEL=24 +MY_PATCH_LEVEL= diff --git a/input/regression/beam-multiple-cross-staff.ly b/input/regression/beam-multiple-cross-staff.ly index f175063901..2d308d81d7 100644 --- a/input/regression/beam-multiple-cross-staff.ly +++ b/input/regression/beam-multiple-cross-staff.ly @@ -3,7 +3,7 @@ texidoc = "Kneed beams (often happens with cross-staff beams) should look good when there are multiple beams: all the beams should -go on continuously at the staff change. Stems in both staffs reach up +go on continuously at the staff change. Stems in both staves reach up to the last beam. " } diff --git a/input/regression/grace-staff-length.ly b/input/regression/grace-staff-length.ly index 309f3ff5df..8e9e411479 100644 --- a/input/regression/grace-staff-length.ly +++ b/input/regression/grace-staff-length.ly @@ -1,6 +1,6 @@ \version "2.1.22" \header{ -texidoc = "Stripped version of trip.ly. Staffs should be of correct length." +texidoc = "Stripped version of trip.ly. Staves should be of correct length." } \paper { raggedright= ##t } diff --git a/input/regression/rhythmic-staff.ly b/input/regression/rhythmic-staff.ly index 94d7db7226..5fcd235a4f 100644 --- a/input/regression/rhythmic-staff.ly +++ b/input/regression/rhythmic-staff.ly @@ -2,7 +2,7 @@ \header { - texidoc = "In rhythmic staffs, stems should go up, and bar lines have the size for a 5 line staff. The whole note hangs from the rhythmic staff." + texidoc = "In rhythmic staves stems should go up, and bar lines have the size for a 5 line staff. The whole note hangs from the rhythmic staff." } \score { \notes \context RhythmicStaff diff --git a/input/regression/spacing-accidental-staffs.ly b/input/regression/spacing-accidental-staffs.ly index 48dd67b329..f9a0a60891 100644 --- a/input/regression/spacing-accidental-staffs.ly +++ b/input/regression/spacing-accidental-staffs.ly @@ -1,7 +1,7 @@ \version "2.1.22" \header { -texidoc = "Accidentals in different staffs don't effect the +texidoc = "Accidentals in different staves don't effect the spacing of the quarter notes here." } diff --git a/input/regression/staff-mixed-size.ly b/input/regression/staff-mixed-size.ly index 37820499dd..c6661b9486 100644 --- a/input/regression/staff-mixed-size.ly +++ b/input/regression/staff-mixed-size.ly @@ -1,11 +1,12 @@ \header { -texidoc = "Staffs may be present in several sizes within a score. -This is achieved with an internal scaling factor. When code forgets -factor, objects generally become too thick or too large. -" +texidoc = "Staves may be present in several sizes within a score. +This is achieved with an internal scaling factor. When code forgets to +take into account the scaling factor, objects generally become too +thick or too large on smaller staves." } + \version "2.1.23" \score { diff --git a/input/regression/volta-multi-staff.ly b/input/regression/volta-multi-staff.ly index e0e6e7c778..c9171fd674 100644 --- a/input/regression/volta-multi-staff.ly +++ b/input/regression/volta-multi-staff.ly @@ -1,6 +1,7 @@ \header { - texidoc = "By setting @code{voltaOnThisStaff}, repeats can be put on more staffs in a score." + texidoc = "By setting @code{voltaOnThisStaff}, repeats can be put + on more staves in a score." } \version "2.1.22" diff --git a/lily/translator-scheme.cc b/lily/translator-scheme.cc index ab010a0679..5ec875cc11 100644 --- a/lily/translator-scheme.cc +++ b/lily/translator-scheme.cc @@ -47,10 +47,6 @@ Translator::print_smob (SCM s, SCM port, scm_print_state *) scm_puts ("#", port); return 1; diff --git a/ly/drumpitch-init.ly b/ly/drumpitch-init.ly index bf6bca0744..92d43716df 100644 --- a/ly/drumpitch-init.ly +++ b/ly/drumpitch-init.ly @@ -1,4 +1,6 @@ +\version "2.1.24" + drumPitchNames = #'((acousticbassdrum . acousticbassdrum) (bassdrum . bassdrum) diff --git a/ly/generic-paper-init.ly b/ly/generic-paper-init.ly deleted file mode 100644 index 8b13789179..0000000000 --- a/ly/generic-paper-init.ly +++ /dev/null @@ -1 +0,0 @@ -