I find that sometimes the notes looks clumsy. I think the length of the
stem is too short as in this example:
\version "2.16"
\score { \relative c { \clef bass
\times 4/6 { f,16 c f g a c }
\times 4/6 { a g f c f, c' } r2 |
}
}
I would like the stem length as in this example:
\scor
I find that sometimes the notes looks clumsy. I think the length of the
stem is too short as in this example:
\version "2.16"
\score { \relative c { \clef bass
\times 4/6 { f,16 c f g a c }
\times 4/6 { a g f c f, c' } r2 |
}
}
I would like the stem length as in this example:
\scor
On 14/04/13 17:49, Helge Kruse wrote:
I find that sometimes the notes looks clumsy. I think the length of
the stem is too short as in this example:
\version "2.16"
\score { \relative c { \clef bass
\times 4/6 { f,16 c f g a c }
\times 4/6 { a g f c f, c' } r2 |
}
}
I would like the
I'm trying to type up a vocal piece. At several places, the part splits
(with completely different notes, rhythms, and lyrics), and returns to
unison. During the splits, I'd like the lyrics to go above the staff for
the high part, and below the staff for the low part.
At first, I split using:
<<
MING TSANG wrote
>
>
> Here is the full code. The error log is copy below.
hi Ming
that's too much - and also some part missing!
please try to reduce your code to the absolutely minimal size, voices and
instruments necessary to reproduce the error/warning (often this will be
only one measure
Am 14.04.2013 10:05, schrieb Nick Payne:
On 14/04/13 17:49, Helge Kruse wrote:
I find that sometimes the notes looks clumsy. I think the length of
the stem is too short as in this example:
\version "2.16"
\score { \relative c { \clef bass
\times 4/6 { f,16 c f g a c }
\times 4/6 { a g f c f, c
I want to write all instrument's part in one book. I use a bookpart for
each instrument. The headline should identify the piece, instrument and
page to reduce the time for sort pages when all sheets dropped to the
floor. ;-)
For each instrument I have a header. How I can I suppress the head li
Helge Kruse-4 wrote
> For each instrument I have a header. How I can I suppress the head line
> for the pages with header. That's the first page of a bookpart?
see /part-first-page/ in
http://lilypond.org/doc/v2.16/Documentation/notation-big-page#custom-titles-headers-and-footers
hth
Eluze
--
2013/4/14 Avi Drissman :
> I'm trying to type up a vocal piece. At several places, the part splits
> (with completely different notes, rhythms, and lyrics), and returns to
> unison. During the splits, I'd like the lyrics to go above the staff for the
> high part, and below the staff for the low par
- Original Message -
From: "Eluze"
To:
Sent: Sunday, April 14, 2013 9:58 AM
Subject: Re: warning in midi
MING TSANG wrote
Here is the full code. The error log is copy below.
hi Ming
that's too much - and also some part missing!
please try to reduce your code to the absolutely
How about something like:
\version "2.16.0"
{
<<
\new Staff = "Song"
<<
\new Voice = "Soprano" { s1 | \voiceOne a'4 b'4 c''4 d''4 | \oneVoice
s1 }
\new Lyrics \with { alignAboveContext = Song } \lyricsto "Soprano" { A
-- bove the stave }
\new Voice = "Alto" { a'4
2013/4/14 Eluze :
> Helge Kruse-4 wrote
>> For each instrument I have a header. How I can I suppress the head line
>> for the pages with header. That's the first page of a bookpart?
>
> see /part-first-page/ in
> http://lilypond.org/doc/v2.16/Documentation/notation-big-page#custom-titles-headers-an
Helge Kruse wrote Sunday, April 14, 2013 10:05 AM
> I am looking for a way to get a larger minimum but keep the length of
> the stem in general. Unfortunately I found nothing to overwrite at
> http://lilypond.org/doc/v2.16/Documentation/internals/stem as well as I
> didn't find magstep there.
2013/4/14 Helge Kruse :
> I am looking for a way to get a larger minimum but keep the length of the
> stem in general. Unfortunately I found nothing to overwrite at
> http://lilypond.org/doc/v2.16/Documentation/internals/stem as well as I
> didn't find magstep there.
For beamed Stems try to play
Phil Holmes schrieb:
>- Original Message -
>From: "Eluze"
>To:
>Sent: Sunday, April 14, 2013 9:58 AM
>Subject: Re: warning in midi
>
>
>> MING TSANG wrote
>>>
>>>
>>> Here is the full code. The error log is copy below.
>>
>> hi Ming
>>
>> that's too much - and also some part missin
Just starting to try out Lilypond, and finding a few problems in getting to
work at all.
The OS is Windows 7, if that makes any difference.
1) Double-clicking on a .ly file gets into Wordpad, and doesn't compile the
file. To compile it I have to drag-and-drop the file onto the Lilypond icon on
2013/4/14 Peter Toye
> Just starting to try out Lilypond, and finding a few problems in getting
> to work at all.
>
> The OS is Windows 7, if that makes any difference.
>
>
which version of lilypond?
> 1) Double-clicking on a .ly file gets into Wordpad, and doesn't compile
> the file. To compi
Federico Bruni schrieb:
>2013/4/14 Peter Toye
>
>> Just starting to try out Lilypond, and finding a few problems in
>getting
>> to work at all.
>>
>> The OS is Windows 7, if that makes any difference.
>>
>>
>which version of lilypond?
>
>
>> 1) Double-clicking on a .ly file gets into Wordpa
Federico Bruni schrieb:
>2013/4/14 Peter Toye
>
>> Just starting to try out Lilypond, and finding a few problems in
>getting
>> to work at all.
>>
>> The OS is Windows 7, if that makes any difference.
>>
>>
>which version of lilypond?
>
>
>> 1) Double-clicking on a .ly file gets into Wordpa
Hello,
Having read that Frescobaldi is great, I tried it out, but here is what I
observed. What did I miss?
Regards,
--
lilidev:
menu@lilydev:~/menumac/Downloads/frescobaldi-2.0.9 > python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)
[GCC 4.4.3] on linux2
Type "help", "copyright", "cred
Derek shmerek.com> writes:
> Nevermind i think I sorted it wiht \override VerticalAxisGroup etc etc
>
In case anybody else has the same problem,
His output looked like version 2.14, so let's guess this was the bug
http://code.google.com/p/lilypond/issues/detail?id=2102, fixed for 2.16,
and tha
I'm sorry; I was banging my head against this for so long that I just
emailed out of frustration.
So that's how you re-use a Lyrics. That works, but is a bit ugly in that
you have to create new voices over and over. So I tried re-using a voice
using that \context trick:
\version "2.16.1"
altonot
-
Sunday, April 14, 2013, 1:44:33 PM, you wrote:
> Federico Bruni schrieb:
>>2013/4/14 Peter Toye
>>
>>> Just starting to try out Lilypond, and finding a few problems in
>>getting
>>> to work at all.
>>>
>>> The OS is Windows 7, if that makes any difference.
>>>
>>>
Hi Peter,
">>" (without quotes) is missing at the end of your code.
Also, I recommend using R1 instead of r1.
Thomas
Original-Nachricht
-
Sunday, April 14, 2013, 1:44:33 PM, you wrote:
Federico Bruni schrieb:
2013/4/14 Peter Toye
Just
Am 14.04.2013 19:27, schrieb Peter Toye:
Re: Newbie problems -
>>BTW, I recommend using Frescobaldi instead of Lilypad:
>>http://frescobaldi.org/download
Is this the right place to be recommending a rival product? I'll have
a look. Thanks.
It's not a rival product.
L
Am 14.04.2013 19:27, schrieb Peter Toye:
Re: Newbie problems -
> Federico Bruni schrieb:
>>I think that you have to associate the .ly extension with Lilypad.
That would seem to be the case. It's the sort of thing I'd expect the
installation routine to do automaticall
You are probably entirely correct on my mac I run 2.16 but on Linux it runs
2.14 and that is where I encountered the issue. Thanks for the heads up!
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/sustain-pedals-way-below-staff-tp144406p144464.html
Sent from the User mai
Peter Toye writes:
>>>BTW, I recommend using Frescobaldi instead of Lilypad:
>>>http://frescobaldi.org/download
>
> Is this the right place to be recommending a rival product? I'll have
> a look. Thanks.
It's not a rival product. Lilypad is just an add-on packaged with
LilyPond on some operatin
Peter Crighton googlemail.com> writes:
> > Peter Crighton googlemail.com> writes:
> >
> > > Hello there,
> > >
> > > would it be possible to attach rests in a TabVoice to a different
> > > line? At least whole and half rests look terribly vertically
> > > off-centered, especially in four-line st
Janek Warchoł gmail.com> writes:
>
> On Mon, Apr 1, 2013 at 3:41 PM, Roman Stawski stawski.fr> wrote:
>
> Interesting. If i were you, i'd place the skips inside MainSequence
> and have the ambitus appear at the very beginning, and keep that first
> system alive (which makes
> some sense in my
Re: Newbie problemsDon't believe this is a good idea. I have double clicking
.ly files associated with running my own helper application - if it reverted to
opening lilypad every time I installed a new version of lilypond, I'd be very
annoyed.
--
Phil Holmes
- Original Message -
Op Sun, 14 Apr 2013 18:11:20 +0200
Jacques Menu schreef:
> Having read that Frescobaldi is great, I tried it out, but here is
> what I observed. What did I miss?
I think PyQt4 is too old.
--
Wilbert Berendsen
(http://www.wilbertberendsen.nl)
___
li
2013/4/14 Urs Liska :
>>>I think that you have to associate the .ly extension with Lilypad.
>
> That would seem to be the case. It's the sort of thing I'd expect the
> installation routine to do automatically.
>
> Yes, indeed.
> Could someone else on Windows check this and send a bug-report if
> ap
Phil Holmes schrieb:
>Re: Newbie problemsDon't believe this is a good idea. I have double
>clicking .ly files associated with running my own helper application -
>if it reverted to opening lilypad every time I installed a new version
>of lilypond, I'd be very annoyed.
Ok, but then it should
Thomas Scharkowski t-online.de> writes:
> ">>" (without quotes) is missing at the end of your code.
It's more likely that your mail reader interpreted ">>" as a quoted
line and didn't show it to you. The final ">>" came through just fine
for me.
> Also, I recommend using R1 instead of r1.
Yes
> On March 18, 2013 at 1:38 PM Eluze wrote:
>
>
> Bric wrote
> >
> > lilypond -o outfile.svg -fsvg infile.ly
>
> please note that lilypond adds the extension automatically so probably you
> want to write
>
> lilypond -o outfile -dbackend=svg infile.ly
>
> Eluze
>
How hard would it be to enhance
Original-Nachricht
Thomas Scharkowski t-online.de> writes:
">>" (without quotes) is missing at the end of your code.
It's more likely that your mail reader interpreted ">>" as a quoted
line and didn't show it to you. The final ">>" came through just fine
for me.
Hi Jam
37 matches
Mail list logo