From: Graham Percival <graham@percival-music.ca> Date: Mon, 17 Dec 2007 10:41:21 +0000 (-0800) Subject: Clarify regtest. X-Git-Tag: release/2.11.37-1~35 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=80dc2ea6b236356ff8fc7207965fec05d2c0d282;p=lilypond.git Clarify regtest. --- diff --git a/input/regression/bar-scripts.ly b/input/regression/bar-scripts.ly index 20878be02e..3281f65f5c 100644 --- a/input/regression/bar-scripts.ly +++ b/input/regression/bar-scripts.ly @@ -8,13 +8,7 @@ Markings can be attached to (invisible) barlines. \layout { ragged-right = ##t } -onestaff = \new Staff\relative c'' { - \set Staff.shortInstrumentName = instr - \set Staff.instrumentName = instrument \mark "B" - c1 \mark "A" \break c2 c2 \break -} - -grstaff = \relative c'' +\relative c'' \context GrandStaff << \new Staff { @@ -24,6 +18,3 @@ grstaff = \relative c'' \new Staff { c1 c2 } >> - -\score {\grstaff} -