]> git.donarmstrong.com Git - lilypond.git/blob - input/test/find-fifths.ly
release: 1.1.53
[lilypond.git] / input / test / find-fifths.ly
1 \version "1.0.21";
2
3 \score{
4         \notes \relative c {
5               c d c f c g c b, c g, c f, c c'' c
6 % run with find-quarts should suggest:
7 %             c d c f c g' c, b c g c f, c' c'' c,,
8         }
9 }
10