summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex4musicians/Figures/sample-lilypond.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex4musicians/Figures/sample-lilypond.ly')
-rw-r--r--Master/texmf-dist/doc/latex/latex4musicians/Figures/sample-lilypond.ly17
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex4musicians/Figures/sample-lilypond.ly b/Master/texmf-dist/doc/latex/latex4musicians/Figures/sample-lilypond.ly
new file mode 100644
index 00000000000..82ee67907f0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex4musicians/Figures/sample-lilypond.ly
@@ -0,0 +1,17 @@
+% music sample in LilyPond notation
+
+\version "2.18.2"
+
+\header {
+ title = "Music sample in LilyPond"
+ tagline = "" % no footer
+}
+
+\paper { left-margin = 0\cm }
+
+\relative c' {
+ \time 4/4
+ \clef treble
+ c4 d8 e f8 g a b | c4 b8 a g8 f e d |
+ c8 g' e g c,8 g' e g | c,4 e c r \bar "|."
+}