]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/manual/engraver-example.ily
Add missing file from move to input/manual/
[lilypond.git] / input / manual / engraver-example.ily
diff --git a/input/manual/engraver-example.ily b/input/manual/engraver-example.ily
new file mode 100644 (file)
index 0000000..8962bc7
--- /dev/null
@@ -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->
+}