Re: Manual page breaking causing assertion failure

2016-01-09 Thread Colin Campbell
On 16-01-09 03:38 PM, Chris Yate wrote: No, it's not self-built, it's the latest dev image from the website! Windows 10, 64bit. Any other info you need? Chris On 9 Jan 2016 10:17 pm, "Colin Campbell" > wrote: On 16-01-08 07:09 PM, Chris Yate wrote: I'll confirm

Overriding tie-configuration & \shape breaks custom Scheme function since 2.19.24

2016-01-09 Thread Peter Crighton
Hello, I have a small Scheme function to make single note heads in a chord smaller which used to work in the past. But now there’s a bug in it when I override the tie-configuration or use the \shape function, which makes all note heads in the chord smaller from that point onwards. As you can see i

RE: Microtonal notation - arrows up and down

2016-01-09 Thread Graham Breed
Date: Sat, 9 Jan 2016 20:39:15 +0100 From: Luca Danieli Yes, it works perfectly. But I am only able to replace for example the standard symbol for fih (quarter-tone) with an arrow-up symbol. I was wondering if it was possible to use both symbols instead of replacing one type with the other. I

Re: Manual page breaking causing assertion failure

2016-01-09 Thread Chris Yate
No, it's not self-built, it's the latest dev image from the website! Windows 10, 64bit. Any other info you need? Chris On 9 Jan 2016 10:17 pm, "Colin Campbell" wrote: > On 16-01-08 07:09 PM, Chris Yate wrote: > > Hi, > I'm trying to paginate my score nicely and the automatic paging isn't good >

Re: Manual page breaking causing assertion failure

2016-01-09 Thread Colin Campbell
On 16-01-08 07:09 PM, Chris Yate wrote: Hi, I'm trying to paginate my score nicely and the automatic paging isn't good enough. So I'm doing all the page breaks manually -- and a certain situation is causing an assertion failure on compilation: << Snippet of output: MIDI output to `BeiM

Re: how to produce this symbol?

