Re: Automatic generation of scores skeletons

2013-10-15 Thread Carl Peterson
On Thu, Oct 10, 2013 at 2:22 AM, Johan Vromans wrote: > Jacques Menu writes: > > > After struggling with irregular bars, I've been working on a Python3 > tool that > > transforms a spec such as: > > [...] > > into a ready-to-compile Lilypond source file. > > Very interesting. It reminds me of so

Re: compilation error when using stemlet over rests

2013-10-15 Thread Gilberto Agostinho
Done. Issue 3617: Compilation error when using stemlet over rests https://code.google.com/p/lilypond/issues/detail?id=3617 -- View this message in context: http://lilypond.1069038.n5.nabble.com/compilation-error-when-using-stemlet-over-rests-tp152356p152362.html Sent from the User mailing lis

Re: compilation error when using stemlet over rests

2013-10-15 Thread Thomas Morley
2013/10/16 Thomas Morley : > 2013/10/16 Gilberto Agostinho : >> Hello all, >> >> I am getting an error when trying to compile the following code: >> >> \version "2.17.28" >> { >> \override Staff.Stem.stemlet-length = 0.75 >> \clef percussion >>a,8->[ r8 c''8 r8 a,8 r8 c''8] >> } >> >> The

Re: compilation error when using stemlet over rests

2013-10-15 Thread Thomas Morley
2013/10/16 Gilberto Agostinho : > Hello all, > > I am getting an error when trying to compile the following code: > > \version "2.17.28" > { > \override Staff.Stem.stemlet-length = 0.75 > \clef percussion >a,8->[ r8 c''8 r8 a,8 r8 c''8] > } > > The compiler outputs the following message: E

Re: compilation error when using stemlet over rests

2013-10-15 Thread Gilberto Agostinho
And in case this is relevant, I am using Frescobaldi 2.0.10 (although the error above also happens without using Frescobaldi) on a Windows 8 - 64 bit machine. -- View this message in context: http://lilypond.1069038.n5.nabble.com/compilation-error-when-using-stemlet-over-rests-tp152356p152357.h

compilation error when using stemlet over rests

2013-10-15 Thread Gilberto Agostinho
Hello all, I am getting an error when trying to compile the following code: \version "2.17.28" { \override Staff.Stem.stemlet-length = 0.75 \clef percussion a,8->[ r8 c''8 r8 a,8 r8 c''8] } The compiler outputs the following message: Exited with return code -1073741819 I think I kind

Re: SSCCE

2013-10-15 Thread Pierre Perol-Schneider
Sure it is :) Thanks Werner, hope every one could read it ! 2013/10/15 Werner LEMBERG > > Just found this link. *Very* useful for us, I think :-) > > http://sscce.org/ > > > Werner > > ___ > lilypond-user mailing list > lilypond-user@gnu.org >

Re: "Floating" markup

2013-10-15 Thread Thomas Morley
2013/10/15 James Worlton : > On Tue, Oct 15, 2013 at 3:16 PM, Jim Long wrote: >> >> On Tue, Oct 15, 2013 at 09:04:13AM -0500, James Worlton wrote: >> > >> > This solution is also kind of hacky, but it looks like it may do more or >> > less what you want. It also scales pretty well to other staff s

Re: Automatic generation of scores skeletons

2013-10-15 Thread Janek WarchoĊ‚
Hi, 2013/10/9 Jacques Menu > Do you think there could be interest in such a tool for anyone else than its > author? I'm interested, although i don't have time to delve deeper into this now (that's why i didn't answer immediately) - sorry :-( What would be important for me: making it as generic

Re: "Floating" markup

2013-10-15 Thread James Worlton
On Tue, Oct 15, 2013 at 3:16 PM, Jim Long wrote: > On Tue, Oct 15, 2013 at 09:04:13AM -0500, James Worlton wrote: > > > > This solution is also kind of hacky, but it looks like it may do more or > > less what you want. It also scales pretty well to other staff sizes. I'm > > not sure how to slide

Re: "Floating" markup

2013-10-15 Thread Jim Long
On Tue, Oct 15, 2013 at 09:04:13AM -0500, James Worlton wrote: > > This solution is also kind of hacky, but it looks like it may do more or > less what you want. It also scales pretty well to other staff sizes. I'm > not sure how to slide the staff names to the right, however: This slides the ins

SSCCE

2013-10-15 Thread Werner LEMBERG
Just found this link. *Very* useful for us, I think :-) http://sscce.org/ Werner ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: "Floating" markup

