interesting implementation detail of \partcombine

2015-08-29 Thread Mike Solomon
I just realized that when one uses spacer rests instead of full-measure rests in a voice that is being part combined, if there are full-measure rests in the other voice, those rests will be shifted up. Not a biggie, but perhaps it should be documented if it is intended behavior or fixed to work

Re: Print Double Percent Repeat inside a markup

2015-08-29 Thread Thomas Morley
2015-08-30 2:16 GMT+02:00 Caio Giovaneti de Barros : > Thanks guys! > > On 28-08-2015 15:26, tisimst wrote: >> >> On 8/28/2015 12:18 PM, Stephen MacNeil [via Lilypond] wrote: >> >> > how is >> >> >> Nice! That looks like a good one, too! Isn't it great to have this kind >> of flexibility? I love it

Re: Print Double Percent Repeat inside a markup

2015-08-29 Thread Caio Giovaneti de Barros
Thanks guys! On 28-08-2015 15:26, tisimst wrote: On 8/28/2015 12:18 PM, Stephen MacNeil [via Lilypond] wrote: > how is Nice! That looks like a good one, too! Isn't it great to have this kind of flexibility? I love it! - Abraham I'm tinkering here with Stephen's code to try to draw the second

Re: LilyPond crashes on \musicglyph #"space"

2015-08-29 Thread Martin Tarenskeen
Preprocessing graphical objects...terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc I'm getting the same error on Fedora 22, 64-bits , Lilypond 2.19.25. -- MT ___ lilypond-user mailing list lilypond-user@gnu

Re: LilyPond crashes on \musicglyph #"space"

