Re: Help with Mac

2024-04-15 Thread Maurits Lamers via LilyPond user discussion
bin and/or libexec folder. 12. Assuming you use Frescobaldi as editor, go to the settings in Frescobaldi and add this lilypond version to the list of lilypond versions. Following these steps should make things work as expected (without requiring any Terminal knowledge). cheers Maurits

Re: PianoPedalBracket.to-barline doesn't always work as expected

2024-04-10 Thread Maurits Lamers via LilyPond user discussion
might deserve a mention in the Pedal department of the Lilypond documentation. Happy to contribute that mention. cheers Maurits Op 10-04-2024 om 12:01 schreef Jean Abou Samra: Le mardi 09 avril 2024 à 23:55 +0200, Maurits Lamers via LilyPond user discussion a écrit : Hey all, I enc

Re: PianoPedalBracket.to-barline doesn't always work as expected

2024-04-10 Thread Maurits Lamers via LilyPond user discussion
Hi Aaron, Yes it does. It is just unexpected that this would be necessary. cheers Maurits Op 10-04-2024 om 00:12 schreef Aaron Hill: Does the empty chord construct help?   <>\sustainOff (I'm away from my normal environment, so I cannot test this locally to confirm.) -- Aaron Hill

PianoPedalBracket.to-barline doesn't always work as expected

2024-04-09 Thread Maurits Lamers via LilyPond user discussion
rride Staff.PianoPedalBracket.to-barline = ##t   \repeat tremolo 12 { b,32\sustainOn b' } |   \repeat tremolo 12 { b,32 b' }  \sustainOff |   c8 e f g a     }   } } %%% However, this leads to Lilypond complaining about an unattached SustainEvent. Is this a bug? cheers Maurits

Re: Breathing marks

2024-03-29 Thread Maurits Lamers via LilyPond user discussion
} } It is definitely not ideal, as you'd need to raise the comma a bit still, and you might need to create a bit of space, but it keeps the attachment to the notes they belong to. You can then use the markup positioning to get things into the right place. cheers Maurits Op 29-03-2024 om 15

Re: Capturing out-of-music markup for music braille

2024-03-29 Thread Maurits Lamers via LilyPond user discussion
Thanks so much for thinking along. In the current setup that would still require users to change their Lilypond code. Your example did give me an idea though: if there would be something like $currentscore, the problem of getting access to the score header would be solved... cheers Maurits

Re: Capturing out-of-music markup for music braille

2024-03-27 Thread Maurits Lamers via LilyPond user discussion
your \myscore variable, and see that the first is # where \myscore is #. Is there any way that I would be able to get the value # from somewhere inside that initialize step of the engraver? That would allow me to use the (ly:score-header) function, and get things that way. Thanks again! Ma

Capturing out-of-music markup for music braille

2024-03-26 Thread Maurits Lamers via LilyPond user discussion
tions! cheers Maurits

peculiar behaviour with clefs when using acciaccatura on first note in a piece.

2020-09-08 Thread Maurits Lamers
\new Voice { g1} } >> } This will cause the second staff to start with a treble clef and immediately after a bass clef. Is this intended? cheers Maurits

Re: key-change-event listener in 2.20

