From: Jan Nieuwenhuizen Date: Thu, 30 May 2002 14:05:48 +0000 (+0000) Subject: New file. X-Git-Tag: release/1.5.61~42 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c4070059e39f3a08cc4950cff3aff4c990713715;p=lilypond.git New file. --- diff --git a/ChangeLog b/ChangeLog index ded13a7272..97960c0c58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-05-30 Jan Nieuwenhuizen + + * input/bugs/melisma-tie-rest.ly: New file. + 2002-05-30 Han-Wen * lily/stem.cc (calc_stem_info): remove min_y member, rename diff --git a/input/bugs/melisma-tie-rest.ly b/input/bugs/melisma-tie-rest.ly new file mode 100644 index 0000000000..08a832bb2d --- /dev/null +++ b/input/bugs/melisma-tie-rest.ly @@ -0,0 +1,24 @@ +\header{ + texidoc = "Lyric extenders that start because of an autmatic tie melisma, +extend during a subsequent rest, and cannot be forced to stop." +} +\score{ + < + \addlyrics + \context Staff = soprano { + \property Staff.automaticMelismata = ##t + \context Voice=soprano\notes\relative c'' { + c4 ~ c r2 r1 c + c4 ~ c + \melismaEnd + \property Staff.tieMelismaBusy = ##f + r2 r1 c + } + } + \context Lyrics = "soprano" \lyrics { + hey __ stop? + hey __ STOP!!! + } + > +} +