Hi Valentin
Carl got back to you first, saving me the trouble :)
I've nothing to add to his response.
Trevor
- Original Message -
From: "Valentin Villenave" <[EMAIL PROTECTED]>
To: "Trevor Daniels" <[EMAIL PROTECTED]>
Cc:
Sent: Saturday, July 26, 2008 9:37 PM
Subject: Re: Tie contro
Quoting "Paul Scott" <[EMAIL PROTECTED]>:
notesetter wrote:
Is there an Ubuntu package for LilyPond? Suppose I'm using LilyPond 2.10.33
and want to upgrade to the latest (development) branch. Is there a "software
source" I can type in and then have the latest version downloaded and
installed vi
Hi,
When I use << { } \\ { } >> without voice naming to show note variations
in different verses of a song the parallel music gets skipped by the
lyrics. I have read all the relevant 2.11 docs without finding a way to
name the voices so that the lyrics get attached to the parallel music.
Any ide
James,
Sorry if this is a dumb question, but in which directory should I put
the lilypond.nanorc file? (On Linux and/or Mac) I'd like to try it out.
Thanks for sending.
Jon
James E. Bailey wrote:
clicked the send button instead of attach.
-{
- Grob *st = Staff_symbol_referencer::get_staff_symbol (me);
- SCM line_positions = st->get_property ("line-positions");
+{
+ Grob *st = 0;
+ SCM line_positions = me->get_property ("line-positions");
+ if ((st = Staff_symbol_referencer::get_staff_symbol (me)))
+line_positions = st->get_
Carl D. Sorensen wrote:
LilyPondTool is Java based, and works on Windows and Unix. It
should work on OSX, but I haven't been able to get it to do
so.
You can use textedit to edit your lilypond files on OSX.
Carl
On 7/26/08 3:36 PM, "James E. Bailey" <[EMAIL PROTECTED]> wrote:
Looks like I w
2008/7/27 Carl Sorensen <[EMAIL PROTECTED]>:
> I've made a short snippet here that shows what appears to me to be the
> central issue:
Great! Indeed, I can see I hadn't understood well the nature of the problem.
I have added your report (quasi verbatim) as
http://code.google.com/p/lilypond/issue
When I'm on a Mac I use the Smultron editor, which has pretty nice
syntax highlighting and has a very nice interface. It's free also. I
got JEdit to work but I think it looks terrible both on Linux and Mac.
The fonts look all messed up probably because of the Java environment.
Anyway I wrote
Joseph Haig wrote:
> 2008/7/26 notesetter <[EMAIL PROTECTED]>:
>
>> Is there an Ubuntu package for LilyPond? Suppose I'm using LilyPond 2.10.33
>> and want to upgrade to the latest (development) branch. Is there a "software
>> source" I can type in and then have the latest version downloaded and
\version "2.11.34"
\include "english.ly"
\relative c'' {
\clef treble
\key bf \major
\time 4/4
bf4. a8 a4. g8 |
g2.
% \override TieColumn #'tie-configuration = #'((6.0 . 1))%
tweak
1
% \once \override TieColumn #'tie-configuration
Valentin Villenave gmail.com> writes:
>
> 2008/7/24 Trevor Daniels treda.co.uk>:
> > But you were
> > right originally, this is either a bug or LilyPond
> > is overly sensitive.
>
> Greetings Trevor,
>
> I've re-re-read the whole discussion a few times, but I can't manage
> to understand the
Han-Wen,
The leger line fix (4146a0e0549c424bc129fc985733a36801a6e6a2) turned
out to have a basic flaw in that it messed up dot and tie positions
for standard staves. I pushed a fix for this
(b5ba6d4fdb551ebd0dd55140696f4a7e19e82fdb), but my coding has turned
out to be a bit iffy, since it causes
Yes, JEdit and LilyPondTool does work on Mac OS X, at least for more
than one user reported that it works in the thread:
http://www.mail-archive.com/lilypond-user@gnu.org/msg36817.html
Carl D. Sorensen írta:
LilyPondTool is Java based, and works on Windows and Unix. It
should work on OSX, but I
clicked the send button instead of attach.
lilypond.nanorc
Description: Binary data
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
True, but textedit doesn't have syntax hilighting or bracket matching.
Speaking of which, I've been meaning to send my syntax hilighting for
lilypond to this list for ages, but haven't done so. It isn't great,
nor is perfect, but it hilights and helps me spotting errors. And, the
only time
LilyPondTool is Java based, and works on Windows and Unix. It
should work on OSX, but I haven't been able to get it to do
so.
You can use textedit to edit your lilypond files on OSX.
Carl
On 7/26/08 3:36 PM, "James E. Bailey" <[EMAIL PROTECTED]> wrote:
> Looks like I was mistaken, lilypondtool
Looks like I was mistaken, lilypondtool is for windows.
Am 26.07.2008 um 23:24 schrieb Carl Sorensen:
James E. Bailey mac.com> writes:
I would also add that lilypondtool with jedit is probably the easiest
method.
Can you give me a hint or two about getting lilypondtool to work
with OSX
Sorry, I can't (maybe others can) I don't use jEdit. I use nano, it
has no lilypond support, so I don't have to worry about getting some
special mode to work in another editor, and the command line
instructions in the documentation are very clear and they work.
Am 26.07.2008 um 23:24 schrie
James E. Bailey mac.com> writes:
>
> I would also add that lilypondtool with jedit is probably the easiest
> method.
>
Can you give me a hint or two about getting lilypondtool to work with OSX?
I'm an OSX newbie, and I haven't been able to get lilypondtool to work
properly.
Thanks,
Carl
I would also add that lilypondtool with jedit is probably the easiest
method.
Am 25.07.2008 um 03:52 schrieb Carol Viera:
Hi,
I'm on Mac OS X version 10.5.4 Leopard (Intel processor) and the
menu for the Lilypond app has nothing on it but the Lilypond item.
Yes, I downloaded the script
2008/7/26 notesetter <[EMAIL PROTECTED]>:
>
> Is there an Ubuntu package for LilyPond? Suppose I'm using LilyPond 2.10.33
> and want to upgrade to the latest (development) branch. Is there a "software
> source" I can type in and then have the latest version downloaded and
> installed via synaptic?
2008/7/26 Jay Anderson <[EMAIL PROTECTED]>:
> I've rewritten it from scratch below where it uses the lengths of the
> input notes and works with chords. It still has problems (dynamics
> doubled, tuplets or nested structures don't work), but I'll try to
> explain it.
Great! LSR, anyone?
:-)
Chee
2008/7/24 Trevor Daniels <[EMAIL PROTECTED]>:
> But you were
> right originally, this is either a bug or LilyPond
> is overly sensitive.
Greetings Trevor,
I've re-re-read the whole discussion a few times, but I can't manage
to understand the issue clearly enough to make a proper bug-report
(been
On Sat, Jul 26, 2008 at 1:56 AM, Dominic Neumann <[EMAIL PROTECTED]> wrote:
> Hi Jay,
>
> nice example! But I think it would be even better if I could write
> \brokenoctaves #1 { c4 d e f g8 a b c } meaning that the function also
> recognizes the durations of the notes.
> Maybe you could be so kind
I don't have much time to respond, but he easy way is to download the
PPC version, and run it using the command line options. Directions are
in the Application Usage for command line usage specific to Mac OSX.
Am 25.07.2008 um 03:52 schrieb Carol Viera:
Hi,
I'm on Mac OS X version 10.5.4 L
Hi,
I'm on Mac OS X version 10.5.4 Leopard (Intel processor) and the menu
for the Lilypond app has nothing on it but the Lilypond item. Yes, I
downloaded the script editor which i tried to run (result) but nothing
happened, having input the filename, without the .ly from the text
editor,
Hi,
My mail probably belongs better to the user list so I post it there...
Trevor Daniels wrote:
It's not clear what you are trying to achieve here,
as the ties without the override look ok.
I don't know about Marco's intentions but I once had a similar case. I
got around by using both slurs
> What I want: When there is only once voice, the stems should behave as
such.
Have you try to include the \stemNeutral and \tieNeutral functions in your
voice? and then \stemUp \tieUp when the second voice (bass?) is again
visible?
--
View this message in context:
http://www.nabble.com/Variabl
On Sat, 2008-07-26 at 02:14 -0700, Jordan Eldredge wrote:
> Thank you.
>
> Firstly, I understand why my method does not work. I guess what I am
> asking for is a different method.
Try this:
\version "2.10.25"
\relative c'' {
r4 d4 c |
|
2
<< {
\voiceOne g2
} \
\oneVoice is still your friend, though.
Am 26.07.2008 um 11:14 schrieb Jordan Eldredge:
Thank you.
Firstly, I understand why my method does not work. I guess what I am
asking for is a different method.
Secondly, thanks!
Here is updated example code.
\version "2.10.25"
aVoice = \relative
Thank you.
Firstly, I understand why my method does not work. I guess what I am asking
for is a different method.
Secondly, thanks!
Here is updated example code.
\version "2.10.25"
aVoice = \relative c'' {r4 d4 c | |
2 g}
anotherVoice = \relative c'' {s1 | s1 | s2 d,4 bes}
<<{\aVoice} \\
Hi Jay,
nice example! But I think it would be even better if I could write
\brokenoctaves #1 { c4 d e f g8 a b c } meaning that the function also
recognizes the durations of the notes.
Maybe you could be so kind to explain how your functions work. Then we
could also learn from it and possibly impr
2008/7/26 Jordan Eldredge <[EMAIL PROTECTED]>:
>
> What I want: When there is only once voice, the stems should behave as such.
> In measures where there are two voices, the stems should be dependent on
> voice.
Firstly, you see one voice, but two voices exist. So, first voice is
voice One in a po
33 matches
Mail list logo