2020-09-04 Thread Maurits Lamers
From your answer I gather that getting this information this way is fine. The other, more implicit question: has this change been overlooked when creating the changes documentation (http://lilypond.org/doc/v2.20/Documentation/changes-big-page.html)? cheers Maurits > Op 3 sep. 2020, om 21

Re: key-change-event listener in 2.20

2020-09-03 Thread Maurits Lamers
e a better / more reliable method of getting this information? Thanks in advance! Maurits > Op 31 aug. 2020, om 19:31 heeft Aaron Hill het > volgende geschreven: > > On 2020-08-31 8:15 am, Maurits Lamers wrote: >> Hi all, >> I just noticed that in Lilypond 2.2

Re: upgrading a songbook from 2.14 to 2.18

2020-09-02 Thread Maurits Lamers
Hi, > Op 2 sep. 2020, om 21:07 heeft David Kastrup het volgende > geschreven: > > Maurits Lamers writes: > >> Hi, >> >>> convert-ly does text replacements. It is not a full parser. If text >>> replacements are supposed to work, you need to writ

Re: upgrading a songbook from 2.14 to 2.18

2020-09-02 Thread Maurits Lamers
te that convert-ly would also check for scheme code patterns. Thanks for the hint, will try this. cheers Maurits

upgrading a songbook from 2.14 to 2.18

2020-09-02 Thread Maurits Lamers
the #{ and #} and any embedded scheme between 2.14 and 2.18, or the define-music-function argument list is incorrect. If I remember correctly, the last one only changed between 2.18 and 2.20. Are there options that I missed? cheers and thanks in advance! Maurits

key-change-event listener in 2.20

2020-08-31 Thread Maurits Lamers
hange in the mean time? thanks Maurits \layout { \context { \Voice \consists #(list (cons 'listeners (list (cons 'tempo-change-event format-tempo) (cons 'rest-event format-rest) (cons &#x

Re: Inheritance of MIDI settings into embedded contexts?

2020-08-23 Thread Maurits Lamers
both voices will be performed by one performer and consequently most of the dynamics should be "inherited". In that case, it is more logical to move the Dynamic performer to the Staff context. cheers Maurits > Op 22 aug. 2020, om 23:46 heeft Dr. Thomas Tensi het > vol

Re: overriding voiceOne to add properties to that specific voice context

2020-08-20 Thread Maurits Lamers
ile that was released on the 5th of July 2009 (1.8.7). Don't get me wrong: that is what happens when things work fine, and upgrading is costly. I am fine with that and will try to work around whatever issues I encounter. cheers Maurits

Re: overriding voiceOne to add properties to that specific voice context

2020-08-20 Thread Maurits Lamers
ctive, which is a working music braille output for Lilypond. cheers Maurits > Op 20 aug. 2020, om 15:42 heeft Lukas-Fabian Moser het volgende > geschreven: > > Hi, > >>> Nevertheless, I'd urge you to try and make sure that everything you >>> develop will wo

Re: overriding voiceOne to add properties to that specific voice context

2020-08-20 Thread Maurits Lamers
(make-apply-context (lambda (context) (ly:context-set-property! context 'structuralVoice (if (> num 0) num '()) )) Thanks a lot! cheers Maurits > Op 20 aug. 2020, om 02:00 heeft Lukas-Fabian Moser het volgende > geschreven: > > >>

overriding voiceOne to add properties to that specific voice context

2020-08-19 Thread Maurits Lamers
number back later as part of the specific voice context properties? I have been trying a few things with (context-spec-music) but as I don't really understand what it returns (or does) exactly, it is a bit hard to know what to do exactly. Thanks in advance! Maurits

Re: "Pausing" Voice

2020-07-09 Thread Maurits Lamers
Interesting, as it is something that I am also trying to solve. My current approach is to match the start of the voice itself and the end of any notes from existing voices at that moment. Not entirely implemented yet though... cheers Maurits > Op 8 jul. 2020, om 19:20 heeft Thomas Morley

Re: detecting the start and end of a polyphonic passage from scheme

2020-07-01 Thread Maurits Lamers
which I saw before I took this approach, which is that I run rhythmically through the bar and "sort" the notes into the voices by keeping track of what sounds simultaneously. To be honest I have no clue how to do this. Moreover, there might be a better / easier way? Thanks in advance

Re: detecting the start and end of a polyphonic passage from scheme

2020-07-01 Thread Maurits Lamers
quot; { \voiceOne \relative c'' { a8. g16 f8 e16 f g f e d } } \new Voice = "three" { \voiceTwo \relative c' { c8 a d8. c16 b8 a16 b } } >> } \new Voice = bottom { \voiceTwo

Re: detecting the start and end of a polyphonic passage from scheme

2020-06-25 Thread Maurits Lamers
Hi, Great solution, thanks a lot! cheers Maurits > On 2020-06-25 7:01 am, Maurits Lamers wrote: > Hi all, > > I am trying to build a system based on the listener system which can > identify voices in a piece of music. > I use a listener to the Voice context to give

detecting the start and end of a polyphonic passage from scheme

2020-06-25 Thread Maurits Lamers
or that voice context object, but that doesn't help me to detect properly the start and end of the polyphonic passage. The main voice gets 1, the first nested voice will be 2, the second nested voice will be 3. For transcription purposes it would be very helpful to detect the start and end of the polyphonic passage. Is this possible? cheers Maurits

bug with accacciatura and appoggiatura?

2018-04-24 Thread Maurits Lamers
sting settings (such as instrument names) and doubling time signatures and clefs in the process. cheers Maurits --- \version "2.18.2" \score { << \new Staff { \time 2/4 \new Voice { \appoggiatura { a'16 } bes'2

Re: End of file event

2018-02-22 Thread Maurits Lamers
my own stats writing will be exactly what I need. Thanks a lot! cheers Maurits > Op 22 feb. 2018, om 10:00 heeft David Kastrup het volgende > geschreven: > > Maurits Lamers writes: > >> Hi, >> >> Thanks for your suggestion! Do I understand from your reply

Re: End of file event

2018-02-21 Thread Maurits Lamers
namic option (such as listening to an event), I would rather like to have that option as it reduces the amount of things that can go wrong during processing. cheers Maurits > > Hi Maurits, > > > Am 21.02.2018 um 20:52 schrieb Maurits Lamers: >> Hi all, >> >>

end of file event

2018-02-21 Thread Maurits Lamers
end of the parsing of every score block. What would be the best way to only write out the statistics at the end of the file? Thanks in advance! Maurits ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo

Re: adding markup from event listeners

2018-02-19 Thread Maurits Lamers
t, this immediately makes clear Scheme is not my main language :) You should see the rest of my code... ;-) Again thanks a lot! cheers Maurits ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: adding markup from event listeners

2018-02-16 Thread Maurits Lamers
rocess-music? Could it be that this code running in the Score context is the problem? Thanks in advance! cheers Maurits > Op 16 feb. 2018, om 14:54 heeft Kieren MacMillan > het volgende geschreven: > > Hi Maurits, > > Have you looked at how the edition-engraver works? I use it

adding markup from event listeners

2018-02-16 Thread Maurits Lamers
page which shows how to do markup in scheme, but it doesn't show how that markup can be attached to a notation element, such as a note. thanks in advance! cheers Maurits ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/ma

Re: how to read out final "whichBar"

2017-11-04 Thread Maurits Lamers
acknowledgers part is reversed, ie that the "|." I have at the end is being printed first. Is that to be expected? cheers Maurits > Op 3 nov. 2017, om 15:29 heeft Thomas Morley het > volgende geschreven: > > 2017-11-03 9:42 GMT+01:00 Maurits Lamers : >> Hi, >>

how to read out final "whichBar"

2017-11-03 Thread Maurits Lamers
rk for the final bar sign. I have also tried to read out the translator object given to the finalize function, but when I read out the whichBar property, it is invariably empty. What would be the best way to figure out which type of bar is used at the end of a piece? Thanks in advance! cheer

order of events given to engravers

2017-10-29 Thread Maurits Lamers
at the same moment at which other events takes place, can I assume the break should always be handled first? cheers Maurits ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Multi-byte characters in Lyrics

2017-10-27 Thread Maurits Lamers
> Op 27 okt. 2017, om 10:18 heeft David Kastrup het volgende > geschreven: > > Maurits Lamers mailto:maur...@weidestraat.nl>> > writes: > >> Hi, >> >>>> >>>> I cannot convert a multi-byte character to a symbol, unless I do some &g

Re: Multi-byte characters in Lyrics

2017-10-27 Thread Maurits Lamers
hich takes as many characters >> from the string as required to make a proper match to the assoc list. >> >> So, problem solved :) > > I should really read mails to the end before coming up with code. I think I will use your solution instead of the other one, as it is much more elegant and easier to read and understand than the bitshifting variation. So, thank you for coming up with code and for the great support! Without it, it would have been simply impossible for me to come this far. cheers Maurits ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Multi-byte characters in Lyrics

2017-10-26 Thread Maurits Lamers
> Op 26 okt. 2017, om 17:27 heeft David Kastrup het volgende > geschreven: > > Maurits Lamers mailto:maur...@weidestraat.nl>> > writes: > >> Hi, >> >> I am writing an extension to lilypond to support generating some basic >> braille inside a

Re: Multi-byte characters in Lyrics

2017-10-26 Thread Maurits Lamers
> Op 26 okt. 2017, om 16:19 heeft Thomas Morley het > volgende geschreven: > > 2017-10-26 15:15 GMT+02:00 Maurits Lamers <mailto:maur...@weidestraat.nl>>: >> Hi, >> >> I am writing an extension to lilypond to support generating some basic >> bra

Multi-byte characters in Lyrics

2017-10-26 Thread Maurits Lamers
big assoc list which contains the mapping, so I would like to be able to perform (assoc-ref mymapping (symbol char)) to do the lookup What would be the best way of achieving this with multi-byte characters? Thanks in advance! Maurits Lamers ___ lilypond-user

Re: extending event-listener.ly to include a (numerical) voice id

2017-10-21 Thread Maurits Lamers
voice context required. In this case the lyrics are added through addLyrics. As far as I have read the code it gets attached when the lyrics context is instantiated. In any case, it gets attached before it is given to the engraver. Very many thanks! cheers Maurits __

Re: extending event-listener.ly to include a (numerical) voice id

2017-10-21 Thread Maurits Lamers
(as well as the parent staff) Follow up question: I also want to track lyrics. I already capture the lyric-event and hyphen-event. Is is possible to find the associated voice through the event? I tried to read the associatedVoice property, but that seems to be empty. thanks in advance! cheers Mau

Re: extending event-listener.ly to include a (numerical) voice id

2017-10-20 Thread Maurits Lamers
> Op 20 okt. 2017, om 18:32 heeft David Kastrup het volgende > geschreven: > > Maurits Lamers mailto:maur...@weidestraat.nl>> > writes: > >> Hi all, >> >> I am trying to extend the default event-listener.ly to also include >> information abou

extending event-listener.ly to include a (numerical) voice id

2017-10-20 Thread Maurits Lamers
oes this (lily/lyric-combine-music-iterator.cc), I gather that the lyrics adding process searches for the a voice matching a certain id. I would like to be able to mark a voice in Scheme in such a way that I can print to which voice a certain note belongs. Could anyone give a clue on how to achieve

Re: lilypond-user Digest, Vol 132, Issue 81

2013-11-16 Thread Maurits Lamers
Thank you! Have been searching through docs, but didn’t find this one. It seems to be perfect! cheers Maurits On 16 nov. 2013, at 13:30, lilypond-user-requ...@gnu.org wrote: > From: David Kastrup > Subject: Re: Write to a separate file from a custom set of engravers > Date: 16 nove

Write to a separate file from a custom set of engravers

2013-11-16 Thread Maurits Lamers
could also create a closure in which I get access to this file, but this doesn’t give me any control on the order in which the output is written to the file, or does it? What would be the best approach here? Thanks in advance! Maurits ___ lilypond-user

Re: Please download and try

2007-12-20 Thread Maurits Lamers
Ok, thanks for the feedback. I will try to take a look at how to compile universal binaries with macports (if at all possible). regards Maurits Op 19-dec-2007, om 10:33 heeft Christ van Willegen het volgende geschreven: Maurits, On Dec 19, 2007 9:10 AM, Maurits Lamers <[EM

Re: OS X 10.5 SDK

2007-12-19 Thread Maurits Lamers
Thanks, I downloaded the source and will have a go at getting it running! regards Maurits Op 19 dec 2007, om 02:23 heeft Han-Wen Nienhuys het volgende geschreven: 2007/12/18, Maurits Lamers <[EMAIL PROTECTED]>: What remains is our Mac editor: LilyPad... Anyone knows where I coul

Re: Please download and try

2007-12-19 Thread Maurits Lamers
You're absolutely right, I did not pay attention to this. You're also right about the small size. It is too smal to contain anything real. I updated the file to include the real binaries and it takes the filesize to about 1.8 MB. Thanks for your feedback! regards Maurits Op 1

Please download and try

2007-12-18 Thread Maurits Lamers
he files can be downloaded from: http://kmt.hku.nl/~maurits/lilypond-leopard One side note: I suspect that this build is x86 / Intel only. I admit I haven't been paying attention to that. I will try it out myself later on a PPC Mac with Tiger to be sure, but if anyone happens to have a P

Re: OS X 10.5 SDK

2007-12-18 Thread Maurits Lamers
... Anyone knows where I could find the source code to this editor? It is not in http://lilypond.org/download/gub-sources/ ... regards Maurits ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: OS X 10.5 SDK

2007-12-18 Thread Maurits Lamers
I tried this, but it turns out to be quite difficult to compile lilypond static... Even impossible. The configure script ignores the CPP flag -static and when providing it during the make process, the compilation breaks down with cp -p /Users/maurits/Development/Lilypond/lilypond-2.11.36

Re: OS X 10.5 SDK

2007-12-18 Thread Maurits Lamers
Op 18 dec 2007, om 12:17 heeft Hans Aberg het volgende geschreven: On 18 Dec 2007, at 01:10, Maurits Lamers wrote: It turns out Lilypond is not working as it should. Running Lilypond with correct paths errors with the following message: /opt/local/share/guile/1.8/srfi/srfi-1.scm:223:1: In

Re: OS X 10.5 SDK

2007-12-17 Thread Maurits Lamers
for all dependencies. Configure is run as follows: CPPFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib" sudo ./ configure --disable-documentation --disable-gui CPP and LD flags to include the macports builds... regards Maurits

Re: lilypond-user Digest, Vol 61, Issue 39

2007-12-17 Thread Maurits Lamers
also find osx-lilypad-x86-0.2.tar.gz, but I haven't checked which one is actually used in GUB. /Mats Sadly, these are not the sources, but the binary. regards Maurits ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/ma

Re: OS X 10.5 SDK

2007-12-17 Thread Maurits Lamers
tried to find the source code for LilyPad OSX, but could not find it under the GUB sources. Do you know where I could find the most recent source code (and Xcode project?). But maybe this is rather a lilypond-dev discussion :) regards Maurits Op 17 dec 2007, om 03:33 heeft Han-Wen Nienhuys

OS X 10.5 SDK

2007-12-16 Thread Maurits Lamers
copy of the Mac OSX 10.5 SDK, which seems to follow the exact structure as earlier versions of the SDK and most probably the darwin-sdk's that have been used with GUB. regards Maurits ___ lilypond-user mailing list lilypond-user@gnu.org

Re:User survey? (Graham Percival)

2007-11-07 Thread Maurits Lamers
ing their first score. Sure, that would be useful... and would simplify the doc tutorial. But we don't have the programming resources, so any further discussion is a waste of time. I have written a small tutorial for first year music technology students (in Dutch, link: http:/

Re: lyrics clashing with barlines

2006-12-12 Thread Maurits Lamers
___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Barlines between staffs

2006-12-11 Thread Maurits Lamers
ne is drawn not only between the Staffs, but also between the lowest staff and the lowest Lyrics line. I have included a small excerpt of the score showing the problem as a jpeg file. <> I have been trying to find how to solve this, but cannot fin

Spanbar problem when avoiding collision between barline and lyrics

2006-12-05 Thread maurits
alignment in comparison to the other lyric lines)? Is it possible to prevent the span bar engraver connecting to the lowest lyrics line? Thanks in advance! regards Maurits Lamers This message was sent using IMP, the Internet Messaging

Unable to run lilypond through web server, php etc

2006-07-29 Thread Maurits Lamers
after lilypond-book crashes, it fails: lilyrender.cgi: line 32: 3554 Aborted lilypond -V --safe -b eps -I '/tmp' -I '/tmp/lilypond-out' snippet-map.ly lily-*.ly Anyone an idea? Thanks in advance! regards Maurits ___ lilypond

Re: Installation de lilypond sous FC4

2005-11-08 Thread Maurits Lamers
Victor, C'est plus facile si vous parlez anglais. Je pense plus de 95% sur cette list parle pas francais :) (Et je parle que un petit peut ... ) Maurits On 4-nov-05, at 21:52, LIBON Victor wrote: Madame/Monsieur Je suis un nouvel utilisateur de FC4. Ayant programmé sous MsDos puis

Re: Music fragments with Lilypond?

2005-10-28 Thread Maurits Lamers
Why not writing your complete thesis in Tex ? I used LyX as an editor and that worked as a dream... greets Maurits On 28-okt-05, at 17:50, Edwin Vane wrote: Hi, I've been playing with Lilypond since about yesterday so I'm pretty new. I need a few figures for my thesis and the

cygwin, lilypond-book 2.6.4 and a font problem

2005-10-27 Thread Maurits Lamers
m the generated eps file. This results in non-existing, or at least completely unreadable lyrics when using dvips. Is this a bug ? regards Maurits Lamers ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lil

Re: text font problems with 2.6.4 for windows?

2005-10-26 Thread Maurits Lamers
er is present in the output directory). Any ideas how to solve this? regards Maurits Lamers On 25-okt-05, at 11:19, Jan Nieuwenhuizen wrote: Mats Bengtsson writes: I didn't notice any problems! Ok. I tested my newly released Cygwin 2.6.4 and that works fine too. Maybe it's jus

Re: lilypond

2005-10-03 Thread maurits
ides that, with lilypond you always know how it will look like on print (after typesetting of course :) ). A real "WYSIWIG" so to say. With most notation programs, you will hope it will look like the way you edited it. regards Maurits Lamers --

Re: Help to install

2005-08-28 Thread Maurits Lamers
Hi Please include your OS (Windows, Linux or Mac OSX) and your Lilypond version, otherwise it is quite hard to understand (or replicate) the problem you have... greets Maurits On 28-aug-05, at 8:01, Peter Tregilgas wrote: Hello,   Please help with installation.   I have downloaded Lilypond

Fwd: lily rO>

2005-08-28 Thread Maurits Lamers
I got this reply off-list, so I'll put it back on-list :) Greets Maurits Begin forwarded message: From: Bec and John Silva <[EMAIL PROTECTED]> Date: 28 augustus 2005 3:27:16 GMT+02:00 To: Maurits Lamers <[EMAIL PROTECTED]> Cc: Han-Wen Nienhuys <[EMAIL PROTECTED]> Su

Re: lily rO>

2005-08-27 Thread Maurits Lamers
... greets Maurits On 24-aug-05, at 22:00, Han-Wen Nienhuys wrote: Nicolas Sceaux wrote: Wahou. This used to be around 40 minutes, in an slightly older computer, with multiple lilypond invocations. Lily is getting so cool. Kuddos to Han-Wen and Jan! Thanks! the downside to this is that there is

Re: Problem with finding fonts in lilypond

2005-08-20 Thread maurits
y. (I wonder if this also works when version 2.5.2 is installed ...) (I know it is time to go for version 2.6, but it is not yet possible to install that version using the portage system of Gentoo, 2.5.2 is the highest installable version.) Maybe this information can be helpful... regards Ma

Re: Non-PDF Special Ignored

2005-05-06 Thread Maurits Lamers
As I can recall, it will be probably easier to run just latex. I believe the example commands are: lilypond-book --out out filename.tex cd out latex filename dvips -Ppdf -u+lilypond.map -u+ec-mftrace.map filename ps2pdf filename.ps greets Maurits On 6-mei-05, at 4:06, S L Raymond wrote: I am

Re: Starting up Lilypond

2005-04-19 Thread Maurits Lamers
f all goes well, Acrobat Reader will open and show you a beautiful score :) greets Maurits On 19-apr-05, at 13:53, Sacha Standen wrote: Hello   I have just downloaded Lilypond onto Windows ME, but don't have the faintest idea where to go from here! All the instructions seem to be in technica

Re: Problem

2005-04-19 Thread Maurits Lamers
Read the documentation.. First you create a .ly file according to the documentation on www.lilypond.org, then double click on it... If it goes well, Acrobat Reader will start and show you a PDF... The window you're describing is a Cygwin command prompt greets Maurits On 19-apr-05, at

Re: barline question

2005-04-03 Thread Maurits Lamers
ole in the vertical repeat bar line. Any idea how to be able to avoid lyric-bar line-collisions without having to nudge each lyric into the right position? Thanks in advance :) greets Maurits Op 2-apr-05 om 20:20 heeft Graham Percival het volgende geschreven: On 31-Mar-05, at 3:19 AM, Maurits L

