X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftablature.ly;h=8a2616fc78db62ff5cbe6cc057b625bf9420b144;hb=refs%2Fheads%2Fupstream-mut;hp=e3ec7d0e4a2922e1de2e1f419189765f0c063f99;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/tablature.ly b/input/regression/tablature.ly index e3ec7d0e4a..8a2616fc78 100644 --- a/input/regression/tablature.ly +++ b/input/regression/tablature.ly @@ -1,4 +1,4 @@ -\version "2.4.0" +\version "2.16.0" \header{ texidoc = "@cindex Tabulature A sample tablature, with both normal staff and tab. @@ -10,25 +10,26 @@ from string-number + pitch to number. String numbers can be entered as note articulations (inside a chord) and chord articulations (outside a chord) " -} + } partition = { - \key e \major - - - <> - \5\4 + \key e \major + + + + \5\4 + \5 } -\score { - \context StaffGroup << - \context Staff << - \clef "G_8" - \partition - >> - \context TabStaff << - \partition - >> + +\context StaffGroup << + \context Staff << + \clef "G_8" + \partition >> -} + \context TabStaff << + \partition + >> +>> +