Re: Repeating cross staff tremolo

2017-03-13 Thread Thomas Morley
2017-03-14 1:06 GMT+01:00 Allen Wu : > > Hey Guys, > > I was trying the example of crossing staff tremolo, but I found it > difficult to repeat the same one to the next. Can someone tell me what did > I do wrong? > > Thanks, > Allen > > > %Here is my code: > > upper = {s4

Repeating cross staff tremolo

2017-03-13 Thread Allen Wu
Hey Guys, I was trying the example of crossing staff tremolo, but I found it difficult to repeat the same one to the next. Can someone tell me what did I do wrong? Thanks, Allen %Here is my code: upper = {s4 s4} lower = \relative c''' { \voiceOne \repeat tremolo 8 {32 \change Staff =

Re: Starting with Lilypond - First Error

2017-03-13 Thread Ralph Fröhlich
Great! Thats it! See: http://jurtenland.de/wiki/Die_Affen_rasen_durch_den_Wald With Thank you very much Am 13.03.2017 um 22:46 schrieb David Kastrup: Henning Hraban Ramm writes: Am 2017-03-13 um 17:44 schrieb Scoutladen - Ralph Fröhlich : I

Re: Starting with Lilypond - First Error

2017-03-13 Thread David Kastrup
Henning Hraban Ramm writes: > Am 2017-03-13 um 17:44 schrieb Scoutladen - Ralph Fröhlich > : > >> I try to use Lilypond in our Mediawiki for collection songs for >> group of children (like boyscouts...). >> >> Try to set up the first song with a given

Re: Starting with Lilypond - First Error

2017-03-13 Thread Jeffery Shivers
On Mon, Mar 13, 2017 at 5:31 PM, Ralph Fröhlich wrote: > From commandline lilypond compiles affen.ly without any error > > It seams to be an error between Mediawiki-Extension:Score and Lilypond and > not Lilypond and affen.ly > > Thank you > Great - Please `reply-all` in

Re: Starting with Lilypond - First Error

2017-03-13 Thread Henning Hraban Ramm
Am 2017-03-13 um 17:44 schrieb Scoutladen - Ralph Fröhlich : > I try to use Lilypond in our Mediawiki for collection songs for group of > children (like boyscouts...). > > Try to set up the first song with a given .ly I get the first errors. The > code of affen.ly seams

Re: Starting with Lilypond - First Error

2017-03-13 Thread Jeffery Shivers
On Mar 13, 2017 5:16 PM, "Ralph Fröhlich" wrote: > > Thank you, I have updatet to 2.19.49 but get the same issue. > > On the server everything is fine and compilation is korrekt. > Have you tried with Michael's suggestion though? Does the same thing happen with just

Re: Starting with Lilypond - First Error

2017-03-13 Thread Malte Meyn
Am 13.03.2017 um 22:04 schrieb David Kastrup: > Scoutladen - Ralph Fröhlich writes: > >> Hi everybody, >> >> I try to use Lilypond in our Mediawiki for collection songs for group >> of children (like boyscouts...). >> >> Try to set up the first song with a given .ly I get

Re: Starting with Lilypond - First Error

2017-03-13 Thread Michael Gerdau
Hallo Ralph, > I try to use Lilypond in our Mediawiki for collection songs for group of > children (like boyscouts...). > > Try to set up the first song with a given .ly I get the first errors. > The code of affen.ly seams to be correct, and I try to google for the > error-messages. But I didn't

Re: Starting with Lilypond - First Error

2017-03-13 Thread David Kastrup
Scoutladen - Ralph Fröhlich writes: > Hi everybody, > > I try to use Lilypond in our Mediawiki for collection songs for group > of children (like boyscouts...). > > Try to set up the first song with a given .ly I get the first > errors. The code of affen.ly seams to be

Re: Starting with Lilypond - First Error

2017-03-13 Thread Jeffery Shivers
I can't replicate the errors you're getting with the latest stable version. Do you have the option to upgrade to (or install additionally, for testing at least) 2.18.2? If not, try it on lilybin (http://lilybin.com/) The error message points pretty clearly to the lines where these problems

Starting with Lilypond - First Error

2017-03-13 Thread Scoutladen - Ralph Fröhlich
Hi everybody, I try to use Lilypond in our Mediawiki for collection songs for group of children (like boyscouts...). Try to set up the first song with a given .ly I get the first errors. The code of affen.ly seams to be correct, and I try to google for the error-messages. But I didn't find

Re: Composing music functions

2017-03-13 Thread Morten Lemvigh
Hi, Thank you for your answer - seems so much good is coming :-). Lilypond is just amazing! - and also a lesson to myself about checking renames in example code :-) Best regards, Morten On Sun, Mar 12, 2017 at 11:30 PM, Thomas Morley wrote: > 2017-03-12 22:46

Re: Cross staff stem spacing with proportional notation

2017-03-13 Thread David Nalesnik
On Mon, Mar 13, 2017 at 10:41 AM, David Nalesnik wrote: > On Mon, Mar 13, 2017 at 10:19 AM, David Nalesnik > wrote: >> Hi again, >> >> On Mon, Mar 13, 2017 at 10:15 AM, David Kastrup wrote: >>> David Nalesnik

Re: Cross staff stem spacing with proportional notation

2017-03-13 Thread David Nalesnik
On Mon, Mar 13, 2017 at 10:19 AM, David Nalesnik wrote: > Hi again, > > On Mon, Mar 13, 2017 at 10:15 AM, David Kastrup wrote: >> David Nalesnik writes: >> >>> Oh, there's some extra code. I decided to use a flag to avoid >>>

Re: Cross staff stem spacing with proportional notation

2017-03-13 Thread David Nalesnik
Hi again, On Mon, Mar 13, 2017 at 10:15 AM, David Kastrup wrote: > David Nalesnik writes: > >> Oh, there's some extra code. I decided to use a flag to avoid >> redundant calculations, but didn't follow through. The music function >> should read >> >>

Re: Cross staff stem spacing with proportional notation

2017-03-13 Thread David Kastrup
David Nalesnik writes: > Oh, there's some extra code. I decided to use a flag to avoid > redundant calculations, but didn't follow through. The music function > should read > > spaceStemsEvenly = > #(define-music-function (mus) (ly:music?) >#{ > \override

Re: Cross staff stem spacing with proportional notation

2017-03-13 Thread David Nalesnik
On Mon, Mar 13, 2017 at 9:58 AM, David Nalesnik wrote: > Hi Andrew, > > On Mon, Mar 13, 2017 at 3:11 AM, Andrew Bernard > wrote: >> This issue has dogged me for a long time, and searching the archives does >> not produce a reliable answer as

Re: Cross staff stem spacing with proportional notation

2017-03-13 Thread David Nalesnik
Hi Andrew, On Mon, Mar 13, 2017 at 3:11 AM, Andrew Bernard wrote: > This issue has dogged me for a long time, and searching the archives does > not produce a reliable answer as far as I can see. > > When using proportional notation with cross staff beamed groups, it

Re: Attach point-and-click link to custom stencil

2017-03-13 Thread David Kastrup
Urs Liska writes: > Am 13.03.2017 um 13:16 schrieb David Kastrup: >> Urs Liska writes: >> >>> Am 13.03.2017 um 13:07 schrieb David Kastrup: Urs Liska writes: >>> I'm calling the function with \override Tie.stencil =

Re: Composing music functions

2017-03-13 Thread Simon Albrecht
Am 12.03.2017 um 22:53 schrieb caag...@gmail.com: You can't call music functions directly from Scheme code. You have to either wrap the call in #{ #} or use `ly:music-function-extract` to extract the procedure itself and call that. In recent development versions, that’s obsolete. E.g. {

Re: Attach point-and-click link to custom stencil

2017-03-13 Thread Urs Liska
Am 13.03.2017 um 13:16 schrieb David Kastrup: > Urs Liska writes: > >> Am 13.03.2017 um 13:07 schrieb David Kastrup: >>> Urs Liska writes: >>> when writing a callback function to override a stencil, how can I attach the original

Re: Is it possible to compute a \lyricsto before running further processing?

2017-03-13 Thread Simon Albrecht
Am 13.03.2017 um 01:40 schrieb caag...@gmail.com: There are several types of postprocessing that break \lyricsto's auto-alignment*. Is there some way to tell the `\lyricsto` to align its syllables to the correct position so further processing won't affect it? (I'm guessing no, because if it

Re: Attach point-and-click link to custom stencil

2017-03-13 Thread David Kastrup
Urs Liska writes: > Am 13.03.2017 um 13:07 schrieb David Kastrup: >> Urs Liska writes: >> >>> when writing a callback function to override a stencil, how can I attach >>> the original point-and-click link to the resulting graphics? >> Isn't it

Re: Attach point-and-click link to custom stencil

2017-03-13 Thread Urs Liska
Am 13.03.2017 um 13:07 schrieb David Kastrup: > Urs Liska writes: > >> when writing a callback function to override a stencil, how can I attach >> the original point-and-click link to the resulting graphics? > Isn't it attached automatically? I don't think the usual

Re: Attach point-and-click link to custom stencil

2017-03-13 Thread David Kastrup
Urs Liska writes: > when writing a callback function to override a stencil, how can I attach > the original point-and-click link to the resulting graphics? Isn't it attached automatically? I don't think the usual stencil callbacks bother with point-and-click info

Attach point-and-click link to custom stencil

2017-03-13 Thread Urs Liska
Hi all, when writing a callback function to override a stencil, how can I attach the original point-and-click link to the resulting graphics? Is that even possible, as I'm not actually dealing with the grob anymore (isn't it)? I know how to get the location from inside the ties and slurs I'm

Cross staff stem spacing with proportional notation

2017-03-13 Thread Andrew Bernard
This issue has dogged me for a long time, and searching the archives does not produce a reliable answer as far as I can see. When using proportional notation with cross staff beamed groups, it looks vastly better if the stems are evenly spaced, but proportional notation messes this up, and only