Re: barline question

2005-03-31 Thread Maurits Lamers
cs from colliding while keeping the normal repeat signs in the part ? greets Maurits Op 29-mrt-05 om 18:50 heeft Reinhold Kainhofer het volgende geschreven: On Tuesday 29 March 2005 17:51, Maurits Lamers wrote: Hi all, Can anyone tell me how to construct a tweak, so that I can remove the barline on

Re: barline question

2005-03-29 Thread Maurits Lamers
Great, thanks a lot, my solution worked only partly... greets Maurits Op 29-mrt-05 om 18:50 heeft Reinhold Kainhofer het volgende geschreven: On Tuesday 29 March 2005 17:51, Maurits Lamers wrote: Hi all, Can anyone tell me how to construct a tweak, so that I can remove the barline on the bar

barline solution

2005-03-29 Thread Maurits Lamers
fore the end of the staff context. greets Maurits ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Windows download for local setup option

2005-03-29 Thread Maurits Lamers
e files to your computer and install cygwin. greets Maurits Op 29-mrt-05 om 2:54 heeft john het volgende geschreven: Hi, I'm a very new looker-at Lilypond - (1/2 hour). I've downloaded the setup.exe for Windows - but is there somewhere the "main" lilypond archive (eg zip) for Wi

barline question

