]> git.donarmstrong.com Git - lilypond.git/blob - input/test/find-quarts.ly
63d8647b21f8b56fce02e5c6ba61099bbc43ec38
[lilypond.git] / input / test / find-quarts.ly
1 \version "1.0.3";
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