Hi Graham,
thanks for your response,
> What doesn't work about it?
1. it doesn't fill the bar to it's full capacity, some 4/4 bars have only 3
quarter notes worth, some have more.
2. when splitting notes with ties, the remainder (in the next bar) is not
tied. that is:
with "Completion_heads_engra
On Tue, 22 Apr 2008 19:20:31 -0700
"Jaime Oliver" <[EMAIL PROTECTED]> wrote:
> \new Voice \with {
> \remove "Note_heads_engraver"
> \consists "Completion_heads_engraver"
> }
>
> but it doesn't seem to make the job correctly. Any suggestions are
> welcome.
>
> below is the code for a simple melod
by the way, if the \time expression in the previous program is replaced with
\time 30/4 the durations are correct.
below the changed version,
best,
Jaime
%{lily_pitch_dur-pitch-dur version 0.01%}
#(set-default-paper-size "a4" 'landscape)
#(set-global-staff-size 18)
\new Voice \with {
\remove "
Hello again,
I am developing a PD external that formats pairs of pd midi pitches and
durations into lilypond scores. do any of you know of other externals / code
I should be aware of?
best,
J
--
Jaime E Oliver LR
[EMAIL PROTECTED]
www.realidadvisual.org/jaimeoliver
www-crca.ucsd.edu/
www.reali
Hello all,
I haven't used Lilypond so much so this might come up as obvious.I need
Lilypond to place bars in a melody, splicing durations so that:
A) it will fill the bar to it's full capacity and
B) it will split durations that exceed the size of the bar, so that they
retain the part that complete
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am Dienstag, 22. April 2008 schrieben Sie:
> Quoting Valentin Villenave <[EMAIL PROTECTED]>:
> >> > % To modify a sequence of notes, it's easiest to use a filter:
> >
> > This approach seems to differ from
> > http://lsr.dsi.unimi.it/LSR/Item?id=82
>
>
2008/4/22 Mats Bengtsson <[EMAIL PROTECTED]>:
> The solution in LSR is more or less equivalent to Reinhold's proposal, but
> is divided three separate functions instead of two, whereof two are generic
> and can be used for any articulation.
Yes, it seems more flexible this way.
> The same fix
Quoting Valentin Villenave <[EMAIL PROTECTED]>:
> % To modify a sequence of notes, it's easiest to use a filter:
This approach seems to differ from
http://lsr.dsi.unimi.it/LSR/Item?id=82
Reminder to Mats: Always check in LSR first! ;-)
Mats, Reinhold, can you give us some explanations abou
> > % To modify a sequence of notes, it's easiest to use a filter:
This approach seems to differ from
http://lsr.dsi.unimi.it/LSR/Item?id=82
Mats, Reinhold, can you give us some explanations about these
differences? Which one is the best? The simplest? The most reliable?
Should I edit the LSR sni
Dear Mats,
thanks! It works fine and is an excellent tool for my work!
2008/4/22 Mats Bengtsson <[EMAIL PROTECTED]>:
> It seems that the articulation event has to be added after the note event
> in order not to confuse
> \relative. The following modification of Reinhold's code seems to work
> bet
Specifically, see LM 4.5.2 in the new (2.11) documentation.
http://lilypond.org/doc/v2.11/Documentation/user/lilypond-learning/Fixing-overlapping-notation#Fixing-overlapping-notation
Andrew
On 4/21/08, Werner LEMBERG <[EMAIL PROTECTED]> wrote:
> > I was typesetting some music with Lilypond when
2008/4/22 James E. Bailey <[EMAIL PROTECTED]>:
> I've often wondered if there's an easy way to change the default language
> (without building from scratch) it would really be nice to not have to
> \include a language file.
Yes, but note that all documentation examples and templates use the
defa
Am 22.04.2008 um 18:02 schrieb Valentin Villenave:
2008/4/22 Jonathan Kulp <[EMAIL PROTECTED]>:
Yea!! Thanks Reinhold, Mats, and Neil. This instantly fixed the
problem.
Oy. I was using a template from somewhere and didn't know what that
"english.ly" was for but kept it anyway. There ought
As for problems, I went to the lilypond snippet database, and after
logging in there was no "new entry" button, so that's as far as I got.
As for a title, "2-staff choral template with lyrics centered and
above and below each staff" I think expresses succinctly what it is.
As for a description,
Sorry, here's the correct function, without the debugging output:
sacredHarps = \applyContext #(lambda (c)
(let* ((alts (ly:context-property c 'keySignature))
(tonic (ly:context-property c 'tonic)))
(if (ly:pitch? tonic)
(begin
(let* ((third (modulo (+ 2 (ly:pitch-note
On 14/04/2008, Adrian Mariano <[EMAIL PROTECTED]> wrote:
> Neil Puttock wrote:
>
> > On 14/04/2008, Adrian Mariano <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > > Sounds like there's no real alternative. Using two commands is clean
> and
> > > simple. I see that the other person who reported this i
On 22/04/2008, Valentin Villenave <[EMAIL PROTECTED]> wrote:
> 2008/4/22 James E. Bailey <[EMAIL PROTECTED]>:
>
> > I wanted to submit a snippet for the LSR, but that didn't work out so well
>
>
> What problems did you encounter?
>
> Can you provide us with a title and description for your snippet
2008/4/22 Jonathan Kulp <[EMAIL PROTECTED]>:
> Yea!! Thanks Reinhold, Mats, and Neil. This instantly fixed the problem.
> Oy. I was using a template from somewhere and didn't know what that
> "english.ly" was for but kept it anyway. There ought to be a flashing red
> warning light over that!
B
2008/4/22 James E. Bailey <[EMAIL PROTECTED]>:
> I wanted to submit a snippet for the LSR, but that didn't work out so well
What problems did you encounter?
Can you provide us with a title and description for your snippet?
Cheers,
Valentin
___
lilypo
Yea!! Thanks Reinhold, Mats, and Neil. This instantly
fixed the problem. Oy. I was using a template from
somewhere and didn't know what that "english.ly" was for but
kept it anyway. There ought to be a flashing red warning
light over that! I've gotten used to writing gis fis and
cis so I
Hi Jon,
If you've included "english.ly", you can't call G-sharp "gis"; either
change it to "gs" or get rid of the include. :)
Regards,
Neil
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Since you use
\include "english.ly"
you should use the English version of the note names, not the default
Dutch ones, right?
Try a "gs" instead of "gis".
/Mats
Jonathan Kulp wrote:
I'm getting an error message that's driving me crazy:
GNU LilyPond 2.11.44
Processing `merengue.ly'
Parsing
Am Dienstag, 22. April 2008 schrieb Jonathan Kulp:
> I'm getting an error message that's driving me crazy:
>
> GNU LilyPond 2.11.44
> Processing `merengue.ly'
> Parsing...
> merengue.ly:239:24: error: syntax error, unexpected STRING
> a,4-. g'-. a,-.
> gis'-. \ost
I'm getting an error message that's driving me crazy:
GNU LilyPond 2.11.44
Processing `merengue.ly'
Parsing...
merengue.ly:239:24: error: syntax error, unexpected STRING
a,4-. g'-. a,-.
gis'-. \ostinatoTwo
% m. 11-12
merengue.ly:285:17: error
Many thanks, James! After adjusting the values a bit
everything fits on the page. Best wishes,
Jon
p.s. incindentally I had no luck posting a snippet to the
repository either. It kept asking me to log in after I had
already logged in.
--
Jonathan Kulp
http://www.jonathankulp.com
James E.
I wanted to submit a snippet for the LSR, but that didn't work out so
well for me, so I thought I would just put it here, it's the next best
thing, really. I needed a way to have in a choral piece a single line
of text for most of the work, and at the end, in the stretto, the
texts exploded
Am 22.04.2008 um 16:11 schrieb Jonathan Kulp:
My short instrument names go off the left side of the page. I've
searched the manuals and can't find the tweak or setting to keep
this from happening. Seems like it must be something in the layout
block. The full instrument names print norma
My short instrument names go off the left side of the page.
I've searched the manuals and can't find the tweak or
setting to keep this from happening. Seems like it must be
something in the layout block. The full instrument names
print normally within the printable area. Can anyone point
m
Hello
When I use midi2ly for traduce a midi file to a ly file, when execute lilypond
I can't see the rest?? Is is posible do anything?
Thanks
Rafa
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-u
It seems that the articulation event has to be added after the note
event in order not to confuse
\relative. The following modification of Reinhold's code seems to work
better.
% To modify a sequence of notes, it's easiest to use a filter:
#(define (addStaccatoFilterFunction event)
(let ( (eve
I use Windows XP and 2.11.42-1 version of Lilypond.
Rafa
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
It looks as if you use Windows, right (please always tell)? What version
of LilyPond do you use?
/Mats
Rafa del Campo wrote:
Hello
I have a problem when I type midi2ly albeniz.mid:
D:\>midi2ly albeniz.mid
Traceback (most recent call last):
File "C:\Archivos de programa\LilyPond\usr\bin\m
Hello
I have a problem when I type midi2ly albeniz.mid:
D:\>midi2ly albeniz.mid
Traceback (most recent call last):
File "C:\Archivos de programa\LilyPond\usr\bin\midi2ly.py", line 51, in
import midi
ImportError: No module named midi
But I have in the same directory midi.dll.
Where can
33 matches
Mail list logo