X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ferror.ly;h=351ba8725a9941baf57c9c625e7eb1df9a0dcd7f;hb=56126108b2610f82bc7cafaac8741d1aeba1d34f;hp=9a432233b0a7885a8c1283e9c4f46f7b1bf3da40;hpb=8309cbcd6660ea1f0b35abacbb424ddc4158e448;p=lilypond.git diff --git a/input/error.ly b/input/error.ly index 9a432233b0..351ba8725a 100644 --- a/input/error.ly +++ b/input/error.ly @@ -1,17 +1,21 @@ -include "this-is-hopefully-a-nonexisting-file" +\version "0.0.57"; -mwa = \music { - \meter{3/4} +\include "this-is-hopefully-a-nonexisting-file" + + + +mwa = \melodic{ + \meter 3/4; [ a8 a8 a8 a8 a8 ] % [ a8 ] % % segfault - < { [ bes^"1"( )a bes-. g-. ] a4-.^"4" } { [ e ] } { [ c ] } > | + < { [ bes^"1"~ a bes-. g-. ] a4-.^"4" } { [ e ] } { [ c ] } > | a ) b ] c % warning & % ok; error a b ) ] % ok; error % a......... % fatal error -- assert a b c - ||| % + |.| % abc % ok; print error, no \output \bla % STRING, reduced to lyric_elt. a [ b % warning, still \output @@ -23,17 +27,17 @@ mwa = \music { } -bla = \lyrics { +bla = \lyric{ These Gates will open just like windows. % ok; warning } -include "this-is-hopefully-a-nonexisting-file" -\score { - \staff { - lyric \music { bla } - } - \staff { - \melodic \music { mwa } - } +% Setting up music ...lilypond: ../flower/include/cursor.inl:98: class Cursor Cursor::operator ++(int): Assertion 'pointer_' failed. +%IOT trap/Abort +% als geen music in staff + +\include "this-is-hopefully-a-nonexisting-file" +\score{ + \staff{ bla } + \staff{ mwa } }