summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/lyluatex/ly/fonts.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/lyluatex/ly/fonts.ly')
-rw-r--r--Master/texmf-dist/doc/support/lyluatex/ly/fonts.ly20
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/lyluatex/ly/fonts.ly b/Master/texmf-dist/doc/support/lyluatex/ly/fonts.ly
new file mode 100644
index 00000000000..47892b07e4a
--- /dev/null
+++ b/Master/texmf-dist/doc/support/lyluatex/ly/fonts.ly
@@ -0,0 +1,20 @@
+\version "2.18"
+
+mel = {
+ \set Staff.instrumentName = "First violin"
+ \tempo \markup \typewriter Allegro
+ c' d' e' f'
+ g' a' b' c''
+ \mark \markup \sans "Sans Mark"
+}
+
+lyr = \lyricmode {
+ do re mi fa so -- la si -- do
+}
+
+\score {
+ <<
+ \new Staff \new Voice = "mel" \mel
+ \new Lyrics \lyricsto "mel" \lyr
+ >>
+}