Re: Help with unexpexted double barline trouble and \markup

2016-01-15 Thread Urs Liska
Am 15.01.2016 um 08:07 schrieb Carl-Henrik Buschmann: > I'm working on a lead sheet but being a novice i'm hitting my head > against the wall at some noob problems. > > Bar 1) > Stemlets. Do it have to be this hard creating them? Is there a way to > make it global? Also, i want the stemlet to

Re: Help with unexpexted double barline trouble and \markup

2016-01-15 Thread Chris Yate
On 15 January 2016 at 07:07, Carl-Henrik Buschmann wrote: > I'm working on a lead sheet but being a novice i'm hitting my head against > the wall at some noob problems. > > Bar 1) > Stemlets. Do it have to be this hard creating them? Is there a way to make > it global? Also,

Re: Help with unexpexted double barline trouble and \markup

2016-01-15 Thread Chris Yate
On 15 January 2016 at 14:37, Kieren MacMillan wrote: > Hi Carl-Henrik, > > > Bar 1) > > Stemlets. Do it have to be this hard creating them? Is there a way to > make it global? Also, i want the stemlet to reach down towards the rest. > How? > > This may be related

Ossia problem - different timing

2016-01-15 Thread Ralph Palmer
Greetings - I'm running LilyPond 2.19.33 under Win8. I have a piece with multiple ossia challenges. I think I'm almost there (unless I have to make fundamental changes). I'm attaching what I have so far. There are two changes I need to make. I can provide you with a pdf of what I'm looking for,

Re: Help with unexpexted double barline trouble and \markup

2016-01-15 Thread Kieren MacMillan
Hi Carl-Henrik, > Bar 1) > Stemlets. Do it have to be this hard creating them? Is there a way to make it > global? Also, i want the stemlet to reach down towards the rest. How? This may be related to the issue Urs is working on at the moment. In any case, I’m sure there are automatic ways to

Re: Help with unexpexted double barline trouble and \markup

2016-01-15 Thread Kieren MacMillan
Hi Chris, > According to the documentation, no… > […] > But I have seen a snippet through which you can avoid the slur AND beam That’s what I meant by “there are automatic ways to make your preference global”. ;) It’s probably a Scheme function/callback. I hope it gets found! Kieren.

Re: Markup breaking score, stemlets not behaving, double barlines not showing.

2016-01-15 Thread Kevin Barry
> > i want the stemlet to reach down towards the rest. How? > add an override like so: \override Stem.stemlet-length = 2 (or whatever value you prefer) > How do i make custom rehersal marks? > When using \markup { ... } the whole score looses it layout and to add > insult it does not display

Markup breaking score, stemlets not behaving, double barlines not showing.

2016-01-15 Thread Carl-Henrik Buschmann
I'm working on a lead sheet but being a novice i'm hitting my head against the wall at some noob problems. Bar 1) Stemlets. Do it have to be this hard creating them? Is there a way to make it global? Also, i want the stemlet to reach down towards the rest. How?How do i make custom rehersal

Help with unexpexted double barline trouble and \markup

2016-01-15 Thread Carl-Henrik Buschmann
I'm working on a lead sheet but being a novice i'm hitting my head against the wall at some noob problems. Bar 1) Stemlets. Do it have to be this hard creating them? Is there a way to make it global? Also, i want the stemlet to reach down towards the rest. How?How do i make custom rehersal

Re: Help with unexpexted double barline trouble and \markup

2016-01-15 Thread Urs Liska
Am 15.01.2016 um 15:37 schrieb Kieren MacMillan: >> Bar 1) >> > Stemlets. Do it have to be this hard creating them? Is there a way to make >> > it global? Also, i want the stemlet to reach down towards the rest. How? > This may be related to the issue Urs is working on at the moment. In any >

Re: Help with unexpexted double barline trouble and \markup

2016-01-15 Thread Simon Albrecht
On 15.01.2016 17:50, Urs Liska wrote: Am 15.01.2016 um 17:46 schrieb Simon Albrecht: On 15.01.2016 16:58, Carl-Henrik Buschmann wrote: 1) My experience is that reading rhythms with the stemlets over the rests helps alot. It is a tad "modern" but generally approved. Is there a way to make it

Re: Programmatically building music-function names

2016-01-15 Thread Caio Giovaneti de Barros
On 15-01-2016 15:06, Chris Yate wrote: What I'm trying to do instead looks like: ``` printTheScore = #(define-music-function (parser location number ) (string? ) #{ \score { \music#number } #}) \printTheScore "One" \printTheScore "Two" ``` Maybe something like this... but If I

