Martin Tarenskeen wrote
> Why is this not working (Lilypond 2.16.2)
> 
> \version "2.16.2"
> \relative c' {
>      \cadenzaOn
>      c4 d e f g
> }
> 
> Processing `/home/m.tarenskeen/Dropbox/tmp/Cadenzatest.ly'
> Parsing...
> Interpreting music...
> warning: cannot find or create `Timing' called `'
> warning: cannot find or create `Timing' called `'
> Preprocessing graphical objects...
> Finding the ideal number of pages...
> Fitting music on 1 page...
> Drawing systems...
> Layout output to `Cadenzatest.ps'...
> Converting to `./Cadenzatest.pdf'...
> Success: compilation successfully completed
> Completed successfully in 0.6".

hi Martin

it works since version 2.17.12

the problem seems to be the initialization of a context - so putting 

  \new Voice or \new Staff 

around your code or simply adding 

<> 

before the \cadenzaOn will remedy.

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/cadenzaOn-tp150038p150043.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to