Re: Tuplet bracket and cross staff

2016-06-26 Thread matpen3@gmail
Hi Andrew and Thomas,

@Andrew many thanks to report that
@Thomas really brilliant, as always

cheers

matteo 


> Il giorno 26 giu 2016, alle ore 10:53, Thomas Morley 
>  ha scritto:
> 
> 2016-06-26 5:00 GMT+02:00 Andrew Bernard :
>> Hi Matteo,
>> 
>> I have a tuplet angle function that somebody (I cannot recall who)
>> sent me some time ago. I use it heavily and extensively and I can say
>> it has been tested by me to the limit - it works well.
>> 
>> Using this code you just say \tupletAngles 1 0 or similar and that's
>> all you need. Put it is a file tuplet-angles.ily and include it. Using
>> \tupletAngles 0 0 is very handy for straigthening up tuplets when you
>> don't want lilypond to angle them.
>> 
>> Here it is. [Surprised this is not more well known.]
>> 
>> Andrew
> 
> Looking in the archives:
> http://lilypond.1069038.n5.nabble.com/angle-of-a-tuplet-bracket-td55019.html#a55023
> :)
> 
> Reading it up gives some additional informations...
> 
> Cheers,
>  Harm


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Tuplet bracket and cross staff

2016-06-25 Thread matpen3@gmail
Hi Stephen,

I’m using now

\once \override TupletBracket.rotation = #'(0.1 -120 0.1)
\offset Y-offset 1.5 TupletNumber

Thanks, also to David



> Il giorno 25 giu 2016, alle ore 18:20, Stephen MacNeil 
>  ha scritto:
> 
> can you share?
> 
> Stephen


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Tuplet bracket and cross staff

2016-06-25 Thread matpen3@gmail
Hi Stephen, 

thanks. 

Actually I’m finding a simpler way to move the whole tuplet, included the 
number, without to have to use two \override.
TupletBracket.staff-padding seemed so right ;)

cheers


matteo

> Il giorno 25 giu 2016, alle ore 17:49, Stephen MacNeil 
>  ha scritto:
> 
> Not the best way I am sure .. but it works. I am sure someone has a less 
> aggressive way. rotation seems to work when offset or extent does not.
> 
> RH_VIII = \relative do'' {
> r2
> \tupletUp
> %\once \override Score.TupletBracket.staff-padding = #19
> 
> \once \override TupletBracket.rotation = #'(0.1 -120 0.1)
> 
> %%% both work
> % use
> %\once \override TupletNumber.Y-offset = #16.85
> % or
> \override TupletNumber.Y-offset = #(lambda (grob) (+ 1.5 
> (ly:tuplet-number::calc-y-offset grob)))
> 
> 
> \tuplet 5/4 {
> \staffDown r16 sol'-. \staffUp re'\( mib re
> } sib'8\)-. r
> |
> }
> 
> 
> HTH
> Stephen
> 


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Tuplet bracket and cross staff

2016-06-25 Thread matpen3@gmail
Hi all,

I don’ understand why TupletBracket.staff-padding doesn’t work inside a context 
with a cross staff and I’m not able to find an alternative way to move the 
group.

How could I avoid the collision of the tuplet with the slur?

Thanks for any help.

Cheers 


Matteo


BracketCrossSTaff.ly
Description: Binary data
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: dynamic text over barlines

2016-06-23 Thread matpen3@gmail
Many thanks!

matteo


> Il giorno 23 giu 2016, alle ore 21:11, David Kastrup <d...@gnu.org> ha 
> scritto:
> 
> "matpen3@gmail" <matp...@gmail.com> writes:
> 
>> Hi all, 
>> 
>> I’m trying’ to find a solution to deactivate the horizontal spacing
>> property of dynamic text in a Grand staff and allows it to cross the
>> barline without losing its dynamic script nature.
> 
>  %%% how to allows Dynamic text to ignore barlines?
>  %%% \once \override GrandStaff.DynamicText.?
>  \once \revert GrandStaff.DynamicText.extra-spacing-width
> 
> -- 
> David Kastrup


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


