summaryrefslogtreecommitdiff
path: root/info/latex4musicians/Figures/lilytab.ly
blob: 5c667755e4d7c54ce58aa0e592db4cba6ea8d8fe (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 \bar "|."
}

\score {
  <<
    \new Staff { \clef "G_8" \music } % sheet music
    \new TabStaff { \tabFullNotation \music } % tablature
  >>
}