X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fweb%2Fly-examples%2Ftheory.ly;fp=Documentation%2Fweb%2Fly-examples%2Ftheory.ly;h=0000000000000000000000000000000000000000;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=cca033a6df3814c50a759775e3571fe281d3da23;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/Documentation/web/ly-examples/theory.ly b/Documentation/web/ly-examples/theory.ly deleted file mode 100644 index cca033a6df..0000000000 --- a/Documentation/web/ly-examples/theory.ly +++ /dev/null @@ -1,63 +0,0 @@ -\version "2.14.0" -\include "example-header.ily" - -#(ly:set-option 'point-and-click #f) - -global = { - \time 4/4 - \numericTimeSignature - \key c \major - #(set-global-staff-size 24) -} - -cf = \relative c { - \clef bass - \global - c4 c' b a | - g a f d | - e f g g, | - c1 -} - -upper = \relative c'' { - \global - r4 s4 s2 | - s1*2 | - s2 s4 s - \bar "||" -} - -bassFigures = \figuremode { - s1*2 | s4 <6> <6 4> <7> | s1 -} - -\markup { "Exercise 3: Write 8th notes against the given bass line." } - -\score { - \new PianoStaff << - \new Staff { - \context Voice = "added voice" \with { - \consists "Balloon_engraver" - } - \upper - } - - \new Staff = lower { - << -% \context Voice = "cantus firmus" \with { -% \consists "Balloon_engraver" -% } - \context Staff = lower \cf - \new FiguredBass \bassFigures - >> - } - >> - \layout {} - %{\midi { - \context { - \Score - tempoWholesPerMinute = #(ly:make-moment 120 4) - } - }%} -} -