]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tablature-repeat.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / tablature-repeat.ly
1 \header
2 {
3   texidoc = "How a repeat sign looks in tablature."
4 }
5
6 \version "2.17.2"
7 \paper
8 {
9   ragged-right = ##t
10 }
11
12 \new TabStaff
13 {
14   \repeat volta 2 s1
15 }