Re: setting tempo in \midi crashes

2015-10-28 Thread Malte Meyn
Am 28.10.2015 um 22:53 schrieb Pierre Perol-Schneider: Hi Malte, Try : % \version "2.19.28" \score { { c' d' e' f' } \midi { tempoWholesPerMinute = #(ly:make-moment 4 120) This doesn’t do anything and if it did it would probably crash for the same reason (swapped 4 and 120)

Re: setting tempo in \midi crashes

2015-10-28 Thread Pierre Perol-Schneider
Hi Malte, Try : % \version "2.19.28" \score { { c' d' e' f' } \midi { tempoWholesPerMinute = #(ly:make-moment 4 120) %% or %\tempo 4 = 120 } } % Cheers, Pierre 2015-10-28 22:49 GMT+01:00 Malte Meyn : > > > Am 28.10.2015 um 22:41 schrieb Malte Meyn: > >> % >> \ver

Re: setting tempo in \midi crashes

2015-10-28 Thread Malte Meyn
Am 28.10.2015 um 22:41 schrieb Malte Meyn: % \version "2.19.28" \score { { c' d' e' f' } \midi { \set Score.tempoWholesPerMinute = #(ly:make-moment 4 120) } } % Sorry, I just realized I have to write #(ly:make-moment 120 4) instead of #(ly:make-moment 4 120) if I want

setting tempo in \midi crashes

2015-10-28 Thread Malte Meyn
% \version "2.19.28" \score { { c' d' e' f' } \midi { \set Score.tempoWholesPerMinute = #(ly:make-moment 4 120) } } % Hi list, this creates an empty midi file and then crashes without (LilyPond) error or warning but with exit status 136. LilyPond 2.19.28 for Linux (64bit) L

NR 3.2.6 Table of contents: example of \tocItemWithDotsMarkup with custom tocItemMarkup

2015-10-28 Thread Federico Bruni
http://www.lilypond.org/doc/v2.19/Documentation/notation/table-of-contents At the bottom of the page there is this part: """ Dots can be added to fill the line between an item and its page number: \header { tagline = ##f } \paper { tocItemMarkup = \tocItemWithDotsMarkup } """ which is useful,

Re: minor typo in NR 1.1.1 - Relative Octave Entry

2015-10-28 Thread James
Hello, On 28/10/15 14:27, Federico Bruni wrote: > While translating, I saw a closing bracket ) that someone forgot > deleting: > http://lilypond.org/doc/v2.19/Documentation/notation/writing-pitches.html#relative-octave-entry > > > no explicit starting pitch > >The form \relative { gis''' … })

Re: Bad clef change collision when alternating piano staves

2015-10-28 Thread Ophir Lifshitz
I was browsing through recent bugs on the new tracker and found this one: http://sourceforge.net/p/testlilyissues/issues/4642/ I wonder whether it is related? Ophir On Tue, Oct 27, 2015 at 6:15 PM, Ophir Lifshitz wrote: > And so in that case, probably something like \hideNotes r ... \unHideNot

Re: svg-woff error (Unbound variable: paper in output-svg.scm:448)

2015-10-28 Thread James
Hello, On 28/10/15 15:10, Ophir Lifshitz wrote: > However I believe that it is numerical (not non-numerical as in the > title) glyphs that cause the problem. Also it affects more than just > time signature glyphs: > > dynamics: > $ echo '\version "2.18.0" {a*\p*}' | lilypond -dbackend=svg -dsvg-wo

Re: svg-woff error (Unbound variable: paper in output-svg.scm:448)

2015-10-28 Thread Ophir Lifshitz
Hi James, Thank you for making the ticket. However I believe that it is numerical (not non-numerical as in the title) glyphs that cause the problem. Also it affects more than just time signature glyphs: dynamics: $ echo '\version "2.18.0" {a*\p*}' | lilypond -dbackend=svg -dsvg-woff -o foo - ...

minor typo in NR 1.1.1 - Relative Octave Entry

2015-10-28 Thread Federico Bruni
While translating, I saw a closing bracket ) that someone forgot deleting: http://lilypond.org/doc/v2.19/Documentation/notation/writing-pitches.html#relative-octave-entry no explicit starting pitch The form \relative { gis''' … }) serves as Can anyone fix it and push it to staging?

Re: svg-woff error (Unbound variable: paper in output-svg.scm:448)

2015-10-28 Thread James
Hello, On 26/10/15 18:01, Ophir Lifshitz wrote: > > Hi James, > > Sorry that I have not been able to open the section you linked to the > "big html" version of the docs or test variations of the bug at the > moment, since I'm away from home. But I am relatively convinced this > depends on using nu

Re: Assertion failed

2015-10-28 Thread Andrew Bernard
Debugger backtrace attached. This is from 2.19.30. Andrew backtrace Description: Binary data ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond