Thanks Mark, the bug was my own, in JMSL's LilyPond exporter.
Fixed now.
Best regards,
Nick Didkovsky
Mark Polesky wrote:
Nick Didkovsky wrote:
At some point in LilyPond's history I believe the notes on the staff
with a percussion clef showed up on the same level as treble clef.
Does anyone
On Thu, Jul 16, 2009 at 11:07:01AM +0200, Matthieu Jacquot wrote:
> I was reading the Hans post about using POSIX etc... and had a look at
> the source code, I saw you were using a list for the downloads, wouldn't
> it be better to use a table instead, something like that :
>
>
>
>
>
> Unix
On 07/30/2009 08:34 AM, Brian Lloyd wrote:
Dear Lillyponders,
Some of my favourite drum books (Chapin, Pickering) use a three-line
stave for their notation.
I like it—it has a clean look, especially when writing for snare, hh,
cymbal and bass.
It is similar to the timbale stave currently avail
On 07/30/2009 04:29 AM, Patrick Horgan wrote:
Here's the fix.
Without buying a new computer, you can buy new RAM (Random Access
Memory) and you'll THINK that you have a new computer. It will make you
amazed at the difference! You will dance around and shout Huzzah! Woman
will hold up their babi
Dear Lillyponders,
Some of my favourite drum books (Chapin, Pickering) use a three-line stave
for their notation.
I like it—it has a clean look, especially when writing for snare, hh, cymbal
and bass.
It is similar to the timbale stave currently available in Lillypond.
Is someone able to advise
Ok, trying it right now...
--- On Wed, 7/29/09, Nick Payne wrote:
> From: Nick Payne
> Subject: RE: How do you move a note horizontally?
> To: "'Jonathan Wilkes'" , lilypond-user@gnu.org
> Date: Wednesday, July 29, 2009, 10:25 PM
> \once \override NoteColumn
> #'force-hshift = #x
>
> Set x to
Yeah, great!
Thank You, David!
2009/7/29 David Bobroff
> Maybe this will help:
>
>
> http://lilypond.org/doc/v2.13/Documentation/user/lilypond/Other#index-_005cwhiteout
>
> -David
>
> Stefan Thomas wrote:
>
>> Dear community,
>> I would like to whiteout a bit of the first barline, in the below q
If you want more information about how to do this sord of thing, see
the Learning Manual, specifically section 4.5.
On 29.07.2009, at 22:25, Nick Payne wrote:
\once \override NoteColumn #'force-hshift = #x
Set x to negative to move to the left, positive to the right.
Nick
-Original Mes
Maybe this will help:
http://lilypond.org/doc/v2.13/Documentation/user/lilypond/Other#index-_005cwhiteout
-David
Stefan Thomas wrote:
Dear community,
I would like to whiteout a bit of the first barline, in the below quoted
example.
Is it possible? Or are there other possible solutions?
Thanks,
Dear community,
I would like to whiteout a bit of the first barline, in the below quoted
example.
Is it possible? Or are there other possible solutions?
Thanks,
Stefan
\version "2.13.0"
right = \relative c {
\time 6/4
r4 b2. _\markup { \italic "sempre molto cantabile" } g,2 ~ |
g4 b'8 d,
Thanks to Dmytro I found can move the dot using
\once \override Dots #'extra-offset = #'(-1.3 . 0)
However, I've been wondering if this behaviour (the dot not moving with the
note) is intentional or a bug. If I add an articulation to the note, it
moves when the note is moved.
Nick
> -Origin
\once \override NoteColumn #'force-hshift = #x
Set x to negative to move to the left, positive to the right.
Nick
> -Original Message-
> From: lilypond-user-bounces+nick.payne=internode.on@gnu.org
> [mailto:lilypond-user-bounces+nick.payne=internode.on@gnu.org] On
> Behalf Of Jon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am Mittwoch, 29. Juli 2009 21:08:15 schrieb grisu_76:
> Dear Members,
>
> could someone give me a brief introduction (or where to look it up) how to
> implement patches such as:
>
> "page-layout-problem.cc -- space systems nicely on a page. If systems
Dear Members,
could someone give me a brief introduction (or where to look it up) how to
implement patches such as:
"page-layout-problem.cc -- space systems nicely on a page. If systems can
be stretched, do that too."
That's a patch written by Joe Neeman, taken from his git-branch;
Many thank
Michael Käppler wrote:
Hi all,
I'm "suffering" from enormous compiling durations on large files. With
"large" I mean a file with about 250 measures and seven staves per
system. The last time I compiled the file completely (without using
showLastLength) I did it overnight, since after one and
Nick Didkovsky wrote:
> At some point in LilyPond's history I believe the notes on the staff
> with a percussion clef showed up on the same level as treble clef.
> Does anyone know when (ie what LilyPond version) and why this changed?
> Confused...
I'm not sure how that could be, judging by the
Op woensdag 29 juli 2009, schreef Michael Käppler:
> I'm "suffering" from enormous compiling durations on large files.
The 256 MB RAM is a bit small. In my experience, LilyPond uses enormous
amounts of memory compiling large scores. Engraving my Reubke score (one 28
page \score object), the Lily
Hi,
I need to increase the distance between two gracenotes, so I would like to
know how to slightly nudge one of them to the left.
Somehow I can't find an example of this anywhere.
Thanks,
Jonathan
___
lilypond-user mailing list
lilypond-use
Hello
At some point in LilyPond's history I believe the notes on the staff
with a percussion clef showed up on the same level as treble clef.
In other words...
\clef percussion
c''4
...and...
\clef treble
c''4
...both resulted in a C displayed on the second space from the top.
Today I revisite
2009/7/29 Nick Payne :
> Lilypond 2.13.3 on windows. I've come across a problem in a piece I'm
> setting and can reproduce it in the following example. When I shift the
> dotted half note in the bass voice to avoid a note collision, the dot
> doesn't shift with the note. How do I move the dot. I tr
On Wed, Jul 29, 2009 at 5:48 AM, Michael Käppler wrote:
> Hi Mark,
>
>> Maybe try using \pointAndClickOff ? I don't know if point-and-click
>> slows things down, but it certainly increases filesize.
>>
>> http://lilypond.org/doc/v2.12/Documentation/user/lilypond-program/Point-and-click
>>
>>
> I'
Hi Gerard,
I'm sorry for answering so late but I was on holiday. With the help of Shlomy
Reinstein and Bertalan Fodor my problems disappeared after deleting the file
perspective.xml in ~/Library/jedit. Thanks for your hint. I'll test your applet!
Cheers,
Patrick
Original-Nachricht
Hi Mark,
Maybe try using \pointAndClickOff ? I don't know if point-and-click
slows things down, but it certainly increases filesize.
http://lilypond.org/doc/v2.12/Documentation/user/lilypond-program/Point-and-click
I've tested this, rendering only the last 100 measures:
When I ran Lily the fi
Lilypond 2.13.3 on windows. I've come across a problem in a piece I'm
setting and can reproduce it in the following example. When I shift the
dotted half note in the bass voice to avoid a note collision, the dot
doesn't shift with the note. How do I move the dot. I tried doing the same
override for
0123456789012345678901234567890123456789012345678901234567890123456
Michael Käppler wrote:
> I'm "suffering" from enormous compiling durations on large files.
> With "large" I mean a file with about 250 measures and seven
> staves per system. The last time I compiled the file completely
> (withou
Hi all,
I'm "suffering" from enormous compiling durations on large files. With
"large" I mean a file with about 250 measures and seven staves per
system. The last time I compiled the file completely (without using
showLastLength) I did it overnight, since after one and a half hour
Lilypond sti
26 matches
Mail list logo