summaryrefslogtreecommitdiff
path: root/info/latex4musicians/Figures/gtablature.ly
blob: 0af7e8c84bdb7afb06f1d6638bb494b4d3a1217c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\version "2.18.2"
\header {
tagline = "" % no footer
}

\paper { left-margin = 0\cm }

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

\score {
  <<
    \new TabStaff { \notes }
  >>
}