From: fred Date: Sun, 24 Mar 2002 19:49:40 +0000 (+0000) Subject: lilypond-0.0.78 X-Git-Tag: release/1.5.59~4360 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=144c939c58aabd863a6ea8dfe0b29650d581bd75;p=lilypond.git lilypond-0.0.78 --- diff --git a/BUGS b/BUGS index 2f3755f292..4743ac6943 100644 --- a/BUGS +++ b/BUGS @@ -1,7 +1,14 @@ [document reintroduced deficiencies.] -midi instrument? +wrong instrument: + +cad = \melodic { \id "Staff" "fr horn"; c4 } + +\score { + \melodic {\cad} +} + ******************* '.' -> lilypond: lexer.l:258: int My_lily_lexer::yylex(): Assertion `cnv == 1' failed. diff --git a/input/cadenza.ly b/input/cadenza.ly index a2110f3462..23b94fce90 100644 --- a/input/cadenza.ly +++ b/input/cadenza.ly @@ -13,7 +13,8 @@ EndMudelaHeader \version "0.1.0"; -cad = \melodic { +\score { + \melodic {\id "Staff" "french horn"; \cadenza 1; \grouping 1*4;\duration 8;\octave c'; @@ -55,12 +56,10 @@ cad = \melodic { c4 } -\score { - \melodic{ \cad } \paper { unitspace= 14.0\mm; geometric= 1.4; } -% \midi { \tempo 4:90 } + \midi { \tempo 4:90; } }