From: fred Date: Sun, 24 Mar 2002 20:11:12 +0000 (+0000) Subject: lilypond-1.0.1 X-Git-Tag: release/1.5.59~3127 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=af93371a3646e3457306abe104f012aca5595f80;p=lilypond.git lilypond-1.0.1 --- diff --git a/input/test/find-quarts.ly b/input/test/find-quarts.ly new file mode 100644 index 0000000000..7952b0f1bc --- /dev/null +++ b/input/test/find-quarts.ly @@ -0,0 +1,8 @@ +\score{ + \melodic \relative c { + c d c f c g c b, c g, c f, c c'' c +% run with find-quarts should suggest: +% c d c f c g' c, b c g c f, c' c'' c,, + } +} + diff --git a/input/test/test-lyrics.ly b/input/test/test-lyrics.ly index 4d42f97030..bc65c2442e 100644 --- a/input/test/test-lyrics.ly +++ b/input/test/test-lyrics.ly @@ -40,8 +40,8 @@ $quite_long_lyrics_staff = \type Lyrics = quite < \$quite_long > -melody = \melodic{ - \octave c'; +melody = \melodic +\transpose c'{ c4 e4 g4 e4 c4 e4 g4 e4 c4 e4 g4 e4 c4 e4 g4 e4 c4 e4 g4 e4 c4 e4 g4 e4 c4 e4 g4 e4 c4 e4 g4 e4 }