ommandline conversion tool. It can read and write several file/data
formats. The commandline is great for batch processing. (At least it
is for me as a Linux user)
Martin
Martin
Op dinsdag 5 november 2024 om 22:14:38 -08:00:00 schreef Knute Snortum
:
On Tue, Nov 5, 2024 at 8:49 AM Maurits
'get')
at readOrderInfo (file:///usr/lib/node_modules/mscx2ly/lib.js:397:31)
at convertMSCX2LY (file:///usr/lib/node_modules/mscx2ly/lib.js:734:23)
at mscx2ly (file:///usr/lib/node_modules/mscx2ly/index.js:44:20)
Node.js v23.1.0
File attached.
Best wishes,
Jakob
On 05.11.2024 17
rs
Maurits
Op 6-11-2024 om 07:14 schreef Knute Snortum:
On Tue, Nov 5, 2024 at 8:49 AM Maurits Lamers via LilyPond user
discussion wrote:
Hey all,
I happened to be in the need of converting a few pieces of music
written
using MuseScore and create Lilypond notation. That fun
2ly/index.js:30:20)
Node.js v18.19.1
On 05/11/2024 16:39, Maurits Lamers via LilyPond user discussion wrote:
Hey all,
I happened to be in the need of converting a few pieces of music
written using MuseScore and create Lilypond notation. That
functionality seems to have been originally
Hey all,
I happened to be in the need of converting a few pieces of music written
using MuseScore and create Lilypond notation. That functionality seems
to have been originally been included with MuseScore but was removed
already some time ago.
As there was nothing that I could find that wou
Hi Alejandro,
The DMG was a way to quickly install Lilypond, but it came with a few
downsides.
The biggest one was that Lilypond was bundled as part of the LilyPad
editor app. This was what was started when you would doubleclick
Lilypond.app. The LilyPad editor was a very barebones editor, a
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
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
Hey all,
I encountered a situation where the PianoPedalBracket setting to-barline
doesn't always do what you'd expect. Given the following code, the pedal
bracket is not extended to the end of the bar:
%%%
\version "2.24.0"
\score {
\new Staff {
\clef bass
\time 6/8
\relative c
I think that because of the combination of symbols, I would use \markup
instead.
\version "2.24.0"
\score {
\new Staff {
\relative c'' {
c8\( b a g8 ~ g8\)^\markup { O \musicglyph "scripts.rcomma" }
\acciaccatura { a'8^( } g fis) d
}
}
}
It is definitely not ideal, as you'd
Op 28-03-2024 om 11:40 schreef Timothy Lanfear:
On 27/03/2024 22:03, Maurits Lamers wrote:
Hi Timothy,
Thanks so much for your answer! With $defaultheader I can indeed get
the main/global header fields in the initialize stage of the
engraver, which is already a very important step. I looked up
urits
Op 27-03-2024 om 18:07 schreef Timothy Lanfear:
On 26/03/2024 14:01, Maurits Lamers via LilyPond user discussion wrote:
- is there a way to get a listener or callback of some kind to
capture out-of-music markup?
- is there a way to get access to the global headers and / or score
header
Hey all,
It has been a while I posted on this mailing-list. As some of you might
remember, I have been working on a music braille output system for
Lilypond for quite some time now. The update on that front is that I do
have a system now that can reliably output (a subset of) music braille
fo
Hey all,
I noticed some unexpected behavior when using an acciaciatura on the first note
of a piece:
\version "2.20.0"
\score {
<<
\new Staff {
\clef treble
\new Voice {
\acciaccatura { g8 }
g1}
}
\new Staff {
\clef bass
\new Voice {
:07 heeft Aaron Hill het
> volgende geschreven:
>
> On 2020-09-03 5:03 am, Maurits Lamers wrote:
>> Hi all,
>> I finally figured out what goes wrong here. The issue is that I get
>> the key signature and the last key signature from the context in the
>> fo
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
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
Hi,
> convert-ly does text replacements. It is not a full parser. If text
> replacements are supposed to work, you need to write your text in a way
> that the replacement patterns cover. Stuff like putting # on one line
> and a corresponding opening paren on the next line are just too weird
> f
Hi all,
In order to have my braille generator not have to support Lilypond 2.14 I tried
to upgrade my music library I am building this braille generator on.
However, because of (a lot of) specific "hacks" on the layout, simply running
convert-ly on the entire library doesn't completely finish t
Hi all,
I just noticed that in Lilypond 2.20 the key signature listener in my braille
system doesn't get called anymore, where under 2.18.2 it does.
I added a code sample below where I show how I attach the listeners. All the
other events seem to be called in the normal way. Did anything change
Hi,
It might be here that the Lilypond syntax leads you up the proverbial garden
path.
While voices are contexts within the scope of a staff, they are not nested
within each other.
So, whenever a new voice is created, it is created equal to the other voices
and consequently has only the Staff a
Hey,
>
> Computers have this wonderful facility called a "copy".
I know, and also version systems like git :)
>
>> I would definitely love to bring the entire system to the most recent
>> version of Lilypond, or at least 2.18.2 (which is the version
>> installed by default under Ubuntu 18.04LTS
Hi all,
@David: No, I haven't attempted to run convert-ly and I am very hesitant to do
so because I have no clue exactly where to start. That is because it is a
songbook with over 1000 songs, with choir arrangments and organ parts for each
of those songs, with many complex includes and external
Hi,
Great! This is the perfect solution. I had to adjust the
(define-scheme-function) call a bit to run also under 2.18:
setStructuralVoice = #(define-scheme-function (parser location num) (integer?)
(make-apply-context
(lambda (context)
(ly:context-set-property! context 'structur
Hi,
As part of my attempt at having Lilypond generate music braille (which is
slowly succeeding), I am currently working to have a bit more control over
voices and the way these can be ordered in music braille.
Lilypond uses \voiceX and \oneVoice to add semantic meaning for voices. These
comman
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 het
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
\relative c' { g1 }
}
>>
}
}
Thanks in advance!
cheers
Maurits
> Van: Aaron Hill
> Onderwerp: Antw.: detecting the start and end of a polyphonic passage from
> scheme
> Datum: 25 juni 2020 17:12:13 CEST
> Aan: lilypond-user@gnu.org
>
>
> On
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
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 me the note events.
In the following passage I can use (ly:context-id (ly:translator-context
engraver) to get the id, which is empty fo
Hi all,
One of my students came to me with something peculiar with accacciatura and
appoggiatura when used as the first item in a score with multiple staffs.
I tried to find any obvious errors in his code, but I couldn't find anything. I
managed to create a minimal working example, included belo
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
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,
>>
>>
Hi all,
I would like to execute some (embedded scheme) code at the end of an input
file, that is after the last score block.
My current problem is that I am parsing score blocks, but some of the input is
given as a single score block and the content in other files is put in many
score blocks.
Hi,
> Op 17 feb. 2018, om 09:21 heeft David Kastrup het volgende
> geschreven:
>>
>> As I am doing my analysis on the finalize event, I can only add the
>> markup after the analysis in the same event.
>
> That won't do I think (you'd have to _not_ use a grob but rather fiddle
> with stencils i
Hi,
Thanks for your suggestion!
I have been looking at edition-engraver and I tried to come up with something
which mimics what edition-engraver is doing. That something however crashes
Lilypond with a segmentation fault.
As I am doing my analysis on the finalize event, I can only add the mark
Hi all,
I am doing some processing of musical material in order to detect certain music
conditions (such as certain types of intervals etc.)
The processing is done in Scheme, where I first collect all note information
through note-event listeners, then use the finalize event to do the actual
pr
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,
>>
Hi,
I have been using scheme based engravers to capture all kinds of music events.
Until now I have dealt with bar lines by reading out the whichBar property on
the context of an event through
(ly:context-property (ly:translator-context engraver) 'whichBar)
However, this doesn't work for the f
Hi all,
I came across something peculiar in the order in which events are sent out to
the engravers.
Assuming I have listeners on notes, rests and breaks, it turns out that a break
event in special cases can be sent after other events on the same moment.
So, my question is: when a break happens
> 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
Hi,
>>
>> I cannot convert a multi-byte character to a symbol, unless I do some
>> very inelegant hacks.
>
> Huh? string->symbol works just fine. So what do you mean when you say
> "symbol"?
This is partly because of a mistake on my end. I defined my braille dots lookup
alist through symbols
> 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
> 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
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
>> I tried to read the associatedVoice property, but that seems to be
>> empty.
>
> Try the context property associatedVoiceContext . I think it gets set
> by the iterator resposible for \lyricsto et al, just don't know when.
Just tried it, and it indeed contains the voice context required. In
>> But those values are not retrievable through (ly:context-id context), are
>> they?
>
> They are. LilyPond just does the equivalent of
> << \context Voice = "1" ...
> \context Voice = "2" ...
> \context Voice = "3"
>>>
>
> But this is just ad-hoc for a << \\ \\ >> construct.
So, if I u
> 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
Hi all,
I am trying to extend the default event-listener.ly to also include information
about in which voice a specific note is being played.
When the voice is defined using
\new Voice = voicename
I can retrieve the retrieve that name through (ly:context-id
(ly:translator-context engraver)).
mber 2013 13:29:57 CET
> To: lilypond-user@gnu.org
>
>
> Maurits Lamers writes:
>
>> Hi all,
>>
>> If I create an additional set of engravers in Scheme, what approach
>> should I take if I want the output of these engravers to end up in a
>> separat
Hi all,
If I create an additional set of engravers in Scheme, what approach should I
take if I want the output of these engravers to end up in a separate output
file?
This separate file should not be the generated post script file or a log file.
I could call (open-file ) and write to it, I could
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
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
9 dec 2007, om 07:56 heeft Christ van Willegen het volgende
geschreven:
Hi Maurits, list,
On Dec 19, 2007 12:56 AM, Maurits Lamers <[EMAIL PROTECTED]>
wrote:
Hi all,
Some feedback would be very welcome!
One side note: I suspect that this build is x86 / Intel only. I
admit I
hav
Hi all,
After sending the previous message, I realised that more people would
want to try to run Lilypond under Leopard and that testing this binary
on other Leopard systems would confirm that it should not be too
difficult to include it into a new Leopard-proof package.
Because I don't k
Hi all,
I managed to run lilypond successfully under Leopard.
I found a line in a month old message on this list that solved the
puzzle.
I recompiled guile (using macports) and adding an extra configure
option --disable-rpath to disable hardcoded run-time paths.
This seemed to me a sensible
schreven:
If the .a is there, there is at least the possibility of a
statically linked version?
On 18 Dec 2007, at 12:10 am, Maurits Lamers wrote:
Hi,
It turns out Lilypond is not working as it should. Running Lilypond
with correct paths errors with the following message:
/opt/local/share
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
Hi,
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 procedure dynamic-
link in expression (load-extension "libguile-srfi-srfi-1-v-3"
"scm_init_srfi_1"):
/opt/local
Hi all,
Michael David Crawford wrote:
There are some LilyPad sources at:
http://lilypond.org/download/gub-sources/OSX-LilyPad/
But the version is 0.0, and the tarball is almost two years old.
Does
anyone have a more recent tarball?
In http://lilypond.org/download/gub-sources/, you can al
het volgende geschreven:
That's not the problem. The problem is that we have to have a
versions of the tools that runs on Linux.
2007/12/16, Maurits Lamers <[EMAIL PROTECTED]>:
Hi all,
Following a message from the beginning of this year, I understood the
development team still has
Hi all,
Following a message from the beginning of this year, I understood the
development team still has not the SDK for Mac OSX Leopard. (http://article.gmane.org/gmane.comp.gnu.lilypond.devel/12674
)
Please let me know if this still is the case. If it is, I most
probably can provide a co
to use
the online user manual on lilypond.org.
I am gladly offering to translate this tutorial into English if this
would be useful.
regards
Maurits Lamers
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
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
Hi all,
I am trying to extend a latexrender plugin for dokuwiki
(http://wiki.splitbrain.org) to also be able to generate
notation fragments using lilypond 2.8.
I have been struggling for a couple of days now to get
lilypond running through the web server and it fails
again and again and again
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 sous Wind
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 pdf output of
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
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
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.
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
I was wondering...
if you cannot optimize the code itself very much. maybe it is possible
to improve the way Lilypond parses the ly file.
When I am editing and tweaking a file, I need to change one little
thing and recompile it.
As far as I can see it, lilypond then always runs the complete f
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 trying
Hi,
The lilypond program doesn't come with an interface like Finale or Sibelius.
All you do is create a text file (or find the .ly file you mention) (use Notepad for instance).
Write the code conforming the documentation on www.lilypond.org
Save it as [something].ly
Double click on it
If all goe
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 8:31, Al
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
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
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
Hi all,
I found something that works.
\new Staff {
\clef bass
\time 2/2
\key g \major
\set Staff.whichBar = ""
\context Voice = bas {
Hi,
it seems that you are confusing cygwin and Lilypond. Lilypond for
Windows doesn't exist, only for Cygwin, a linux environment for
windows.
So to be able to use Lilypond in Windows you have to install Cygwin.
After that you can install Lilypond into the Cygwin environment. The
setup.exe you
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
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 mail
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.
greets
Maurits
Op 13-dec-04 om 15:17 heeft
avid
-Original Message-
From: Maurits Lamers [mailto:[EMAIL PROTECTED]
Sent: 05 December 2004 10:37
To: David Bruce
Cc: [EMAIL PROTECTED]
Subject: Re: lilypond on windows
Hi,
In the lilypond documentation a script is mentioned, called lilypond-book.
You can use it to create combinations
L by any chance?
Best Regards and thanks again for your help.
David
-Original Message-
From: Maurits Lamers [mailto:[EMAIL PROTECTED]
Sent: 05 December 2004 07:25
To: David Bruce
Subject: Re: lilypond on windows
This only works from the cygwin command prompt, not the normal windows comm
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
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
On 22-okt-04, at 10:22, Mats Bengtsson wrote:
Did you even take a look at the satb.ly template file in the Templates
section of the on-line documentation for your LilyPond version?
/Mats
Maurits Lamers wrote:
Hi :)
Yes I did.
I tried almost everything. Maybe someone want to try to solve it.
The
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 22-okt-04,
Yes, you're absolutely right.
About your conclusion that " the lyrics *are* part of the description
of how vocal music is to be sung" I would even be more sincere:
There is no music without the lyrics. The music that is above it is
only a rythmic and melodic description on how the lyrics have to
anged it a little bit and that
works.
The way I read the documentation, the lyrics should be
created outside the staff context. and you defined, as far as I could
see
it,
a Voice context and a lyrics context in a Voice; I'am amazed it worked
anyway in the original situation
Have fun!
Ruud
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
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 volgende
I could
see
it,
a Voice context and a lyrics context in a Voice; I'am amazed it worked
anyway in the original situation
Have fun!
Ruud van Silfhout
- Original Message -----
From: "Maurits Lamers" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, Octobe
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
e with the lyrics aligned correctly.
The files with lyricsverkeerd are with the key signature and with the
misplaced lyrics.
I use Lilypond 2.2.5 for Mac OS X and PC and both render the same kind
of problem.
Anyone recognize this problem ??
greets
Maurits Lamers
\new ChoirStaff {
<<
\new S
97 matches
Mail list logo