Re: hide repeat endings?

2015-08-29 Thread Jacques Menu
Hello Ian, Problem : with the code below and LP 2.19.25, I only get 4 lines of empty bars and two lines of chords… JM Le 29 août 2015 à 04:41, Ian Rashkin irash...@gmail.com a écrit : Maybe i'm going about this the wrong way... i'm working on a leadsheet, and it has an intro, a main

Re: hide repeat endings?

2015-08-29 Thread Jacques Menu
Le 29 août 2015 à 08:45, Jacques Menu imj-muz...@bluewin.ch a écrit : Hello Ian, Problem : with the code below and LP 2.19.25, I only get 4 lines of empty bars and two lines of chords… and the last one is right justified. JM Le 29 août 2015 à 04:41, Ian Rashkin irash...@gmail.com

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

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 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'...

Re: smaller woodwind fingering charts

2015-08-29 Thread Thomas Morley
2015-08-29 15:43 GMT+02:00 Stefan Thomas kontrapunktste...@gmail.com: 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

Re: LilyPond crashes on \musicglyph #space

2015-08-29 Thread Thomas Morley
2015-08-29 13:38 GMT+02:00 Richard Shann rich...@rshann.plus.com: 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 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 rich...@rshann.plus.com: I just noticed that LilyPond is crashing on this: \version 2.18.0 { ^\markup {\musicglyph #space} s1*4/4 } with

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

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

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. Other

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

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

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 David Kastrup
Richard Shann rich...@rshann.plus.com 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'

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 thomasmorle...@gmail.com: 2015-08-29 15:43 GMT+02:00 Stefan Thomas kontrapunktste...@gmail.com: Dear community, I'm trying to get smaller woodwind fingering charts, but without sucess. Here is my code:

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 using

Re: LilyPond crashes on \musicglyph #space

2015-08-29 Thread David Kastrup
Richard Shann rich...@rshann.plus.com 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

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: hide

Re: LilyPond crashes on \musicglyph #space

2015-08-29 Thread Colin Campbell
On 2015-08-29 06:23 AM, David Kastrup wrote: Richard Shann rich...@rshann.plus.com 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

Re: LilyPond crashes on \musicglyph #space

2015-08-29 Thread Simon Albrecht
Am 29.08.2015 um 14:23 schrieb David Kastrup: Richard Shann rich...@rshann.plus.com 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

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

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, but

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: 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 caio.bar...@gmail.com: 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