From: fred Date: Tue, 26 Mar 2002 22:24:18 +0000 (+0000) Subject: lilypond-1.1.65 X-Git-Tag: release/1.5.59~2229 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d56071d14e198b6f1962d5a7693c9fee804c61cb;p=lilypond.git lilypond-1.1.65 --- diff --git a/input/test/lyric-combine.ly b/input/test/lyric-combine.ly index 689cca5479..814744a235 100644 --- a/input/test/lyric-combine.ly +++ b/input/test/lyric-combine.ly @@ -10,10 +10,11 @@ copyright = "public domain"; \version "1.1.52"; m =\notes \relative c'' { + \property Staff.automaticMelismas = "1" \autoBeamOff - g4 r8 \times 2/3 { g'8 f e } r8 \grace { [d16 c b] } e4 - \melisma - d8.() c16 + g4 r8 \times 2/3 { g'8( f )e } r8 \grace { [d16 c b] } e4 + \property Staff.textEmptyDimension = "1" + d8.^"melisma" \melisma c16 \melismaEnd b }