Frederick Dennis wrote:
The ignore melismata routine is fine but I would also like to use
dotted slurs.
If you search for "dotted" in the "LilyPond Index" in the manual (i.e.
the index of the manual),
you will find that there's a predefined macro \slurDotted that makes all
following slurs be
Dear lilypond users,
when I want to make a pdf-file of my score I get the following message:
pdf is not procuced
/home/Stefan/partituren/differance/musik/musik_ab94.ly:154:4: Warnung: Keine
rhythmische Gruppe zu beenden
r 4
\times 2/3 { r 8 e'\p f, } | %nochnschlagzwo 107
[8][8]
Vorverarbeitung
> Programmierfehler: Multi_measure_rest::get_rods (): I am not spanned!
> Fortsetzung, die Daumen drücken
> Programmierfehler: Multi_measure_rest::get_rods (): I am not spanned!
> Fortsetzung, die Daumen drücken
> Programmierfehler: Multi_measure_rest::get_rods (): I am not spanne
2008/5/6 Father Gordon Gilbert <[EMAIL PROTECTED]>:
> But I get several warnings when it tries to compile. I get the pdf just
> fine, but the midi is stupid (I don't really care, but I'd like to fix it if
> possible so when I *do* need the midi it will work.)
> warning: MIDI channel wrapped around
2008/5/6 Francisco Vila <[EMAIL PROTECTED]>:
> MIDI files can not have more than 16 channels, that's why your output
> gets remapped channels modulo 16 (i.e. starting again from the first
> channel). You have too much voices, maybe you could make a specia midi
> block that contains only the ess
Am 06.05.2008 um 11:49 schrieb Stefan Thomas:
Dear lilypond users,
when I want to make a pdf-file of my score I get the following
message:
pdf is not procuced
/home/Stefan/partituren/differance/musik/musik_ab94.ly:154:4:
Warnung: Keine rhythmische Gruppe zu beenden
r 4
\times 2/3 { r
Francisco, your answer is partially relevant here.
Yes, there's a limitation of 16 channels in MIDI. In LilyPond, each
Staff and Lyrics context
will result in a new MIDI channel and since channel 0 is reserved for
common information
and channel 10 is reserved for percussion, there are only 14 l
I don't think this is the problem. White space in general is ignored and I
certainly do not get any errors when I try this small example with spaces
between the note and its duration.
Stefan - maybe the error is elsewhere. Could you post a slightly longer
extract so we can see the earlier
2008/5/6 Mats Bengtsson <[EMAIL PROTECTED]>:
> Note that LilyPond automatically will use channel 10 only for percussion,
> so there's no risk
> for strange drum sounds unless you really want them.
Sorry, I didn't know that. Thanks
> In this particular .ly file
The original message did not com
Perhaps some of you have MIDI expertise enough to answer the following
question.
Currently, LilyPond uses a separate track (and channel) for each Lyric
context to output
the corresponding lyric syllables, so that players like timidity (and
certainly several other
"Karaoke" like players) can pr
2008/5/6 Mats Bengtsson <[EMAIL PROTECTED]>:
> Currently, LilyPond uses a separate track (and channel) for each Lyric
> context to output
> the corresponding lyric syllables,
AFAICT all lyrics could perfectly go into the same track. Lyrics
events and other META events do not have a channel.
One
Hi,
I don't know if this is what you are looking for but here is something that
Mats posted sometime back (2003) I believe:
http://www.mail-archive.com/lilypond-user@gnu.org/msg03243.html
Regards,
Ralph
-
Instant message from any web browser! Try the new
Dear Trevor , dear James,
Yes the mistake must be something else.
The first 22 pages of the score are ok. The mistake must be in a later
fragment.
I have to find the mistake in this part of the score.
For the future I know: I have to make more backups of older versions.
2008/5/6 Trevor Daniels <[E
Hi, Folks
I would like to mimic a score I have, where there are two voices in the
same score, but the note is used for both (instead of replicating it).
I am using this code:
<< { c8[ c'(-1 g c g c]) } \\ { c,2. } >>
And lilypond renders to notes for the first C. There is a com
I am searching your archives and pages for the equivalent of slides in vocal
music.
The appearance of a slide is a short glissando beginning (or ending) at a note
head. I have a SATB two-staff score with several slides and am wondering if
there is any way to coerce these out of the glissando a
2008/5/6 Alberto Simões <[EMAIL PROTECTED]>:
> Is this possible?
Try
\override Staff.NoteCollision #'merge-differently-headed = ##t
and
\override Staff.NoteCollision #'merge-differently-dotted = ##t
These commands are explained on
http://lilypond.org/doc/v2.11/Documentation/user/lilypond/
alberto,
On May 6, 2008, at 6:48 PM, Alberto Simões wrote:
I would like to mimic a score I have, where there are two voices in
the
same score, but the note is used for both (instead of replicating it).
I am using this code:
<< { c8[ c'(-1 g c g c]) } \\ { c,2. } >>
And lilyp
Hi,
I want to insert a few (not all) chord names in a sheet.
I trid the following:
\relative c {
..
<< \chords { cis:m1 }
{ cis,1 } >>
..
}
but then the Chord name is below the melody. How can I achieve, that the chord
is above the melody line. I thought about an extra chord part with
Simon Bailey wrote:
try:
<<
{
\override Staff.NoteCollision #'merge-differently-headed = ##t
c8[ c'(-1 g c g c])
} \\
{ c,2. }
>>
found here:
http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Collision-resolution#Collision-resolution
Damn. I think this is new
the ppc version of 2.11 works fine on leopard from the command line or
within jEdit or Textmate
it's only the bundled text editing program that does not work yet
all the best
d
On 6 May 2008, at 20:57, Alberto Simões wrote:
Simon Bailey wrote:
try:
<<
{
\override Staff.NoteCollisi
Damian leGassick wrote:
the ppc version of 2.11 works fine on leopard from the command line or
within jEdit or Textmate
it's only the bundled text editing program that does not work yet
The latest that I tried was missing libstdc++ :-(
I can try again soon
Thanks
Alberto
all the best
d
Quoting Alberto Simões <[EMAIL PROTECTED]>:
Simon Bailey wrote:
try:
<<
{
\override Staff.NoteCollision #'merge-differently-headed = ##t
c8[ c'(-1 g c g c])
} \\
{ c,2. }
>>
found here:
http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Collision-resolution#Colli
Mats Bengtsson wrote:
Did you try with version 2.10? It seems to work well with 2.10.23 when I
try it, and the property is documented at
http://lilypond.org/doc/v2.10/Documentation/user/lilypond-internals/NoteCollision#NoteCollision
Well, yes. I tried it :-S
I have 2.10.33 here.
<< { \ove
it works for me on 10.5.2
i'm thinking...i do have xtools installed - that might be the
difference as regards the missing library
d
On 6 May 2008, at 21:36, Alberto Simões wrote:
Mats Bengtsson wrote:
Did you try with version 2.10? It seems to work well with 2.10.23
when I try it, and t
Damian leGassick wrote:
it works for me on 10.5.2
i'm thinking...i do have xtools installed - that might be the difference
as regards the missing library
I have it as well.
[EMAIL PROTECTED] tmp]$ find /Applications/LilyPond.app/ -name libstd*
/Applications/LilyPond.app//Contents/Resources/l
Quoting Alberto Simões <[EMAIL PROTECTED]>:
Well, yes. I tried it :-S
I have 2.10.33 here.
<< { \override Staff.NoteCollision #'merge-differently-headed = ##t
c8[ c'(-1 g-2 c g c]) } \\ { c,2. } >>
:-(
Since you want to merge a dotted note with a non-dotted one, you also
need
Mats Bengtsson wrote:
Quoting Alberto Simões <[EMAIL PROTECTED]>:
Well, yes. I tried it :-S
I have 2.10.33 here.
<< { \override Staff.NoteCollision #'merge-differently-headed = ##t
c8[ c'(-1 g-2 c g c]) } \\ { c,2. } >>
:-(
Since you want to merge a dotted note with a non-dot
Alberto Simões wrote:
Mats Bengtsson wrote:
Quoting Alberto Simões <[EMAIL PROTECTED]>:
Well, yes. I tried it :-S
I have 2.10.33 here.
<< { \override Staff.NoteCollision #'merge-differently-headed = ##t
c8[ c'(-1 g-2 c g c]) } \\ { c,2. } >>
:-(
Since you want to merge a dot
2008/5/6 Neil Puttock <[EMAIL PROTECTED]>:
> Hi Alberto,
>
> 2008/5/6 Alberto Simões <[EMAIL PROTECTED]>:
>
>
> > Sorry to bother a little more.
> > Any hint on why it doesn't work on this case?
> >
> >
> > << { \override Staff.NoteCollision #'merge-differently-headed = ##t
> > \over
Alberto Simões wrote
Sorry to bother a little more.
Any hint on why it doesn't work on this case?
<< { \override Staff.NoteCollision #'merge-differently-headed = ##t
\override Staff.NoteCollision #'merge-differently-dotted = ##t
f4 f' f } \\ { f,2. } >>
I suspect it is because a qu
Hi Alberto,
2008/5/6 Alberto Simões <[EMAIL PROTECTED]>:
> Sorry to bother a little more.
> Any hint on why it doesn't work on this case?
>
>
> << { \override Staff.NoteCollision #'merge-differently-headed = ##t
> \override Staff.NoteCollision #'merge-differently-dotted = ##t
> f4 f'
Hello.
> I want to insert a few (not all) chord names in a sheet.
>
> I trid the following:
>
> \relative c {
> ..
> << \chords { cis:m1 }
> { cis,1 } >>
> ..
> }
>
> but then the Chord name is below the melody.
Not so here; this code
%-
\version "2.10.10"
theMusic = \relative
Something like
\markup { \wordwrap-string #" blah \italic { blah } blah"}
doesn't work. From the documentation I could not figure out how to create a
paragraph of text in which markup is possible. Does someone have a solution for
this?
Thanks in advance,
Peter van Kranenburg
_
Peter Van Kranenburg wrote:
Something like
\markup { \wordwrap-string #" blah \italic { blah } blah"}
doesn't work. From the documentation I could not figure out how to
create a paragraph of text in which markup is possible. Does someone
have a solution for this?
I was too quick asking th
Dear Gilbert
So this is the first time I offer help in this list!
Perhaps I can introduce a way I always do with my large orchestral scores with
part amount from 24 to 42. I get this experience because I ever did it in my
Braille Music Editor, which is very hard to turn a *listenable braille musi
Hi list,
I'm new to this list and with lilypond. I like to print the header on
all pages of a score, but couldn't found any hint, either this
mailing-archive nor in google.
Can someone telling if its possible ?
Regards
Helmut
___
lilypon
Mats Bengtsson <[EMAIL PROTECTED]> writes:
> For songs with several verses, I guess the lyric printouts won't
> make any sense, no matter how we place the information in the MIDI
> files.
Not unless we introduce some kind of semantic to tell Lilypond that
they are verses, anyway.
pseudocode-like
37 matches
Mail list logo