Patrick McCarty wrote Monday, May 25, 2009 11:43 PM
On Mon, May 25, 2009 at 03:26:42PM -0700, Patrick McCarty wrote:
On Mon, May 25, 2009 at 2:49 PM, Trevor Daniels
wrote:
>
> The lines in the html version of this section of the
> Notation Reference are significantly longer than any
> other
I have this fragment:
f2~f8 \bendAfter #-4 f |
r2 r8 c d f~ |
which produces a "fall" in jazz idiom.
EXCEPT the fall ends at the bar line, resulting in a short, near-vertical
line.
I need either for the fall to cross the bar line into the next measure, or
to somehow add space between th
Thanks, Mark. This works and will really help with the custom things I
want to do.
-Eric
On Monday, May 25, 2009, Mark Polesky wrote:
>
> Eric Knapp wrote:
>> What I want to do is have the value of the "thickness" variable
>> replace the "0.25" in the postscript.
>
> Eric,
> the "ly:format" func
2009/5/26, Carl D. Sorensen :
> I tried to apply your patch, but I got the following:
It must not be anything wrong with the patch itself, It applies
perfectly on my machine.
--
Francisco Vila. Badajoz (Spain)
www.paconet.org
___
lilypond-user mailing
On 5/25/09 4:43 PM, "Patrick McCarty" wrote:
> On Mon, May 25, 2009 at 03:26:42PM -0700, Patrick McCarty wrote:
>> On Mon, May 25, 2009 at 2:49 PM, Trevor Daniels
>> wrote:
It looks like a whole note but has the duration of a quarter note, when
LilyPond determines the spacing.
Trevor,
I've sometimes needed to adjust the location of clefs without affecting the
next line, and this seems to work (function found on
http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Scheme-functions#Scheme-functions):
meterNuj = #(define-music-function (parser location muvIt) (numbe
On Tue, May 26, 2009 at 4:08 AM, Frederick Dennis <
frederickden...@googlemail.com> wrote:
>
>> Frescobaldi 0.7.9 has been released. This release contains some bugfixes
>> and
>> small improvements. Changes:
>>
>> Dear Mr. Berendsen,
> I had some problems installing Frescobaldi 0.7.8 into opensuse
>
>
> Frescobaldi 0.7.9 has been released. This release contains some bugfixes
> and
> small improvements. Changes:
>
> Dear Mr. Berendsen,
I had some problems installing Frescobaldi 0.7.8 into opensuse 11.1
The latest was:
kde4_meinproc_executable-notfound, Error 127
Meinproc seems to be a progra
On Mon, May 25, 2009 at 03:26:42PM -0700, Patrick McCarty wrote:
> On Mon, May 25, 2009 at 2:49 PM, Trevor Daniels wrote:
> >>
> >> It looks like a whole note but has the duration of a quarter note, when
> >> LilyPond determines the spacing. If you don't want to add "*1/4" for every
> >> single no
Am 25.05.2009, 23:23 Uhr, schrieb Carl D. Sorensen :
On 5/25/09 10:57 AM, "Henning Plumeyer" wrote:
Am 25.05.2009, 02:13 Uhr, schrieb Carl D. Sorensen :
There are some issues though - not with Laura's example where no bar
lines
are needed. But when you want bar lines the bars are too "
On Mon, May 25, 2009 at 2:49 PM, Trevor Daniels wrote:
>
> Mats Bengtsson wrote Monday, May 25, 2009 8:03 PM
>
>> Henning Plumeyer wrote:
>>>
\relative c'' {
\key f \major g1*1/4 bes1*1/4 a1*1/4 g1*1/4 d'1.*1/6 c4 bes4 c1*1/4
}
>>>
>>> Hi, Carl,
>>> could you explain why this works
Mats Bengtsson wrote Monday, May 25, 2009 8:03 PM
Henning Plumeyer wrote:
\relative c'' {
\key f \major g1*1/4 bes1*1/4 a1*1/4 g1*1/4 d'1.*1/6 c4 bes4
c1*1/4
}
Hi, Carl,
could you explain why this works? I would have expected that
g1*1/4 is
exactly the same as g4, but it is obviously
On 5/25/09 10:57 AM, "Henning Plumeyer" wrote:
> Am 25.05.2009, 02:13 Uhr, schrieb Carl D. Sorensen :
>
> There are some issues though - not with Laura's example where no bar lines
> are needed. But when you want bar lines the bars are too "full".
>
You can manually add bars, if you'd like.
On 5/25/09 12:13 PM, "Julian" wrote:
>
> Hello Marc,
>
> Well at first, english is no my native lang, so sorry for don't speak it well.
>
> I'm the admin of tuxguitar (a tablature editor) project and now i'm trying to
> implement some of these features to the lilypond exporter plugin.
>
>
Hi,
Is there a way to tweak the visual appearance and position of an end-of-line
time signature *without* affecting the following beginning-of-line time
signature?
Here's what I've got so far:
%%% BEGIN %%
#(set-global-staff-size 14)
\layout {
ragged-right = ##t
}
\new Staff {
\set Sco
Eric Knapp wrote:
> What I want to do is have the value of the "thickness" variable
> replace the "0.25" in the postscript.
Eric,
the "ly:format" function
http://lilypond.org/doc/v2.13/Documentation/user/lilypond-internals/Scheme-functions.html#index-ly_003aformat
is loosely based on the guile "f
Henning Plumeyer wrote:
\relative c'' {
\key f \major g1*1/4 bes1*1/4 a1*1/4 g1*1/4 d'1.*1/6 c4 bes4 c1*1/4
}
Hi, Carl,
could you explain why this works? I would have expected that g1*1/4 is
exactly the same as g4, but it is obviously not.
It looks like a whole note but has the duration of
Hi, all.
I'm attempting to create some music functions that have some
postscript commands in them. Is there a way to pass an argument from
the Scheme music function into the embedded postscript? Here's a
simplified example that makes a hollow square notehead:
The function:
sample =
#(define-musi
Marc Hohl hohlart.de> writes:
>
> [ok, the mail was too big, I removed the attached pdf output]
> I attach the latest version of tablature.ly together with a test file.
> Please have a look at it and reply any corrections/improvements/changes
> /etc.
> before I will send patches to Carl.
>
> Re
Am 25.05.2009, 02:13 Uhr, schrieb Carl D. Sorensen :
Here's my attempt to get the spacing you're looking for. I've done it
manually, but if you like it, I think that I can write a music function
\petrucciSpacing{} that will generate it automatically.
What I've done is to multiply each note by a
Bertalan Fodor wrote:
> I wondered, if anyone is willing to vote on LilyPondTool at
> http://sourceforge.net/community/cca09/nominate
>
> It could be a good possibility to give some promotion to
> LilyPond (and not just the jedit plugin I'm developing).
>
> Project URL: http://lily4jedit.sourcefor
Hi,
I wondered, if anyone is willing to vote on LilyPondTool at
http://sourceforge.net/community/cca09/nominate
It could be a good possibility to give some promotion to LilyPond (and not just
the jedit plugin I'm developing).
Project URL: http://lily4jedit.sourceforge.net
Project name: LilyPo
> You won't need to use Cygwin to run Lilypond anymore. Just get the windows
> version of the binary (the .exe file) here:
You can then use it from cygwin if you want.
Frédéric
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.or
Kjetil Rossavik wrote:
>
> How do I get Lilypond to lay out my music with 4 bars per line?
>
you can add a voice with spacers and breaks, see
http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Using-an-extra-voice-for-breaks#Using-an-extra-voice-for-breaks
http://lilypond.org/doc/v2.12
Tom Moonen wrote:
I'm interested to use Lilypond, followed instructions at
http://lilypond.org/web/install/cygwin, but i can't find lilypond in the
publisher section of Cygwin download mirror setup offers.
If you could redirect me, i'd much appreciate it. Thanks,
Tom Moonen
Hi Tom,
You won't
How do I get Lilypond to lay out my music with 4 bars per line?
Cheers,
Kjetil.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Op zondag 24 mei 2009, schreef Stefan Thomas:
> /bin/sh: KDE4_MEINPROC_EXECUTABLE-NOTFOUND: not found
try installing meinproc4. It is needed for building the help file.
See earlier thread on this list. It is part of the KDE doc packages.
best regards,
Wilbert Berendsen
--
Frescobaldi, LilyPond
I'm interested to use Lilypond, followed instructions at
http://lilypond.org/web/install/cygwin, but i can't find lilypond in the
publisher section of Cygwin download mirror setup offers.
If you could redirect me, i'd much appreciate it. Thanks,
Tom Moonen
--
Tom Moonen, altviolist
Admiraal de
Hi all,
Frescobaldi 0.7.9 has been released. This release contains some bugfixes and
small improvements. Changes:
* Spurious crashes (since 0.7.8) seem to have been eliminated.
* Alt-Up and Alt-Down now jump to the first line of a blank space instead of
just the next or previous blank line.
*
The safe mode would be a good idea, banning # is a bit rigorous, as it
is needed for various tweaks.
On Mon, May 25, 2009 at 6:09 AM, weblily wrote:
> Hi Han-Wen,
>
>
> thanks for your response. I am sorry, I could confirm it. There are some
> more XSS related security issues open. It's really a
Hi Kieren,
[snip]
>
> Globally, you can use
>
> \layout {
> \context {
>\Score
>\override TextScript #'baseline-skip = #1.2
> }
> }
>
> Hope this helps!
>
It sure does. It was exactly what I was looking for. Now that I see it I
wonder why I couldn't figure it out myself...
Thanks,
/H
Hi Henrik,
With the font I'm using the distance between the lines is too big.
Is there a way to tweak this globally? What I'm doing right now is
using \raise on the second line.
Locally, you would use
\markup \override #'(baseline-skip . 1.2)
\column {
"Rear Right"
"Front Right"
Hi,
I have been away from the list for a while (but it feels good to be back!)
and I'm sorry if this question has been up recently.
In a score I'm working on I have to do a fair amount of text mark ups like:
\markup {
\column {
"Rear Right"
"Front Right"
}
}
With the font I'm
33 matches
Mail list logo