Re: Help with unexpexted double barline trouble and \markup

2016-01-15 Thread Simon Albrecht
On 15.01.2016 16:58, Carl-Henrik Buschmann wrote: 1) My experience is that reading rhythms with the stemlets over the rests helps alot. It is a tad "modern" but generally approved. Is there a way to make it global? No problem: just insert \context { \Voice \override

Re: Help with unexpexted double barline trouble and \markup

2016-01-15 Thread Urs Liska
Am 15.01.2016 um 17:46 schrieb Simon Albrecht: > On 15.01.2016 16:58, Carl-Henrik Buschmann wrote: >> 1) My experience is that reading rhythms with the stemlets over the >> rests helps alot. It is a tad "modern" but generally approved. Is >> there a way to make it global? > > No problem: just

Programmatically building music-function names

2016-01-15 Thread Chris Yate
Hi, I'm trying to typeset a number of short pieces into multiple scores in one file. I can do this manually, as: ``` musicOne = \relative c'' { g4 a b c } musicTwo = \relative c'' { g4 a b c } \score { \musicOne } \score { \musicTwo } ``` However, there's a lot more common stuff in my real

Re: Programmatically building music-function names

2016-01-15 Thread David Kastrup
Chris Yate writes: > Hi, > > I'm trying to typeset a number of short pieces into multiple scores in one > file. I can do this manually, as: > This doesn't work; my substitution syntax is clearly wrong here, but > I'd be interested to see if there's a way to do it. Or does

update objects

2016-01-15 Thread Luca Danieli
Hello, May I ask where I can find information about or how can I update objects in lilypond in ubuntu?I have specifically to update the object arrowGlyphs but I am unable to find this specific information on internet. Can someone give me a hint? Luca

Beamlets when first/last element of a beam is a rest

2016-01-15 Thread Urs Liska
Hey all, one more beaming question (I deliberately keep these questions on -user as I think *user* input is important here): When the user has requested manual beaming over rests at the end like c16 [ c c r ] (Hi Carl-Henrik ;-) ) what should the beam do at that moment? If you look at the

Re: Ossia problem - different timing

2016-01-15 Thread Kevin Barry
Hi Ralph, This snippet might help: http://www.lilypond.org/doc/v2.19/Documentation/snippets/rhythms#rhythms-changing-time-signatures-inside-a-polymetric-section-using-_005cscaledurations I've attached my version; the only thing I wasn't able to do was get the spacing on the ossia staves to

Re: Help with unexpexted double barline trouble and \markup

2016-01-15 Thread Chris Yate
On 15 January 2016 at 15:58, Carl-Henrik Buschmann wrote: > > 15. jan. 2016 kl. 15.32 skrev Chris Yate : > > > > On 15 January 2016 at 07:07, Carl-Henrik Buschmann > wrote: > >> I'm working on a lead sheet but being a novice i'm

Re: Help with unexpexted double barline trouble and \markup

2016-01-15 Thread Carl-Henrik Buschmann
> > 15. jan. 2016 kl. 15.32 skrev Chris Yate : > > > > On 15 January 2016 at 07:07, Carl-Henrik Buschmann > wrote: > I'm working on a lead sheet but being a novice i'm hitting my head against > the wall at some noob

Re: Programmatically building music-function names

2016-01-15 Thread Urs Liska
Am 15.01.2016 um 18:06 schrieb Chris Yate: > Hi, > > I'm trying to typeset a number of short pieces into multiple scores in > one file. I can do this manually, as: > ... > > I've attached a ly file including the code I've pasted here. > > thanks, > > Chris > Hi Chris, I think (if I didn't

Re: update objects

2016-01-15 Thread David Nalesnik
Hi Luca, On Fri, Jan 15, 2016 at 11:29 AM, Luca Danieli wrote: > Hello, > > May I ask where I can find information about or how can I update objects > in lilypond in ubuntu? > I have specifically to update the object arrowGlyphs but I am unable to > find this specific

unterminated tie

2016-01-15 Thread Mark Stephen Mrotek
Hello: I cannot find the "unterminated tie" in the following measures. r4 q2 | r4 2 | q2. | r4 2 | r4 2 | % this line highlighted. 2. ( | ) | When compiled the notation is correct. Any help from sharper eyes is greatly

Re: unterminated tie

2016-01-15 Thread Malte Meyn
Am 15.01.2016 um 20:49 schrieb Mark Stephen Mrotek: > r4 q2 | r4 2 | q2. | > > r4 2 | r4 2 | % this line highlighted. > > 2. ( | ) | Please give a complete example; I see two possible reasons (maybe there are more) but can’t tell

