]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Sun, 24 Mar 2002 20:11:12 +0000 (20:11 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:11:12 +0000 (20:11 +0000)
input/test/find-quarts.ly [new file with mode: 0644]
input/test/test-lyrics.ly

diff --git a/input/test/find-quarts.ly b/input/test/find-quarts.ly
new file mode 100644 (file)
index 0000000..7952b0f
--- /dev/null
@@ -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,,
+       }
+}
+
index 4d42f97030ae0ef44167830e68866a85453011ac..bc65c2442ea806cf68fb30063def89d9e7cc181e 100644 (file)
@@ -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
 }