X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftablature.ly;h=8a2616fc78db62ff5cbe6cc057b625bf9420b144;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=19740c67a523bc7e3096e18f946374160e21c001;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/tablature.ly b/input/regression/tablature.ly index 19740c67a5..8a2616fc78 100644 --- a/input/regression/tablature.ly +++ b/input/regression/tablature.ly @@ -1,4 +1,4 @@ -\version "2.1.30" +\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 = \notes { - \key e \major - - - <> - \5\4 +partition = { + \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 + >> +>> +