Re: Re: Lilypond website down?

2018-08-16 Thread Han-Wen Nienhuys
Well, currently, it's coming out of the $300 new user credit that Google offers to new cloud users. $300 is enough to keep it runnign for a year or two. On Fri, Aug 10, 2018 at 9:20 PM Ralph Palmer wrote: > > > On Fri, Aug 10, 2018 at 3:14 PM Simon Albrecht > wrote: > >> So you provide the

Re: Include path syntax on Mac

2018-08-16 Thread Hans Åberg
> On 16 Aug 2018, at 22:35, David Wright wrote: > >> There I would expect -I to be put ahead of the program system directories, >> so those latter can be overridden. I think GCC in the past may have had >> another behavior, and GCC 8 maybe added more options to regulate in detail. > > I'm

Re: Include path syntax on Mac

2018-08-16 Thread David Wright
On Thu 16 Aug 2018 at 10:13:42 (+0200), Hans Åberg wrote: > > On 16 Aug 2018, at 02:27, David Wright wrote: > > On Wed 15 Aug 2018 at 22:40:57 (+0200), Hans Åberg wrote: > >>> On 15 Aug 2018, at 21:49, David Wright wrote: > >>> On Wed 15 Aug 2018 at 10:07:11 (+0200), Hans Åberg wrote: > >

Re: markup padding with full measure rests

2018-08-16 Thread mari+lilypond
Many thanks! Didn't find that... Markus On 08/16/2018 06:51 PM, David Kastrup wrote: > mari+lilyp...@mailbox.org writes: > >> Hi all, >> >> why is this example not working with full measure rests? How can I do >> the padding in another way? >> >> \version "2.19.82" >> >> \score { \relative c' {

Re: Edition Engraver and staff changes

2018-08-16 Thread arnepe
hello Auke, if you want to separate the staff changes from the note input, you could use a separate variable with spacer rests and put the staff changes (+ stem directions + ...) in there: \extra = { s1*2 \change Staff = "right" s1*2 ... \change Staff = "left" s1*2 } etc... then add that

Re: markup padding with full measure rests

2018-08-16 Thread David Kastrup
mari+lilyp...@mailbox.org writes: > Hi all, > > why is this example not working with full measure rests? How can I do > the padding in another way? > > \version "2.19.82" > > \score { \relative c' { > \override TextScript.staff-padding = #3 > d4 e4^\markup"x" r2^\markup"y" R1^\markup"z" f2 }

markup padding with full measure rests

2018-08-16 Thread mari+lilypond
Hi all, why is this example not working with full measure rests? How can I do the padding in another way? \version "2.19.82" \score { \relative c' { \override TextScript.staff-padding = #3 d4 e4^\markup"x" r2^\markup"y" R1^\markup"z" f2 } } Regards and many thanks Markus

Re: Include path syntax on Mac

2018-08-16 Thread Hans Åberg
> On 16 Aug 2018, at 02:27, David Wright wrote: > > On Wed 15 Aug 2018 at 22:40:57 (+0200), Hans Åberg wrote: >> >>> On 15 Aug 2018, at 21:49, David Wright wrote: >>> >>> On Wed 15 Aug 2018 at 10:07:11 (+0200), Hans Åberg wrote: Also, it seems it adds the directory before the