Feature Request: ability to specify custom filename for midi output

2013-02-03 Thread Javier Ruiz-Alma
Requesting adding the ability to state a filename for midi output from within score's midi block (or other score-specific block). \book{ \bookpart{ ...some markup \score{ .music for ScoreOne \layout{} \midi{ \set midifilename = "chap1-piece-one" }

Re: \remove "Script_engraver"

2013-02-03 Thread Federico Bruni
Il 03/02/2013 15:31, Phil Holmes ha scritto: It appears to have changed between 2.15.33 and 2.15.40 Added and marked as regression here: http://code.google.com/p/lilypond/issues/detail?id=3152 -- Federico ___ bug-lilypond mailing list bug-lilypond@g

Re: \remove "Script_engraver"

2013-02-03 Thread David Kastrup
"Phil Holmes" writes: > "Daniel Rosen" wrote in message > news:loom.20130203t151352-...@post.gmane.org... >>> I'm not top posting. >> >> In the following example, scripts remain despite the \remove command. I >> discovered this by looking at >> http://www.lilypond.org/doc/v2.16/Documentation/ess

Re: \remove "Script_engraver"

2013-02-03 Thread Federico Bruni
Il 03/02/2013 15:20, Daniel Rosen ha scritto: I'm not top posting. In the following example, scripts remain despite the \remove command. I discovered this by looking at http://www.lilypond.org/doc/v2.16/Documentation/essay/building-software#what-symbols-to-engrave_003f--the text suggests that s

Re: \remove "Script_engraver"

2013-02-03 Thread Phil Holmes
"Daniel Rosen" wrote in message news:loom.20130203t151352-...@post.gmane.org... I'm not top posting. In the following example, scripts remain despite the \remove command. I discovered this by looking at http://www.lilypond.org/doc/v2.16/Documentation/essay/building-software#what-symbols-to-eng

\remove "Script_engraver"

2013-02-03 Thread Daniel Rosen
> I'm not top posting. In the following example, scripts remain despite the \remove command. I discovered this by looking at http://www.lilypond.org/doc/v2.16/Documentation/essay/building-software#what-symbols-to-engrave_003f--the text suggests that scripts should not show up until the fifth versi

Re: Error by adding an exclamation mark !

2013-02-03 Thread Colin Hall
Xavier Scheuer writes: > On 2 February 2013 23:52, Piotr wrote: >> > I'm not top posting. >> >> \version "2.16.2" >> %{ >> A reminder accidental can be forced by adding >> an exclamation mark ! after the pitch. >> Here it makes error. >> %} >> >> \relative c'' { >> \cle

Re: NR 3.4.1 -- error: need \paper for paper block

2013-02-03 Thread Federico Bruni
Il 03/02/2013 11:51, David Kastrup ha scritto: Federico Bruni writes: produces the error: error: need \paper for paper block So I guess that \layout should be replaced by \paper in each book. Or removed. Or put inside of the \score. Please confirm. Should I open a bug report for this?

Re: NR 3.4.1 -- error: need \paper for paper block

2013-02-03 Thread David Kastrup
Federico Bruni writes: > In NR 3.4.1: > http://lilypond.org/doc/v2.17/Documentation/notation/output-file-names > > The following example: > > \book { > \bookOutputSuffix "Romanze" > \score { … } > \layout { … } > } > \book { > \bookOutputSuffix "Menuetto" > \score { … } > \layout { …

Re: NR 3.4.1 -- error: need \paper for paper block

2013-02-03 Thread Federico Bruni
Il 03/02/2013 11:47, Federico Bruni ha scritto: produces the error: error: need \paper for paper block So I guess that \layout should be replaced by \paper in each book. Please confirm. Should I open a bug report for this? or better: just move \layout inside \score? -- Federico _

NR 3.4.1 -- error: need \paper for paper block

2013-02-03 Thread Federico Bruni
In NR 3.4.1: http://lilypond.org/doc/v2.17/Documentation/notation/output-file-names The following example: \book { \bookOutputSuffix "Romanze" \score { … } \layout { … } } \book { \bookOutputSuffix "Menuetto" \score { … } \layout { … } } \book { \bookOutputSuffix "Nocturne" \scor