X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fpedal.ly;h=3353dfe97048c403413e4dedc452c42cd02b87f5;hb=697e7037a1828b5b4418f587f50248b0966ea426;hp=d82a03e7102d027e36a5ce2b22ff0b6214fe2882;hpb=56d6d541266c300b10a6e1b6c026a7682ad12b61;p=lilypond.git diff --git a/input/pedal.ly b/input/pedal.ly index d82a03e710..3353dfe970 100644 --- a/input/pedal.ly +++ b/input/pedal.ly @@ -1,3 +1,7 @@ +% +% This file does not work. +% + % pedal.ly % % Johann Sebastian Bach @@ -24,25 +28,24 @@ % \lbheel \lbheel \lfheel \lftoe % \rbheel \rbtoe \rfheel \rftoe -\version "0.1.9"; +\version "1.0.14"; \score{ - \melodic { - \meter 4/4; - \key fis cis; + \notes { + \time 4/4; + \key D; \clef bass; - \octave c; % silly chord testing... % these should be stacked... -% < 'c-\ltoe 'e-\lheel > < c'-\rtoe e'-\rheel> -% < 'c-\lheel 'e-\ltoe > < c'-\rheel e'-\rtoe> | - < 'c-\ltoe-\lheel 'e > < c'-\rtoe-\rheel e' > - < 'c-\lheel-\ltoe 'e > < c'-\rheel-\rtoe e' > | +% < c,-\ltoe e,-\lheel > < c'-\rtoe e'-\rheel> +% < c,-\lheel e,-\ltoe > < c'-\rheel e'-\rtoe> | + < c,-\ltoe-\lheel e, > < c'-\rtoe-\rheel e' > + < c,-\lheel-\ltoe e, > < c'-\rheel-\rtoe e' > | % 46 - \duration 16; - [d-\lfheel e-\rbtoe fis-\ltoe e-\rbtoe] + + [d16-\lfheel e-\rbtoe fis-\ltoe e-\rbtoe] [d-\lfheel e-\rbtoe fis-\lheel e] [d e fis e] [d e fis e] | - d4 r4 r4 [b-\rtoe a-\ltoe b-\rtoe fis-\ltoe] | + d4 r4 r4 [b16-\rtoe a-\ltoe b-\rtoe fis-\ltoe] | } \paper{} }