]> git.donarmstrong.com Git - lilypond.git/commitdiff
release commit release/1.5.73
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 14 Aug 2002 15:22:39 +0000 (15:22 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 14 Aug 2002 15:22:39 +0000 (15:22 +0000)
ChangeLog
VERSION
input/regression/lyric_align.ly [deleted file]

index 75b33f2d0c8e0cd2d9e1f03cccdd2a76b6b81876..7f242c031263f96b36aa1b9447bcdabaf2508b64 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,12 @@
 2002-08-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
-        * scm/output-lib.scm: Support of hammers and pulls in tablature
+       * VERSION: 1.73 released.
+
+2002-08-14 <jiba@tuxfamily.org>
+
+       * 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 42c4d31e6e4a277cdbcca5b22282df2ffa4a315c..0d4ac49a1de393b6d020776a5272df43d591611c 100644 (file)
--- 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 (file)
index f93182b..0000000
+++ /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'
-      }
-   >
-}