2015-08-29 Thread Simon Albrecht
Am 29.08.2015 um 14:23 schrieb David Kastrup: Richard Shann writes: I just noticed that LilyPond is crashing on this: \version "2.18.0" { <> ^\markup {\musicglyph #"space"} s1*4/4 } with Interpreting music... Preprocessing graphical objects...terminate called after throwing an instance of

Re: LilyPond crashes on \musicglyph #"space"

2015-08-29 Thread Colin Campbell
On 2015-08-29 06:23 AM, David Kastrup wrote: Richard Shann writes: I just noticed that LilyPond is crashing on this: \version "2.18.0" { <> ^\markup {\musicglyph #"space"} s1*4/4 } with Interpreting music... Preprocessing graphical objects...terminate called after throwing an instance of '

Re: Make a new staff occupy the same vertical space as a previous staff

2015-08-29 Thread Joel Ebel
Thanks for all the help. As per Simon's advice, I'm now doing this to get rid of the TAB clef on the first line of RhythmicStaff, and I like the removal of the DevNull. It's perhaps a toss-up whether the source is easier to read with << >> around the TabStaff it vs putting a \stopStaff after it, bu

Re: smaller woodwind fingering charts

2015-08-29 Thread Stefan Thomas
Dear Thomas, thanks! This did the trick! 2015-08-29 15:49 GMT+02:00 Thomas Morley : > 2015-08-29 15:43 GMT+02:00 Stefan Thomas : > > Dear community, > > I'm trying to get smaller woodwind fingering charts, but without sucess. > > Here is my code: > > \version "2.18.2" > > > > \relative c'' { > >

Re: hide repeat endings?

2015-08-29 Thread Ian Rashkin
THANK YOU! Beautiful. I'm learning... On 8/29/2015 10:41 AM, Robin Bannister wrote: \version "2.18.2" %\include "ijr-jazzchords.ily" %\include "lilyjazz.ily" \header { title = "untitled..." composer = "Ian Rashkin" copyright = "© 2014 Ian Rashkin (BMI)" tagline = "refactored Re

Re: LilyPond crashes on \musicglyph #"space"

2015-08-29 Thread David Kastrup
Richard Shann writes: > On Sat, 2015-08-29 at 16:49 +0200, BB wrote: >> I have tried both without crash on linux mint. > I have Debian Wheezy, 64-bit... I'll wager a hunch that the problem is constrained to 64-bit then. -- David Kastrup ___ lilypond

Re: LilyPond crashes on \musicglyph #"space"

2015-08-29 Thread David Kastrup
Richard Shann writes: > I just noticed that LilyPond is crashing on this: > > \version "2.18.0" > { > <> ^\markup {\musicglyph #"space"} s1*4/4 > } > > with > > Interpreting music... > > Preprocessing graphical objects...terminate called after throwing an > instance of 'std::bad_alloc' > > what(

Re: LilyPond crashes on \musicglyph #"space"

2015-08-29 Thread Richard Shann
On Sat, 2015-08-29 at 16:49 +0200, BB wrote: > I have tried both without crash on linux mint. I have Debian Wheezy, 64-bit... Richard > > On 29.08.2015 16:17, Richard Shann wrote: > > Sorry all, I have > > > > lilypond --version > > GNU LilyPond 2.19.25 > > > > so my file was misleading - I was u

Re: LilyPond crashes on \musicglyph #"space"

2015-08-29 Thread BB
I have tried both without crash on linux mint. On 29.08.2015 16:17, Richard Shann wrote: Sorry all, I have lilypond --version GNU LilyPond 2.19.25 so my file was misleading - I was using Frescobaldi and it said Starting lilypond 2.18.2 [test.ly]... Processing `/tmp/frescobaldi-lN9e5p/tmpJpi_k

Re: hide repeat endings?

2015-08-29 Thread Robin Bannister
Ian Rashkin wrote offlist: here, I'm attaching the full ly file. > [..] I'll check out issue 3752, but if you see any easy way for me to go the variable route, I would prefer that for sure. Thanks for your help! The attached untitled_refactored.ly is a cursory demo of what I meant. I also

Re: LilyPond crashes on \musicglyph #"space"

2015-08-29 Thread Richard Shann
Sorry all, I have lilypond --version GNU LilyPond 2.19.25 so my file was misleading - I was using Frescobaldi and it said Starting lilypond 2.18.2 [test.ly]... Processing `/tmp/frescobaldi-lN9e5p/tmpJpi_kn/test.ly' Parsing... Interpreting music... Preprocessing graphical objects...terminate call

Re: smaller woodwind fingering charts

2015-08-29 Thread Thomas Morley
2015-08-29 15:43 GMT+02:00 Stefan Thomas : > Dear community, > I'm trying to get smaller woodwind fingering charts, but without sucess. > Here is my code: > \version "2.18.2" > > \relative c'' { > \textLengthOn > c1^\markup { \woodwind-diagram #'saxophone #'((cc . (oneT twoT three four > five

smaller woodwind fingering charts

2015-08-29 Thread Stefan Thomas
Dear community, I'm trying to get smaller woodwind fingering charts, but without sucess. Here is my code: \version "2.18.2" \relative c'' { \textLengthOn c1^\markup { \woodwind-diagram #'saxophone #'((cc . (oneT twoT three four five six)) (lh . (b)) (rh . (eT))) } c1^\markup {\tiny \woodwind-

RE:LilyPond crashes on \musicglyph #"space"

2015-08-29 Thread Stephen MacNeil
Starting lilypond 2.18.2 [Untitled]... Processing `/tmp/frescobaldi-t71lRI/tmpBr7KhM/document.ly' Parsing... Interpreting music... Preprocessing graphical objects... Finding the ideal number of pages... Fitting music on 1 page... Drawing systems... Layout output to `document.ps'... Convert

Re: LilyPond crashes on \musicglyph #"space"

2015-08-29 Thread BB
No crash (as I have already reported) with Linux Mint 13 (maja), a brand derivated from ubuntu. (Latest version Linux Mint 17.2 Rafaela) http://www.linuxmint.com/download.php On 29.08.2015 14:21, Andrew Bernard wrote: Confirming crash on 2.19.25 on Ubuntu. Andrew ___

Re: LilyPond crashes on \musicglyph #"space"

2015-08-29 Thread Andrew Bernard
Confirming crash on 2.19.25 on Ubuntu. Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: LilyPond crashes on \musicglyph #"space"

2015-08-29 Thread BB
Tried code with \version "2.19.25" (on Linux). Cannot reproduce crash? On 29.08.2015 13:57, Thomas Morley wrote: 2015-08-29 13:38 GMT+02:00 Richard Shann : I just noticed that LilyPond is crashing on this: \version "2.18.0" { <> ^\markup {\musicglyph #"space"} s1*4/4 } with Interpreting m

Re: LilyPond crashes on \musicglyph #"space"

2015-08-29 Thread Thomas Morley
2015-08-29 13:38 GMT+02:00 Richard Shann : > I just noticed that LilyPond is crashing on this: > > \version "2.18.0" > { > <> ^\markup {\musicglyph #"space"} s1*4/4 > } > > with > > Interpreting music... > > Preprocessing graphical objects...terminate called after throwing an > instance of 'std::ba

Re: LilyPond crashes on \musicglyph #"space"

2015-08-29 Thread BB
Tried this but had no crash? On 29.08.2015 13:38, Richard Shann wrote: \version "2.18.0" { <> ^\markup {\musicglyph #"space"} s1*4/4 } ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

LilyPond crashes on \musicglyph #"space"

2015-08-29 Thread Richard Shann
I just noticed that LilyPond is crashing on this: \version "2.18.0" { <> ^\markup {\musicglyph #"space"} s1*4/4 } with Interpreting music... Preprocessing graphical objects...terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Exited with exit status 1. Ot

Re: hide repeat endings?

2015-08-29 Thread Robin Bannister
Ian Rashkin wrote: Maybe i'm going about this the wrong way... One way would be to wait until something comes of issue 3752. Until then, \repeat only offers you volta, with brackets included. As it seems to be a fairly simple structure, I would avoid \repeat and instead assemble sections seq