From: fred Date: Sun, 24 Mar 2002 19:36:25 +0000 (+0000) Subject: lilypond-0.0.44 X-Git-Tag: release/1.5.59~5124 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=16aaec21fa76e9daaae9e828ae35d6d6e0a0b2d6;p=lilypond.git lilypond-0.0.44 --- 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} - } }