]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tablature-repeat.ly
Doc-fr: update for 2.16.1 (second part)
[lilypond.git] / input / regression / tablature-repeat.ly
1 \header
2 {
3   texidoc = "How a repeat sign looks in tablature."
4 }
5
6 \version "2.16.0"
7 \paper
8 {
9   ragged-right = ##t
10 }
11
12 \new TabStaff
13 {
14   \repeat volta 2 s1
15 }