X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftablature.ly;h=f6a02cfc87b092de16b5398d6986b23f87329bf3;hb=a61dccceef1804b6ef2c616b8b04a53446e5d80f;hp=ded9c71b7ff9444900e376209db3f5a1cad2738a;hpb=eba82770802a246bca4afab7eab1f78e84785214;p=lilypond.git diff --git a/input/regression/tablature.ly b/input/regression/tablature.ly index ded9c71b7f..f6a02cfc87 100644 --- a/input/regression/tablature.ly +++ b/input/regression/tablature.ly @@ -1,4 +1,4 @@ -\version "2.1.26" +\version "2.10.0" \header{ texidoc = "@cindex Tabulature A sample tablature, with both normal staff and tab. @@ -10,25 +10,25 @@ 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 } -\score { - \context StaffGroup << - \context Staff << - \clef "G_8" - \partition - >> - \context TabStaff << - \partition - >> + +\context StaffGroup << + \context Staff << + \clef "G_8" + \partition >> -} + \context TabStaff << + \partition + >> +>> +