]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/Solo-Cello-Suites/solo-cello-suite-ii.ly
1896249d91a4de75f02940bc9725f2bff8b248d5
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / solo-cello-suite-ii.ly
1 \header{
2 filename =       "solo-cello-suite-ii.ly";
3 title =  "Solo Cello Suites";
4 subtitle = "Suite II";
5 opus =   "BWV 1008";
6 composer =       "Johann Sebastian Bach (1685-1750)";
7 }
8
9 % urg
10
11 % \include "prelude-" + \instrument + ".ly";
12
13 i = "prelude-" + \instrument + ".ly"
14 ii = "allemande-" + \instrument + ".ly"
15 iii = "courante-" + \instrument + ".ly"
16 iv = "sarabande-" + \instrument + ".ly"
17 v = "menuetto-" + \instrument + ".ly"
18 vi = "gigue-" + \instrument + ".ly"
19
20 \include \i
21 \include \ii
22 \include \iii
23 \include \iv
24 \include \v
25 \include \vi