From: fred Date: Tue, 26 Mar 2002 21:45:07 +0000 (+0000) Subject: lilypond-1.1.13 X-Git-Tag: release/1.5.59~2690 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=50d9aba48e411b9913b513b4c284f4da7c85f6e0;p=lilypond.git lilypond-1.1.13 --- diff --git a/input/test/tup.ly b/input/test/tup.ly index 8f5b674979..f89d517603 100644 --- a/input/test/tup.ly +++ b/input/test/tup.ly @@ -1,3 +1,3 @@ \score{ - \notes \type Staff \times 2/3 { \times 2/3 { a8 b c} c } + \notes \type Voice \times 2/3 { \times 2/3 { a8 b c} c } }