Re: unterminated tie

2016-01-15 Thread Nathan Ho
On 2016-01-15 11:49, Mark Stephen Mrotek wrote: Hello: I cannot find the "unterminated tie" in the following measures. r4 q2 | r4 2 | q2. | r4 2 | r4 2 | % this line highlighted. Hi Mark, Check your octaves on the f. If you're in relative mode,

Re: Programmatically building music-function names

2016-01-15 Thread Chris Yate
On 15 Jan 2016 17:26, "David Kastrup" wrote: > > Chris Yate writes: > > > Hi, > > > > I'm trying to typeset a number of short pieces into multiple scores in one > > file. I can do this manually, as: > > > > This doesn't work; my substitution syntax is clearly

RE: unterminated tie

2016-01-15 Thread Mark Stephen Mrotek
Nathan, Thank you for your reply and the observation. I did not mention that the second f is after a clef change - bass to treble - so the ' is necessary. Since it compiles correctly, perhaps it is just a "glitch" in the program. Mark -Original Message- From: Nathan Ho

RE: unterminated tie

2016-01-15 Thread Nathan Ho
On 2016-01-15 12:26, Mark Stephen Mrotek wrote: Nathan, Thank you for your reply and the observation. I did not mention that the second f is after a clef change - bass to treble - so the ' is necessary. Since it compiles correctly, perhaps it is just a "glitch" in the program. Hi Mark,

Re: Help with unexpexted double barline trouble and \markup

2016-01-15 Thread Thomas Morley
2016-01-15 15:37 GMT+01:00 Kieren MacMillan : > Hi Carl-Henrik, >> Bar 8) >> Why does the double barline not exend equaly through both staffs? > > That looks like a bug to me: all SpanBars should [IMO] be printed at the > largest applicable size. Well, then it's

RE: unterminated tie

2016-01-15 Thread Mark Stephen Mrotek
Nathan and others, Thank you for the suggestions. I found the error - a tie over a rest. Mark -Original Message- From: Nathan Ho [mailto:nat...@snappizz.com] Sent: Friday, January 15, 2016 1:04 PM To: Mark Stephen Mrotek Cc: 'Lilypond-User Mailing List'

Alignment of ‘non-extremal’ bass figures

2016-01-15 Thread Simon Albrecht
Hello, does anyone know how to vertically align the 9 and 8 in the following example? \version "2.19.35" \score { << { s1 } \figures { <10 9>4 <8> } >> } TIA, Simon \version "2.19.35" \score { << { s1 } \figures { <10 9>4 <8> } >>

Re: Behavior of non-flag side with strictBeatBeaming

2016-01-15 Thread Werner LEMBERG
> Am I right that you want a solution that prints exactly one beam less > than the neighboring stem with the least beams. Yes, since this looks quite natural to me (well, as far as something in your constructed example can look natural at all). Werner

Re: Alignment of ‘non-extremal’ bass figures

2016-01-15 Thread Simon Albrecht
On 16.01.2016 00:44, Simon Albrecht wrote: Hello, does anyone know how to vertically align the 9 and 8 in the following example? \version "2.19.35" \score { << { s1 } \figures { <10 9>4 <8> } >> } Forgot to mention: I already tried <\markup\strut 8> (which is

Re: Outliner markup command

2016-01-15 Thread Thomas Morley
2016-01-13 22:14 GMT+01:00 Thomas Morley : > 2016-01-13 16:17 GMT+01:00 Paul Morris : >>> On Jan 12, 2016, at 6:09 PM, Thomas Morley wrote: >>> >>> Though, there might be a bug in `stencil-whiteout-outline', Paul cc-ed. >>>

Re: Behavior of non-flag side with strictBeatBeaming

2016-01-15 Thread Urs Liska
Am 15.01.2016 um 08:49 schrieb Urs Liska: >> > Actually, I'm missing a solution that looks like F) but has three >> > beams between 2 and 3. > I've been thinking about that too. This would somehow be like a "partial > subdivision" where the beam count is not governed by the > rhythmic_importance

Re: Import pdf into Lilypond (no ocr/omr)

2016-01-15 Thread Jacques Menu
Hello T4b, I use PhotoScore Ultimate often. Does a great job, but is not free. JM > Le 14 janv. 2016 à 22:56, Rutger Hofman a écrit : > > On Windows, there is PDFtoMusicPro, which is (of course) not free. For Unix, > it lets itself be installed under Wine. The free trial