dynamic text over barlines

2016-06-23 Thread matpen3@gmail
Hi all, 

I’m trying’ to find a solution to deactivate the horizontal spacing property of 
dynamic text in a Grand staff and allows it to cross the barline without losing 
its dynamic script nature.

Thanks for any help


Cheers

matteo




DynamicOverBarline.ly
Description: Binary data
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Cues recursion

2016-06-20 Thread matpen3@gmail
Thanks David and Ben,

I followed this statement of the manual, it seemed more appropriate:

“For more complex cue note placement, e.g including transposition, or inserting 
cue notes from multiple music sources the \cueDuring or\cueDuringWithClef 
commands can be used.
The music from the corresponding measures of the quote name is added as a 
CueVoice context and occurs simultaneously with the music, which then creates a 
polyphonic situation."

I’ll try to reorganize the files structure.

Cheers

matteo

> Il giorno 20 giu 2016, alle ore 04:58, Benjamin Strecker 
> <benstrec...@gmail.com> ha scritto:
> 
> David, Matteo,
> 
> On Sun, Jun 19, 2016 at 9:53 PM, David Wright <lily...@lionunicorn.co.uk> 
> wrote:
>> On Mon 20 Jun 2016 at 00:40:08 (+0200), matpen3@gmail wrote:
>>> I’m preparing parts for a quite complex score, and I’m using the ‘’\add 
>>> quote” command for cues.
>> 
>> Why aren't you using cues rather than quotes?
>> 
>>> Everything is fine until I have to quote a part that contains a cue of the 
>>> same one.
>>> For example, cues for the first violin are extracted from the second violin 
>>> that in turn has cues of the first.
>>> 
>>> Lilypond enters in a sort of freezing and then return a 'malloc error’.
>>> 
>>> That makes sense to me: I figure out that it recalls an endless recursion.
>>> I tried to use \killCues (\addQuote “FirstViolinCue" { \killCues 
>>> \FirstViolin}) bur it doesn’t work.
>> 
>> killCues kills cues, not quotes.
>> 
>> Cues are notes written in a part that aren't played by that part.
>> Quotes are notes written in a part that are played by that part.
>> So killing quotes would leave a part incomplete.
>> Killing cues leaves just the notes which actually belong to the part.
>> 
>> Cheers,
>> David.
>> 
>> ___
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> Matteo is correct to be using addQuote to use the cueDuring function
> (http://lilypond.org/doc/v2.19/Documentation/notation/writing-parts#formatting-cue-notes).
> The problem here is not with recursive cues but recursive includes.
> As things stand, you are alternately \include-ing each of the violin
> parts until you run out of space.  I would recommend reorganizing your
> files a little bit so you don't have to \include each of the part
> files into the other.  Since you're creating both scores in the same
> file (in this example), you could use \addQuote in the score file.
> 
> I'm a bit pressed for time, but I hope that helps!
> Ben


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Code for Slashed beam

2016-06-07 Thread matpen3@gmail
Sorry…

It works with normal notes…

I’ll check it.
Thanks

matteo

> Il giorno 07 giu 2016, alle ore 17:13, matpen3@gmail <matp...@gmail.com> ha 
> scritto:
> 
> Hi Thomas,
> 
> thanks!
> 
> I’ve tried both your solutions; slashed-beam-02-2.ly 
> <http://slashed-beam-02-2.ly/> seems to work only with \acciaccatura (as 
> http://lsr.di.unimi.it/LSR/Item?id=721 
> <http://lsr.di.unimi.it/LSR/Item?id=721>), whereas the old code provides 
> slashes for normal notes (that’s what I was finding).
> Is there maybe something I don't get?
> 
> Cheers.
> 
> 
> matteo
> 
>> Il giorno 06 giu 2016, alle ore 22:34, Thomas Morley 
>> <thomasmorle...@gmail.com <mailto:thomasmorle...@gmail.com>> ha scritto:
>> 
>> 2016-06-06 21:16 GMT+02:00 matpen3@gmail <matp...@gmail.com 
>> <mailto:matp...@gmail.com>>:
>>> Hi,
>>> 
>>> I was finding a solution for slashed beams (normal notes) and I I did run
>>> across this thread:
>>> 
>>> http://thread.gmane.org/gmane.comp.gnu.lilypond.general/68436/focus=68438 
>>> <http://thread.gmane.org/gmane.comp.gnu.lilypond.general/68436/focus=68438>
>>> 
>>> I tried to download the code that Thomas wrote but I’m trapped in an endless
>>> loop between .bin and .cpgz (I’m on OS X; also the Unarchiver doesn't
>>> succeed).
>>> 
>>> Could someone provide it as a text?
>>> 
>>> Thanks!
>>> 
>>> Cheers
>>> 
>>> 
>>> matteo
>> 
>> 
>> Hi Matteo,
>> 
>> this is pretty old code. (And you've got it already.)
>> 
>> Have you tried:
>> http://lsr.di.unimi.it/LSR/Item?id=721 
>> <http://lsr.di.unimi.it/LSR/Item?id=721>
>> ?
>> 
>> Attached you'll find my latest attempt to the topic, overriding beam not 
>> stem.
>> It tries to eliminate the need to manually find the correct values.
>> Though, please note, it's unfinished work in progress.
>> Currently I can't recommend to use it for serious work, but maybe you
>> and/or others may want to test.
>> Feedback appreciated.
>> 
>> Cheers,
>>  Harm
>> 
> 

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Code for Slashed beam

2016-06-07 Thread matpen3@gmail
Hi Thomas,

thanks!

I’ve tried both your solutions; slashed-beam-02-2.ly 
<http://slashed-beam-02-2.ly/> seems to work only with \acciaccatura (as 
http://lsr.di.unimi.it/LSR/Item?id=721 
<http://lsr.di.unimi.it/LSR/Item?id=721>), whereas the old code provides 
slashes for normal notes (that’s what I was finding).
Is there maybe something I don't get?

Cheers.


matteo

> Il giorno 06 giu 2016, alle ore 22:34, Thomas Morley 
> <thomasmorle...@gmail.com> ha scritto:
> 
> 2016-06-06 21:16 GMT+02:00 matpen3@gmail <matp...@gmail.com>:
>> Hi,
>> 
>> I was finding a solution for slashed beams (normal notes) and I I did run
>> across this thread:
>> 
>> http://thread.gmane.org/gmane.comp.gnu.lilypond.general/68436/focus=68438
>> 
>> I tried to download the code that Thomas wrote but I’m trapped in an endless
>> loop between .bin and .cpgz (I’m on OS X; also the Unarchiver doesn't
>> succeed).
>> 
>> Could someone provide it as a text?
>> 
>> Thanks!
>> 
>> Cheers
>> 
>> 
>> matteo
> 
> 
> Hi Matteo,
> 
> this is pretty old code. (And you've got it already.)
> 
> Have you tried:
> http://lsr.di.unimi.it/LSR/Item?id=721
> ?
> 
> Attached you'll find my latest attempt to the topic, overriding beam not stem.
> It tries to eliminate the need to manually find the correct values.
> Though, please note, it's unfinished work in progress.
> Currently I can't recommend to use it for serious work, but maybe you
> and/or others may want to test.
> Feedback appreciated.
> 
> Cheers,
>  Harm
> 

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Code for Slashed beam

2016-06-06 Thread matpen3@gmail
Many thanks!

matteo

> Il giorno 06 giu 2016, alle ore 21:36, Brian Barker 
>  ha scritto:
> 
> At 21:16 06/06/2016 +0200, you wrote:
>> http://thread.gmane.org/gmane.comp.gnu.lilypond.general/68436/focus=68438
>> Could someone provide it as a text?
> 
> Attached.
> 
> Or see:
> http://lists.gnu.org/archive/html/lilypond-user/2011-12/msg00579.html .
> 
> Brian Barker - privately 


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Code for Slashed beam

2016-06-06 Thread matpen3@gmail
Hi,

I was finding a solution for slashed beams (normal notes) and I I did run 
across this thread:

http://thread.gmane.org/gmane.comp.gnu.lilypond.general/68436/focus=68438 


I tried to download the code that Thomas wrote but I’m trapped in an endless 
loop between .bin and .cpgz (I’m on OS X; also the Unarchiver doesn't succeed).

Could someone provide it as a text?

Thanks!

Cheers


matteo 


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: move horizontally instrument name

2016-05-14 Thread matpen3@gmail
Hi Jacques,

perfect!

many thanks

m

> Il giorno 14 mag 2016, alle ore 17:57, Jacques Menu Muzhic 
> <imj-muz...@bluewin.ch> ha scritto:
> 
> Hello Matteo,
> 
> Does :
> 
>  instrumentName = \markup {\rotate #90 \column{" " \vspace #-2 \bold 
> "Sopranos" }}
> 
> do what you’d like?
> 
> JM
> 
>> Le 14 mai 2016 à 17:49, matpen3@gmail <matp...@gmail.com> a écrit :
>> 
>> Hi all,
>> 
>> is there a way to move horizontally (in this case on the left) a staff 
>> instrument name?
>> 
>> In this specific case, I’d like to have both the group name and the staff 
>> names, but I’m not able to move the first one…
>> 
>> Many thanks for any help
>> 
>> 
>> matteo
>> 
>> 
>> ___
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


move horizontally instrument name

2016-05-14 Thread matpen3@gmail
Hi all,

is there a way to move horizontally (in this case on the left) a staff 
instrument name?

In this specific case, I’d like to have both the group name and the staff 
names, but I’m not able to move the first one…

Many thanks for any help


matteo




TestInstrName.ly
Description: Binary data
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Shorten only one system

2016-04-27 Thread matpen3@gmail
Hi Robin,

great finding! Thanks.

matteo

> Il giorno 27 apr 2016, alle ore 13:53, Robin Bannister  ha 
> scritto:
> 
> matteo wrote:
> 
> > I've thought about hide staff too, but I hoped there were a way without 
> > inserting a new bar in a rather complex structure with many dependencies…
> 
> 
> Take a look at
> http://lists.gnu.org/archive/html/lilypond-user/2015-11/msg00387.html
> 
> \pauseStaffBL might serve as a starting point for what you need.
> 
> 
> Cheers,
> Robin


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: tempo and different staves

2016-04-23 Thread matpen3@gmail
Solved. Sorry for the noise

m


> Il giorno 23 apr 2016, alle ore 08:03, matpen3@gmail <matp...@gmail.com> ha 
> scritto:
> 
> Hi David,
> 
> thanks.
> 
> I’d like to have tempos above the voice staff and above the piano part, so, 
> reading manuals and forums, it seems you have to remove them from score and 
> assign to single staves.
> 
> m
> 
> 
>> Il giorno 23 apr 2016, alle ore 07:58, David Kastrup <d...@gnu.org> ha 
>> scritto:
>> 
>> "matpen3@gmail" <matp...@gmail.com> writes:
>> 
>>> Hi all,
>>> 
>>> is there a reason why tempos aren’t assigned to the staves, after
>>> removing them from score?
>> 
>> I'd ask the person who removed them from the score.
>> 
>> -- 
>> David Kastrup
> 


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: tempo and different staves

2016-04-23 Thread matpen3@gmail
Hi David,

thanks.

I’d like to have tempos above the voice staff and above the piano part, so, 
reading manuals and forums, it seems you have to remove them from score and 
assign to single staves.

m


> Il giorno 23 apr 2016, alle ore 07:58, David Kastrup <d...@gnu.org> ha 
> scritto:
> 
> "matpen3@gmail" <matp...@gmail.com> writes:
> 
>> Hi all,
>> 
>> is there a reason why tempos aren’t assigned to the staves, after
>> removing them from score?
> 
> I'd ask the person who removed them from the score.
> 
> -- 
> David Kastrup


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


tempo and different staves

2016-04-22 Thread matpen3@gmail
Hi all,

is there a reason why tempos aren’t assigned to the staves, after removing them 
from score?

Thanks


matteo




Tempo_differentStaves.ly
Description: Binary data
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: error: can't allocate region - layout block?

2016-04-22 Thread matpen3@gmail
Hi Carl,

thanks a lot for your time.

I’ll try it

m

> Il giorno 22 apr 2016, alle ore 17:20, Carl Sorensen <c_soren...@byu.edu> ha 
> scritto:
> 
> On 4/22/16 7:11 AM, "matpen3@gmail" <matp...@gmail.com> wrote:
> 
>> Hi all,
>> 
>> I¹m again plagued by a memory error:
>> 
>> lilypond(27883,0xa2db5000) malloc: *** mach_vm_map(size=106917888) failed
>> (error code=3)
>> *** error: can't allocate region
>> *** set a breakpoint in malloc_error_break to debug
> 
> I can confirm this problem on OSX 10.8.5.
> 
> I don't know how to solve it, but I have noticed that there is a
> programming error that occurs earlier in the output, probably due to some
> removed empty staves.  If this were my file, I would try to track down
> that programming error.  I think it may be related.
> 
> Fitting music on 79 or 80 pages...
> Drawing systems...
> programming error: could not find this grob's vertical axis group in the
> vertical alignment
> continuing, cross fingers
> programming error: could not find this grob's vertical axis group in the
> vertical alignment
> continuing, cross fingers
> 
> 
> Note that this error mentions a missing vertical axis group, which is a
> container that holds staves.  Perhaps some grob is trying to be generated
> that is tied to a staff that has been removed.
> 
> I have also noticed that the maximum memory used by LilyPond at the time
> the malloc error was thrown was about 2.45 GB.
> 
> And I have confirmed that if I leave the layout block in, but comment out
> the RemoveAllEmptyStaves, there is no malloc error.  So the problem is
> clearly with removing the staves.  I believe that if you can track down
> the source of the programming error it will fix your malloc problem.
> 
> But I don't have the time to go through your enormous score and track down
> the source of the programming error.  There are some suggestions in the
> documentation:
> 
> http://lilypond.org/doc/v2.19/Documentation/usage/troubleshooting
> 
> 
> Good luck!
> 
> Carl
> 
> 


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: shorten trill spanner line

2016-04-16 Thread matpen3@gmail
Hi David ,

Many thanks. I tried but I’m a newbie and it’s not so clear… 
I typed again and recompiled with ‘update syntax’ but I receive the same error. 

The code was on a 2.11.13 version.


Matteo


> Il giorno 16 apr 2016, alle ore 21:13, David Kastrup <d...@gnu.org> ha 
> scritto:
> 
> "matpen3@gmail" <matp...@gmail.com> writes:
> 
>> Hi all,
>> 
>> I’m trying to shorten the line of consecutive trills to keep them on the 
>> same line.
>> I found a very old thread with a solution:
>> 
>> \once \override TrillSpanner #'bound-details #'right #’padding = #10 
>> 
>> but the syntax seems obsolete and I get an error.
>> 
>> Could you help me?
> 
> You got a strange quote before padding.  Apart from that, convert-ly
> should help getting the old example (version 2.16?) converted to current
> syntax.
> 
> -- 
> David Kastrup


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


shorten trill spanner line

2016-04-16 Thread matpen3@gmail
Hi all,

I’m trying to shorten the line of consecutive trills to keep them on the same 
line.
I found a very old thread with a solution:

\once \override TrillSpanner #'bound-details #'right #’padding = #10 

but the syntax seems obsolete and I get an error.

Could you help me?

Many thanks

Matteo

---

\version "2.19.39"

\include "english.ly" 

\score 
{ 
{ 
\clef bass 
% it doesn’t work: \once \override TrillSpanner #'bound-details 
#'right #’padding = #10 
\override TrillSpanner.bound-details = #20
\pitchedTrill
fs4.\startTrillSpan e
\pitchedTrill
c8\stopTrillSpan \startTrillSpan e
\pitchedTrill
fs4.\startTrillSpan e
ef,8\stopTrillSpan
} 
} ___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: align text spanners and dynamics

2016-04-10 Thread matpen3@gmail
Hi Andrew thanks again…But it’s still obscure for me. I found on the line an example (here attached) that works using the dynamics context to align automatically text spanners and metro.This contest should be intended precisely to avoid the manual adjustments.

testSpannerNo.ly
Description: Binary data


testSpannerOk.ly
Description: Binary data
matteoIl giorno 10 apr 2016, alle ore 00:50, Andrew Bernard  ha scritto:Hi Matteo,To move the metronome mark:Addabove the \tempo line.  \once \override Score.MetronomeMark.extra-offset = #'(0 . 1)  \tempo 4 = 55There is information about aligning text in the NR. Can’t recall the section this early in the morning! The point being, there are better ways to do this.Andrew
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


align text spanners and dynamics

2016-04-09 Thread matpen3@gmail
Dear all, 

sorry for the newbie question, but I’m not able to align text spanners with 
tempos within the context ‘dynamics’.
I don’t understand what’s going’ wrong!

Thanks

matteo



testSpanner.ly
Description: Binary data
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: error: can't allocate region

2016-04-08 Thread matpen3@gmail
Sorry Andrew,

you’re right…

The problem occurs with Lilypond 2.18.2 and 2.19.39.

Platform osX 10.11.4 - 16 GB RAM

Thanks again

matteo

> Il giorno 08 apr 2016, alle ore 18:06, Andrew Bernard 
>  ha scritto:
> 
> Hi Matteo,
> 
> As per normal with the list, it will help if you can say the version
> of lilypond, the platform you are on, and the version of that
> platform. Without that basic information nobody can help very much.
> 
> Andrew

> Hi all,
> 
> I’m working on a very large score (about 1200 bar), and now I receive the 
> following error that’s driving me crazy:
> 
> Drawing systems...lilypond(7156,0xa2db5000) malloc: *** 
> mach_vm_map(size=8388608) failed (error code=3)
> *** error: can't allocate region
> *** set a breakpoint in malloc_error_break to debug
> terminate called after throwing an instance of 'std::bad_alloc'
>  what():  std::bad_alloc
> 
> I tried to isolate the problem and, from a certain bar (at the end) it’s 
> enough to add a note to receive the error. Before this entry, it’s fine.
> I understand that this error should be related to the memory management, but 
> I’m not able to solve it…
> 
> It happens only when I work on the whole score. Isolating a fragment doesn’t 
> recall it.
> 
> Any help very appreciated!!
> 
> Cheers
> 
> matteo
> 

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


error: can't allocate region

2016-04-08 Thread matpen3@gmail
Hi all,

I’m working on a very large score (about 1200 bar), and now I receive the 
following error that’s driving me crazy:

Drawing systems...lilypond(7156,0xa2db5000) malloc: *** 
mach_vm_map(size=8388608) failed (error code=3)
*** error: can't allocate region
*** set a breakpoint in malloc_error_break to debug
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc

I tried to isolate the problem and, from a certain bar (at the end) it’s enough 
to add a note to receive the error. Before this entry, it’s fine.
I understand that this error should be related to the memory management, but 
I’m not able to solve it…

It happens only when I work on the whole score. Isolating a fragment doesn’t 
recall it.

Any help very appreciated!!

Cheers

matteo
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


time beatStructure isn't printed

2016-04-01 Thread matpen3@gmail
Hi all,

I'm working on a very large score and, after compiling is over, the time 
beatStructure as manually defined isn't printed (e. g. \time #'(2 3) 5/8).
On a very short fragment everything is fine.

Could the size of the score affect the printing?

I'm new to Lilypond, so maybe I'm omitting something obvious…

Thanks for any help or hint.

Matteo

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user