lilypond-1.5.8
[lilypond.git] / mutopia / J.S.Bach / sarabande-alto.ly
blob00f03caf4048bc344cfaa8e2a080eb36311ef0c8
1 \header{
2 filename = "sarabande-alto.ly";
3 title = "Solo Cello Suites";
4 subtitle = "Suite II";
5 piece = "Sarabande";
6 % opus = "BWV 1008";
7 opus = "";
8 composer = "Johann Sebastian Bach (1685-1750)";
9 enteredby = "JCN";
10 copyright = "public domain";
14 Tested Features:breaking algorithm, chords, multivoice, accents,
15 dotted slurs
18 \version "0.1.14";
20 urg_urg = \melodic {
21 \octave relative;
22 \octave c';
25 \include "sarabande-urtext.ly";
27 sarabande_alto_global = \melodic{
28 \meter 3/4;
29 \key bes;
30 \clef alto;
31 \skip 2.*12;
32 \bar ":|:";
33 \skip 2.*16;
34 \bar ":|";
37 sarabande_alto_scripts = \melodic{
40 sarabande_alto_staff = \type Staff <
41 \$sarabande
42 \$sarabande_alto_global
43 \$sarabande_alto_scripts
46 \score{
47 \$sarabande_alto_staff
48 \include "scs-paper.ly";
49 \midi{
50 \tempo 4 = 40;