]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/error.ly
release: 0.0.33
[lilypond.git] / input / error.ly
index 82e5d190c68bd8e25712a3cc3d042650ad6b229a..74924e9b25da244a09d0cd8be8846c31b9a2659c 100644 (file)
@@ -1,5 +1,11 @@
+include "this-is-hopefully-a-nonexisting-file"
+
 mwa = music {
        $
+       [ a8 a8 a8 a8 a8 ]      % 
+       [ a8 ]  % 
+%       segfault
+%      { \music{ [ bes^"1"( )a bes-. g-. ] a4-.^"4" } \music{ [ e ] } \music{ [ c ] } } |
        a ) b ] c       % warning
        &               % ok; error
        a b ) ]         % ok; error
@@ -34,6 +40,6 @@ score {
                melodic music { mwa }
        }
        commands {
-               meter 3*4
+               meter {3*4}
        }
 }