2005-03-29 Thread Maurits Lamers
span_bar_engraver. I am using lilypond 2.2.5. thanks in advance greetings Maurits Lamers ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Installation Problems

2005-03-24 Thread Maurits Lamers
Hi all, Maybe then it would be an idea that the mailing list manager sets the reply-to header to [EMAIL PROTECTED] greets Maurits On 24-mrt-05, at 8:01, Christ van Willegen wrote: please try to keep all discussions on the list... ___ lilypond-user

Re: Help with \lyricsto and polyphony

2004-12-16 Thread Maurits Lamers
Even easier is the use of << \context Voice = "a" { music } \context Voice = "b" { music } >> because it makes it easier to assign the correct lyrics to. This works perfectly with version 2.2.5. If examples are needed, please let me know. gree

Re: lilypond on windows

2004-12-05 Thread Maurits Lamers
file. echo exec('lilypond -o [output-dir] --png lilytest.ly'); ?> I hope it works for you, but I think that makes not much difference because you still have to run it inside the cygwin environment. greets Maurits Op 5-dec-04 om 11:52 heeft David Bruce het volgende geschreven: Hi Tha

Re: lilypond on windows

2004-12-05 Thread Maurits Lamers
for the appropriate lilypond version. Another method could be a custom php script that runs lilypond on a fixed .ly file or input from the page. I tried it and it works, though quite slowly. greets Maurits Op 5-dec-04 om 10:22 heeft David Bruce het volgende geschreven: Hi Many thanks for the

