summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex4musicians/Figures/sample-lyluatex.tex
blob: 596d8ff3b27e13c94edd8528c27694329ed535b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
\documentclass{article}
\usepackage{lyluatex}
\thispagestyle{empty}

\begin{document}

This is a LilyPond snippet \lilypond{c' e' g'} embedded in the text
using the \verb|\lilypond| command.

This is another LilyPond excerpt that uses the \texttt{lilypond}
environment:

\medskip

\begin{lilypond}
  \score {
  <<
  \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 "|."
  }
  >>
  } % end of  score
\end{lilypond}

\medskip

End of document.

\end{document}