From af93371a3646e3457306abe104f012aca5595f80 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:11:12 +0000 Subject: [PATCH] lilypond-1.0.1 --- input/test/find-quarts.ly | 8 ++++++++ input/test/test-lyrics.ly | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 input/test/find-quarts.ly 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 } -- 2.39.5