summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex4musicians/Figures/lilytab.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex4musicians/Figures/lilytab.ly')
-rw-r--r--Master/texmf-dist/doc/latex/latex4musicians/Figures/lilytab.ly6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/latex4musicians/Figures/lilytab.ly b/Master/texmf-dist/doc/latex/latex4musicians/Figures/lilytab.ly
index 9bfb546ac9e..5c667755e4d 100644
--- a/Master/texmf-dist/doc/latex/latex4musicians/Figures/lilytab.ly
+++ b/Master/texmf-dist/doc/latex/latex4musicians/Figures/lilytab.ly
@@ -4,12 +4,12 @@
music = {
\time 3/4
- c4 d e f g a b a b c'2 r4
+ c4 d e f g a b a b c'2 r4 \bar "|."
}
\score {
<<
- \new Staff { \clef "G_8" \music }
- \new TabStaff { \music }
+ \new Staff { \clef "G_8" \music } % sheet music
+ \new TabStaff { \tabFullNotation \music } % tablature
>>
}