From: Graham Percival Date: Thu, 13 Jul 2006 18:38:47 +0000 (+0000) Subject: Add missing file from move to input/manual/ X-Git-Tag: release/2.10.0-2~469 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0926606b4fd3012447f3873a324e95ac5ee231d8;p=lilypond.git Add missing file from move to input/manual/ --- diff --git a/input/manual/engraver-example.ily b/input/manual/engraver-example.ily new file mode 100644 index 0000000000..8962bc7b3c --- /dev/null +++ b/input/manual/engraver-example.ily @@ -0,0 +1,37 @@ +%% texidoc = "Include file for engraver example." +\version "2.7.39" +topVoice = \relative c' { + \key d\major + es8([ g] a[ fis]) + b4 + b16[-. b-. b-. cis-.] + d4-> +} + +botVoice = \relative c' { + \key d\major + c8[( f] b[ a)] + es4 + es16[-. es-. es-. fis-.] + b4-> +} + +hoom = \relative c { + \key d \major + \clef bass + g8-. r + r4 + fis8-. + r8 + r4 + b'4-> +} + +pah = \relative c' { + r8 b-. + r4 + r8 g8-. + r16 g-. r8 + \clef treble + fis'4-> +}