summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex4musicians/Figures/sample-lyluatex.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex4musicians/Figures/sample-lyluatex.tex')
-rw-r--r--Master/texmf-dist/doc/latex/latex4musicians/Figures/sample-lyluatex.tex14
1 files changed, 6 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/latex4musicians/Figures/sample-lyluatex.tex b/Master/texmf-dist/doc/latex/latex4musicians/Figures/sample-lyluatex.tex
index 596d8ff3b27..410380d6e4b 100644
--- a/Master/texmf-dist/doc/latex/latex4musicians/Figures/sample-lyluatex.tex
+++ b/Master/texmf-dist/doc/latex/latex4musicians/Figures/sample-lyluatex.tex
@@ -14,14 +14,12 @@ environment:
\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 "|."
- }
- >>
+ \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}