Re: Réf. : Very minor problem with lilypond

2004-10-22 Thread Maurits Lamers
ment a few years ago that is multivoice and multipage. I notated it in Finale at that moment. I think I'll do it with lilypond just to look how it looks :) greets :) Maurits On 22-okt-04, at 13:54, Mats Bengtsson wrote: I don't know why I keep answering this, when there really nothing t

Re: Réf. : Very minor problem with lilypond

2004-10-22 Thread Maurits Lamers
rks if you have one single voiced melody. So the final code for the thing looks like this: \version "2.2.5" \header { title = "We wish you a merry Christmas" arranger = "arr. Maurits Lamers" } \score { << \new Staff { \notes { \time 3/4 \key g

Re: Réf. : Very minor problem with lilypond

2004-10-22 Thread Maurits Lamers
Yes I did. The problem is that when I model it the way of the SATB.ly template, it keeps saying that it is unable to find a Voice. The other thing is that the SATB.ly template does not work. When I run it through lilypond it keeps saying that there is nothing for lilypond to do. greets Maurits

Re: Réf. : Very minor problem with lilypond

2004-10-22 Thread Maurits Lamers
Hi :) Yes I did. I tried almost everything. Maybe someone want to try to solve it. The only thing I want, is that I have two staves while each stave has its own lyric line. It shoudn't be that difficult, but one way or another, I don't seem to be able to manage it. greets Maurits On

Re: Little problem with lilypond (Modified by Maurits Lamers)

2004-10-21 Thread Maurits Lamers
t;braces don't match" Removing the \lyrics << ... >> resulted in: Having to be in lyrics mode. I just don't understand this. I only want two staves with each one line of lyrics... It can't be that difficult... Any one ?? greets Maurits On 21-okt-04, at 11:50, Arvid

Re: Little problem with lilypond (Modified by Maurits Lamers)

2004-10-21 Thread maurits
are a part of one staff. So it probably is a diffence in the technical / programming approach and the musical approach. I will check later if this is indeed the solution. Thanks anyway :) greets Maurits Citeren Mats Bengtsson <[EMAIL PROTECTED]>: > Maybe it's a problem with termin

Re: Little problem with lilypond (Modified by Maurits Lamers)

2004-10-21 Thread Maurits Lamers
ould work. I'm getting everything from bar check failed to junking ... event. What goes wrong ?? greets.. Maurits On 17-okt-04, at 19:08, Ruud van Silfhout wrote: Hello Maurits, I recognized the problem and I knew it had to do with the way you define your staffs and your lyrics. So, I rearr

Re: Lilypond bombs again.

2004-10-17 Thread Maurits Lamers
Hi, One other thing: why don't you just double-click on your .ly file ? Under Windows 2000 it works perfectly... greets Maurits ___ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Lilypond bombs again.

2004-10-17 Thread Maurits Lamers
Hi Sarah, hi all, I think you have to move it to your c:\cygwin\home\[user-name] folder. Try that... It has nothing to do with lilypond afaik. I copied your code and run lilypond on it, worked fine. greets Maurits Sarah Cordish heeft op zondag, 17 okt 2004 om 22:26 (Europe/Amsterdam) het

Re: Little problem with lilypond (Modified by Maurits Lamers)

2004-10-17 Thread Maurits Lamers
a staff. So I expect it to be part of the staff context. It may be a TeX issue, but I think it strange to let that influence the logical structure of the script. Maybe someone can enlighten me :) greets Maurits Ruud van Silfhout heeft op zondag, 17 okt 2004 om 19:08 (Europe/Amsterdam) het

update lyric problem

2004-10-15 Thread Maurits Lamers
csto "stemtwee" \new Lyrics { We wish you a mer -- ry Christ -- mas, we wish you a mer -- ry Christ -- mas, we wish you a mer -- ry Christ -- mas and a hap -- py new year. Glad ti -- dings we bring to you and your kin. We wish you a mer -- ry Christ -- mas and a

Little problem with lilypond (Modified by Maurits Lamers)

2004-10-14 Thread Maurits Lamers
ike in the second staff definition) the lyrics are misplaced, namely under the second staff I included both versions, namely with key signature definition and without. I include both the .ly files. You can also find all files at http://www2.hku.nl/~maurits/lilypond/ The files with lyricsgoed ar