2016-01-09 Thread Bric
On 01/09/2016 10:48 AM, Pierre Perol-Schneider wrote: Hi Bric, How about : \version "2.18.2" \transpose c c'' { s2. r4 | dis8 ^\markup { \translate #'(-5 . 0) \rotate #-45 \pattern #4 #X #0 \musicglyph #"scripts.trill_element" } e gis b } That works great! Michael Gerd

Re: ly:one-line-breaking

2016-01-09 Thread Urs Liska
Am 9. Januar 2016 19:30:56 MEZ, schrieb Richard Shann : >I was wondering if it would be possible to develop a variant of "all on >one line", namely "all on one page", where the page height would be >automatically adjusted to fit the music, leaving the width as set. I had been thinking about "abu

RE: Microtonal notation - arrows up and down

2016-01-09 Thread Luca Danieli
Thank you Graham. Yes, it works perfectly. But I am only able to replace for example the standard symbol for fih (quarter-tone) with an arrow-up symbol. I was wondering if it was possible to use both symbols instead of replacing one type with the other. I would like to use arrows to indicate tone

Re: ly:one-line-breaking

2016-01-09 Thread Paul Morris
> On Jan 9, 2016, at 1:30 PM, Richard Shann wrote: > > I could not see where the ly:one-line-breaking algorithm was written > however (looking in the .scm and .ly files) is it in C++ ? Yes, see: lily/page-breaking-scheme.cc lily/one-line-page-breaking.cc HTH, -Paul ___

ly:one-line-breaking

2016-01-09 Thread Richard Shann
I was wondering if it would be possible to develop a variant of "all on one line", namely "all on one page", where the page height would be automatically adjusted to fit the music, leaving the width as set. I could not see where the ly:one-line-breaking algorithm was written however (looking in the

Re: Manual page breaking causing assertion failure

2016-01-09 Thread Thomas Morley
2016-01-09 18:45 GMT+01:00 David Kastrup : > Chris Yate writes: > >> On 9 January 2016 at 14:28, Thomas Morley wrote: >> >>> 2016-01-09 14:18 GMT+01:00 Chris Yate : >>> > In case anyone here is interested (perhaps Ralph), a Minimal not-Working >>> > Example I've sent to the bugs list. >>> [...] >

Re: Manual page breaking causing assertion failure

2016-01-09 Thread David Kastrup
Chris Yate writes: > On 9 January 2016 at 14:28, Thomas Morley wrote: > >> 2016-01-09 14:18 GMT+01:00 Chris Yate : >> > In case anyone here is interested (perhaps Ralph), a Minimal not-Working >> > Example I've sent to the bugs list. >> [...] >> > "AutoPageBreaksOff" in the score block causes th

Re: Manual page breaking causing assertion failure

2016-01-09 Thread Chris Yate
On 9 January 2016 at 14:28, Thomas Morley wrote: > 2016-01-09 14:18 GMT+01:00 Chris Yate : > > In case anyone here is interested (perhaps Ralph), a Minimal not-Working > > Example I've sent to the bugs list. > [...] > > "AutoPageBreaksOff" in the score block causes the exception failure. > > \aut

Re: Microtonal notation - arrows up and down

2016-01-09 Thread Graham Breed
Date: Fri, 8 Jan 2016 18:35:49 +0100 From: Luca Danieli I don't understand very much what is written within the page you sent me. But from the "quick start" I have understood the basic and was able to implement this code: http://lsr.di.unimi.it/LSR/Snippet?id=786 It works. Unfortunately I can

Re: how to produce this symbol?

2016-01-09 Thread Pierre Perol-Schneider
Hi Bric, How about : \version "2.18.2" \transpose c c'' { s2. r4 | dis8 ^\markup { \translate #'(-5 . 0) \rotate #-45 \pattern #4 #X #0 \musicglyph #"scripts.trill_element" } e gis b } Cheers, Pierre 2016-01-09 15:37 GMT+01:00 Bric : > attaching a png of some sort of gli

Re: how to produce this symbol?

2016-01-09 Thread Michael Gerdau
> attaching a png of some sort of glissando or downward run. Does anyone > know how to produce it in lilypond ? Does http://lsr.di.unimi.it/LSR/Snippet?id=215 help ? Kind regards, Michael -- Michael Gerdau email: m...@qata.de GPG-keys available on request or at public keyserver signatu

how to produce this symbol?

2016-01-09 Thread Bric
attaching a png of some sort of glissando or downward run. Does anyone know how to produce it in lilypond ? thanks ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Manual page breaking causing assertion failure

2016-01-09 Thread Thomas Morley
2016-01-09 14:18 GMT+01:00 Chris Yate : > In case anyone here is interested (perhaps Ralph), a Minimal not-Working > Example I've sent to the bugs list. [...] > "AutoPageBreaksOff" in the score block causes the exception failure. \autoPageBreaksOff is not a LilyPond-command. Did you define it loc

Re: how to add header to markup after score

2016-01-09 Thread Marc Hohl
Am 09.01.2016 um 12:13 schrieb Thomas Morley: 2016-01-09 9:04 GMT+01:00 Marc Hohl : Am 09.01.2016 um 08:24 schrieb Jacques Menu: Hello Harm, [...] In procedure memoization in expression (let* (block, too! # ...) This looks as if Harms comment is taken as a scheme command due to wrong line

Fwd: Manual page breaking causing assertion failure

2016-01-09 Thread Chris Yate
In case anyone here is interested (perhaps Ralph), a Minimal not-Working Example I've sent to the bugs list. -- Forwarded message -- From: Chris Yate Date: 9 January 2016 at 09:55 Subject: Re: Manual page breaking causing assertion failure To: tisimst Cc: bug-lilyp...@gnu.org S

Re: Manual page breaking causing assertion failure

2016-01-09 Thread Ralph Palmer
On Fri, Jan 8, 2016 at 9:09 PM, Chris Yate wrote: > Hi, > I'm trying to paginate my score nicely and the automatic paging isn't good > enough. So I'm doing all the page breaks manually -- and a certain > situation is causing an assertion failure on compilation: > Greetings, Chris - I can't tell

Re: Instrument name in magnified staff

2016-01-09 Thread Thomas Morley
2016-01-09 12:57 GMT+01:00 Chris Yate : > Hi, > > As per the documentation*, I'm using \magnifyStaff to reduce the size of the > solo line in a piano accompaniment. > > \version "2.19.35" > > \score { > << > \new Staff \with { instrumentName = "Example 1" >\magnifyStaf

Re: Repeat 8va

2016-01-09 Thread David Kastrup
msk...@ansuz.sooke.bc.ca writes: > On Sat, 9 Jan 2016, David Kastrup wrote: >> For "this issue"? It allows you to use different tags for different >> purposes without interference between the purposes. >> >> Not more, not less. > > Then why suggest it? Because you stated "That can be worked arou

Instrument name in magnified staff

2016-01-09 Thread Chris Yate
Hi, As per the documentation*, I'm using \magnifyStaff to reduce the size of the solo line in a piano accompaniment. \version "2.19.35" \score { << \new Staff \with { instrumentName = "Example 1" \magnifyStaff #4/7 } << \relative c{ a b c d } >> \new Staf

Re: how to add header to markup after score

2016-01-09 Thread Thomas Morley
2016-01-09 9:04 GMT+01:00 Marc Hohl : > Am 09.01.2016 um 08:24 schrieb Jacques Menu: >> >> Hello Harm, >> > [...] > > In procedure memoization in expression (let* (block, too! # ...) > > This looks as if Harms comment is taken as a scheme command due to wrong > line breaks, I just copied the LSR-s

Re: Repeat 8va

2016-01-09 Thread mskala
On Sat, 9 Jan 2016, David Kastrup wrote: > For "this issue"? It allows you to use different tags for different > purposes without interference between the purposes. > > Not more, not less. Then why suggest it? -- Matthew Skala msk...@ansuz.sooke.bc.ca People before principles. h

Re: Repeat 8va

2016-01-09 Thread David Kastrup
msk...@ansuz.sooke.bc.ca writes: > On Sat, 9 Jan 2016, David Kastrup wrote: >> > I've had trouble getting that to work in more complicated situations, such >> > as when there's nesting involved. If I want a few notes different inside > >> You know the \tagGroup command, do you? > > I found it whe

Re: Repeat 8va

2016-01-09 Thread mskala
On Sat, 9 Jan 2016, David Kastrup wrote: > > I've had trouble getting that to work in more complicated situations, such > > as when there's nesting involved. If I want a few notes different inside > You know the \tagGroup command, do you? I found it when I was looking for a clean solution to thi

Re: Repeat 8va

2016-01-09 Thread David Kastrup
msk...@ansuz.sooke.bc.ca writes: > On Fri, 8 Jan 2016, H. S. Teoh wrote: >> > It's a shame that LilyPond's requirement to completely evaluate music >> > expressions immediately, and therefore once and for all, forces this >> > kind of thing on us. The natural thing to want to do would be to have

Re: Repeat 8va

2016-01-09 Thread David Kastrup
msk...@ansuz.sooke.bc.ca writes: > On Fri, 8 Jan 2016, Christopher R. Maden wrote: >> Generally, once you get into any kind of moderately complicated score, you >> have to concoct your score and MIDI separately, e.g.: >> >> theTune = c c c c >> theScore = \repeat volta 2 { \theTune } >> theMidi =

Re: how to add header to markup after score

2016-01-09 Thread Marc Hohl
Am 09.01.2016 um 08:24 schrieb Jacques Menu: Hello Harm, [...] In procedure memoization in expression (let* (block, too! # ...) This looks as if Harms comment is taken as a scheme command due to wrong line breaks, so no scheme trickery needed, just make shure that the last two lines of