2013-10-15 Thread James Worlton
On Tue, Oct 15, 2013 at 8:34 AM, EdBeesley wrote: > I'm trying to make some easy to read exercises for the little kiddies I > teach. As you can see in the example below I've labelled which line is for > sticking and which is for counting - the only way I could figure out of > getting the markup b

Re: Descant

2013-10-15 Thread Robin Bannister
Emil Salim" wrote: How do I add the descant line on top of the SATB The score block currently contains just a ChoirStaff context. You need to add a new Staff context which runs simultaneously. So wrap the ChoirStaff block in a pair of double angle brackets and insert the new Staff at the be

Re: Rests with stem

2013-10-15 Thread Gilberto Agostinho
Yup, that will do it, thanks a lot Simon! I had searched for it directly on the snippet repository, but I couldn't find. Indeed I will be checking the "snippets: " link from now on. Take care, Gilberto On Tue, Oct 15, 2013 at 3:50 PM, Simon Bailey wrote: > On Tue, Oct 15, 2013 at 3:38 PM, Gilb

Re: Rests with stem

2013-10-15 Thread David Kastrup
Gilberto Agostinho writes: > Hello all, > > Does anyone knows if its possible to have stems connecting rests on > LilyPond, such as in the image below? > > http://www.sibelius.com/products/sibelius/7/images/Special_Notations.png > > I couldn't find anything about this on the documentation... but

Re: Stand alone guitar chord/scale diagrams

2013-10-15 Thread Simon Bailey
hi, On Tue, Oct 15, 2013 at 2:20 PM, Carl Sorensen wrote: > Only with fret-diagram-verbose. fret-diagram and fret-diagram-terse have > syntax aimed at simplifying input for traditional uses. > fret-diagram-verbose does away with all assumptions and lets the user have > complete control. makes s

Re: Rests with stem

2013-10-15 Thread Simon Bailey
On Tue, Oct 15, 2013 at 3:38 PM, Gilberto Agostinho wrote: > Does anyone knows if its possible to have stems connecting rests on > LilyPond, such as in the image below? > > http://www.sibelius.com/products/sibelius/7/images/Special_Notations.png > > I couldn't find anything about this on the docu

Rests with stem

2013-10-15 Thread Gilberto Agostinho
Hello all, Does anyone knows if its possible to have stems connecting rests on LilyPond, such as in the image below? http://www.sibelius.com/products/sibelius/7/images/Special_Notations.png I couldn't find anything about this on the documentation... but well, maybe it is there and I just overloo

"Floating" markup

2013-10-15 Thread EdBeesley
I'm trying to make some easy to read exercises for the little kiddies I teach. As you can see in the example below I've labelled which line is for sticking and which is for counting - the only way I could figure out of getting the markup before any notes was to add it to a spacer grace note (so as

Re: Stand alone guitar chord/scale diagrams

2013-10-15 Thread Carl Sorensen
On 10/14/13 8:49 AM, "Simon Bailey" wrote: > >now that makes sense. is that only possible with fret-diagram-verbose >or can i do the same with \fret-diagram? Only with fret-diagram-verbose. fret-diagram and fret-diagram-terse have syntax aimed at simplifying input for traditional uses. fret-d

Descant

2013-10-15 Thread Emil Salim
Hello All, How do I add the descant line on top of the SATB in this .ly file: "Ye Holy Angels Bright" http://www.geoffhorton.com/hymns/Darwall.ly I would like to make the Descant look like the one on p. 2 here: http://fds.oup.com/www.oup.com/pdf/13/9780193365988.pdf although not in D major, b