From 16aaec21fa76e9daaae9e828ae35d6d6e0a0b2d6 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:36:25 +0000 Subject: [PATCH] lilypond-0.0.44 --- input/error.ly | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/input/error.ly b/input/error.ly index 570300af98..9a432233b0 100644 --- a/input/error.ly +++ b/input/error.ly @@ -1,7 +1,7 @@ include "this-is-hopefully-a-nonexisting-file" mwa = \music { - + \meter{3/4} [ a8 a8 a8 a8 a8 ] % [ a8 ] % % segfault @@ -13,33 +13,27 @@ mwa = \music { a b c ||| % abc % ok; print error, no \output - \bla % no warning-> this STRING, reduced to lyric_elt. + \bla % STRING, reduced to lyric_elt. a [ b % warning, still \output - { a( b } % warning, still \output + < a( b > % warning, still \output a b ,c a b c-* a b c& - { a-. b-. } + < a-. b-. > } -bla = \music { - @ +bla = \lyrics { These Gates will open just like windows. % ok; warning - @ } include "this-is-hopefully-a-nonexisting-file" - -score { +\score { \staff { lyric \music { bla } } \staff { \melodic \music { mwa } } - \co\mmands { - \meter {3/4} - } } -- 2.39.5