summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex4musicians/Figures/lilytab.ly
blob: 9bfb546ac9ebad884e334e3eb0d3d2a96a678b20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\version "2.18.2"
\header { tagline = "" } % no footer
\paper { left-margin = 0\cm }

music = {
  \time 3/4
  c4 d e f g a b a b c'2 r4
}

\score {
  <<
    \new Staff { \clef "G_8" \music }
    \new TabStaff { \music }
  >>
}