From 520f5b49df18b0da114e5f8b69604eaa67026dc3 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 14 Aug 2002 15:22:39 +0000 Subject: [PATCH] release commit --- ChangeLog | 8 +++- VERSION | 4 +- input/regression/lyric_align.ly | 73 --------------------------------- 3 files changed, 8 insertions(+), 77 deletions(-) delete mode 100644 input/regression/lyric_align.ly diff --git a/ChangeLog b/ChangeLog index 75b33f2d0c..7f242c0312 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,12 @@ 2002-08-14 Han-Wen Nienhuys - * scm/output-lib.scm: Support of hammers and pulls in tablature + * VERSION: 1.73 released. + +2002-08-14 + + * scm/output-lib.scm: Support of hammers and pulls in tablature -- Hammers and pulls are inserted exactly like slurs, and a "H" or - a "P" is added over the slur as needed. The file + a "P" is added over the slur as needed. * ./input/test/tablature-hammer.ly: example of hammer, pull and legato in a tablature. diff --git a/VERSION b/VERSION index 42c4d31e6e..0d4ac49a1d 100644 --- a/VERSION +++ b/VERSION @@ -1,8 +1,8 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=5 -PATCH_LEVEL=72 -MY_PATCH_LEVEL=jcn2 +PATCH_LEVEL=73 +MY_PATCH_LEVEL= # Use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/input/regression/lyric_align.ly b/input/regression/lyric_align.ly deleted file mode 100644 index f93182b946..0000000000 --- a/input/regression/lyric_align.ly +++ /dev/null @@ -1,73 +0,0 @@ -\version "1.5.68" -\header{ - texidoc="Lyric alignment - - Lyric alignment is adjustable both interms of alignment between stanzas and on notehead. - - If the property alignment is not set, there is automatic determination of alignment type based on punctuation. (ee lyric-phrasing.ly) - -" -} - -%\paper { linewidth = -1. } -\score { - \addlyrics - \context Voice = "v" \notes \relative c'' { - \property Staff.automaticMelismata = ##t - \cadenzaOn - a\breve \bar "||" a1 \bar "|" a \bar "|" a \bar "||" \break a \bar "|" a \bar "|" a \bar "|" a \bar "||" \break a \bar "|" a \bar "|." - } - \context Lyrics < - \context LyricsVoice = "v-1" \lyrics { -% \property LyricsVoice . stanza = "1:" - \property Lyrics . LyricText \override #'ignore-length-mismatch = ##t - \property Lyrics . LyricText \override #'alignment = #-1 - \property Lyrics . LyricText \override #'begin-alignment = #8 - - "Particularly useful for reciting notes " - left - - \property Lyrics . LyricText \override #'alignment = #0 - - centered - - \property Lyrics . LyricText \override #'alignment = #1 - - right - - \property Lyrics . LyricText \override #'alignment = #-1 - \property Lyrics . LyricText \override #'begin-alignment = #2 - - left_half_way - - \property Lyrics . LyricText \override #'begin-alignment = #4 - - left_one_quarter - - \property Lyrics . LyricText \override #'begin-alignment = #10 - - left_one_tenth - - \property Lyrics . LyricText \override #'begin-alignment = #1 - - left_one_whole - - \property Lyrics . LyricText \override #'ignore-length-mismatch = ##f - \property Lyrics . LyricText \override #'begin-alignment = #4 - - Very_short_lyrics_remain_in_touch_with_their_note - - \property Lyrics . LyricText \override #'alignment = #1 - \property Lyrics . LyricText \override #'end-alignment = #1.1 - \property Lyrics . LyricText \override #'ignore-length-mismatch = ##t - - - Unless_ignore-length-mismatch_is_true - - } - \context LyricsVoice = "v-2" \lyrics { -% \property LyricsVoice . stanza = "2:" - " with many syllables under them." l c r l l l x x x note' true' - } - > -} -- 2.39.5