X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftablature.ly;h=8a2616fc78db62ff5cbe6cc057b625bf9420b144;hb=8d0fb9fe466754fcbd516b5155325bcd04f851b4;hp=8c1044fd6190768249bc23a9f567b96b88037763;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/tablature.ly b/input/regression/tablature.ly index 8c1044fd61..8a2616fc78 100644 --- a/input/regression/tablature.ly +++ b/input/regression/tablature.ly @@ -1,4 +1,4 @@ -\version "2.2.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 = \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 + >> +>> +