Re: Markup in \tempo Is Broken with Lilypond 2.17.21

2013-07-02 Thread David Kastrup
Keith OHara k-ohara5...@oco.net writes: Phil Holmes mail at philholmes.net writes: Thanks for the report. On my Windows box, the even-much-more-tiny example below has the same effect: I tried to reduce today's bugs a little further, and opened issue 3432: skylined text alongside a

Re: Markup in \tempo Is Broken with Lilypond 2.17.21

2013-07-01 Thread David Kastrup
Russell Cook astrop...@gmail.com writes: \version 2.17.21 \score { \new Voice { \time 4/4 \tempo \markup { Rubato \concat { \smaller \general-align #Y #DOWN \note #4 #1 \medium = ca. 76 } } s1 * 4 } } Prior to version 2.17.21, the above code compiled without issues. As of

Re: Markup in \tempo Is Broken with Lilypond 2.17.21

2013-07-01 Thread David Kastrup
Phil Holmes m...@philholmes.net writes: Russell Cook astrop...@gmail.com wrote in message news:loom.20130701t180125-...@post.gmane.org... \version 2.17.21 \score { \new Voice { \time 4/4 \tempo \markup { Rubato \concat { \smaller \general-align #Y #DOWN \note #4 #1 \medium = ca. 76 } }

Re: Markup in \tempo Is Broken with Lilypond 2.17.21

2013-07-01 Thread Russell Cook
Phil Holmes mail at philholmes.net writes: Thanks for the report. On my Windows box, the even-much-more-tiny example below has the same effect: { \tempo \markup { 123 } s1 } Oops! I thought I tested a small \markup string alone, so thank you for pointing that out. – Russell

Re: Markup in \tempo Is Broken with Lilypond 2.17.21

2013-07-01 Thread David Kastrup
David Kastrup d...@gnu.org writes: Russell Cook astrop...@gmail.com writes: \version 2.17.21 \score { \new Voice { \time 4/4 \tempo \markup { Rubato \concat { \smaller \general-align #Y #DOWN \note #4 #1 \medium = ca. 76 } } s1 * 4 } } Prior to version 2.17.21, the above code

Re: Markup in \tempo Is Broken with Lilypond 2.17.21

2013-07-01 Thread Thomas Scharkowski
{ \tempo \markup { 123 } s1 } Works fine on my just-compiled version on GNU/Linux using g++ 4.7.3. What version are the GUB-generated binaries compiled with? Can we get feedback about the MacOSX and/or the precompiled Linux and/or FreeBSD (?) or other versions? Works fine here with a

Re: Markup in \tempo Is Broken with Lilypond 2.17.21

2013-07-01 Thread Thomas Morley
2013/7/1 David Kastrup d...@gnu.org: David Kastrup d...@gnu.org writes: Russell Cook astrop...@gmail.com writes: \version 2.17.21 \score { \new Voice { \time 4/4 \tempo \markup { Rubato \concat { \smaller \general-align #Y #DOWN \note #4 #1 \medium = ca. 76 } } s1 * 4 } } Prior

Re: Markup in \tempo Is Broken with Lilypond 2.17.21

2013-07-01 Thread Phil Holmes
Thomas Morley thomasmorle...@gmail.com wrote in message news:CABsfGyWptjDX2DZY4amOwpZNebHec0_CvWboRvE8Hz=tqfp...@mail.gmail.com... 2013/7/1 David Kastrup d...@gnu.org: David Kastrup d...@gnu.org writes: Russell Cook astrop...@gmail.com writes: \version 2.17.21 \score { \new Voice {

Re: Markup in \tempo Is Broken with Lilypond 2.17.21

2013-07-01 Thread Russell Cook
The precompiled binaries for Mac OS X (x86) also typeset this music without issues. It looks like the Windows binaries are the problem children. – Russell ___ bug-lilypond mailing list bug-lilypond@gnu.org

Re: Markup in \tempo Is Broken with Lilypond 2.17.21

2013-07-01 Thread Keith OHara
Phil Holmes mail at philholmes.net writes: Thanks for the report. On my Windows box, the even-much-more-tiny example below has the same effect: I tried to reduce today's bugs a little further, and opened issue 3432: skylined text alongside a staff consumes all memory under Windows