From 4861c0b13a26dc4ed25fc70f0a25b45dd16425c6 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 18 Apr 2005 12:37:16 +0000 Subject: [PATCH] * input/test/chord-names-languages.ly (Module): rename file. * lily/text-spanner.cc: add bound-padding. * lily/paper-book.cc (systems): accept Paper_score iso. Paper_system vector. * lily/line-interface.cc (make_arrow): new function. Patch by Jonatan Liljedahl (arrows): idem. * lily/line-spanner.cc (line_stencil): add arrows. --- ChangeLog | 2 ++ Documentation/topdocs/NEWS.tely | 10 ++++++++++ Documentation/user/instrument-notation.itely | 2 +- ...{chord-names-german.ly => chord-names-languages.ly} | 0 4 files changed, 13 insertions(+), 1 deletion(-) rename input/test/{chord-names-german.ly => chord-names-languages.ly} (100%) diff --git a/ChangeLog b/ChangeLog index 67ec9a0694..faecbcf94b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-04-18 Han-Wen Nienhuys + * input/test/chord-names-languages.ly (Module): rename file. + * lily/text-spanner.cc: add bound-padding. * lily/paper-book.cc (systems): accept Paper_score diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index d44d55559a..13ebb320c9 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -34,6 +34,16 @@ See user manual, \NAME\ @itemize @bullet @item +Lines, such glissandi or Text-spanner lines can have arrows at the end, + +@lilypond[verbatim,fragment] +\override Glissando #'arrow = ##t +b''2 \glissando b' +@end lilypond + +@item +Chord names may now be rendered in Italian and French. + @file{lilypond-book} now makes @file{lilypond} print line numbers relative to the input file for every error message. diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index 7bb12094a3..0e6877e48d 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -599,7 +599,7 @@ The predefined variables @code{\germanChords}, set these variables. The effect is demonstrated here, -@lilypondfile[raggedright]{chord-names-german.ly} +@lilypondfile[raggedright]{chord-names-languages.ly} There are also two other chord name schemes implemented: an alternate Jazz chord notation, and a systematic scheme called Banter chords. The diff --git a/input/test/chord-names-german.ly b/input/test/chord-names-languages.ly similarity index 100% rename from input/test/chord-names-german.ly rename to input/test/chord-names-languages.ly -- 2.39.5