On Wed, 2008-03-12 at 17:01 +, robcanning wrote:
> yup - some great stuff there of course - would be nice to see it all
> strung together in a real life situation - maybe some one has made
> complex scores ala ferneyhough using lilypond? just as an inspiration /
> show off ... - would be a
Hello together,
since a couple of month I'm using lilypond and I like it more and more.
For my lessons ( I'm teaching viola) I often need to combine various
small pieces on a single page. How to do that?
Each one of this file.ly is looking like:
\version ...
\header { ...}
upperVoice = \rela
Section 3.1.3 of the manual talks about this, but really, all you need
is a file with that includes all of the files you want to include in
order.
\include "file01.ly"
\include "file02.ly"
On 13.03.2008, at 11:23, Steffen Pfundmaier wrote:
Hello together,
since a couple of month I'm using
I'm using the forget accidental scheme at the moment in a piece, but ideally
I would prefer some scheme whereby all sharpened or flattened notes were
given accidentals, but also all natural notes that followed
sharpened/flattened notes of the same letter would get naturals put in
automatically.
So
A big problem that several people I know have had with finale and the like
is that of implementing time-space notation.
The proportional notation setting in lilypond is close to this, but has the
problem for people who want to use time-space notation that it only works on
a bar-by-bar basis, when
Stephen, Try the exclamation mark:{ c! cs! cs c! } To change the style
globally, see
http://lilypond.org/doc/v2.11/Documentation/user/lilypond-big-page#Automatic-accidentals. Oscar "Stephen
Lavelle" <[EMAIL PROTECTED]> schreef:
>I'm using the forget accidental scheme at the moment in a piece, but
>
Dear all,
I am having problems in installing lilypondtool in Jedit. I am using
Ubuntu Studio. I downloaded jedit 4.3 pre 11 and jedit 4.3 pre 9. Both
versions of jedit says that Lilypondtools requires version 4.0.0 or
above of Templates Plugin, so lilypondtool cannot be loaded. But when I
try
El Thu, 13 Mar 2008 10:16:02 +
Mark Knoop <[EMAIL PROTECTED]> escribió:
> Attached FYI is the source for some excerpts from the second movement
> of Opus Contra Naturam...
thanks for sharing this excerpt, i found many things to learn.
but could you please clarify this part of the code? :
The best workaround until LilyPondTool 2.10.5 is released to the jEdit
plugin repository is the following:
- get jEdit4.3pre12
- Install LilyPondTool from the plugin manager
- Exit jEdit
- get http://lilypondtool.organum.hu/LilyPondTool.jar and put this file
instead of the one downloaded by jEdi
Thanks for so fast answer, but there is no such option (lilypondtool) in
plugin manager of version 4.3pre12.
Hugo
Bertalan Fodor (LilyPondTool) escreveu:
The best workaround until LilyPondTool 2.10.5 is released to the jEdit
plugin repository is the following:
- get jEdit4.3pre12
- Install Lil
I wrote:
> try e.g.
> {
> c4-\tweak #'color #red -\prall
> }
>
but this works as well, of course :-)
{
\once \override Script #'color = #red
c4\prall
}
best regards,
Wilbert Berendsen
--
LilyKDE, LilyPond for KDE: http://lilykde.googlecode.com/
New in LilyKDE-0.4.5: Hyphenation and setti
James E. Bailey wrote:
Section 3.1.3 of the manual talks about this, but really, all you need
is a file with that includes all of the files you want to include in
order.
\include "file01.ly"
\include "file02.ly"
Well, this is almost true. However, if you want a separate title on each
piece,
luis jure wrote:
El Thu, 13 Mar 2008 10:16:02 +
Mark Knoop <[EMAIL PROTECTED]> escribió:
Attached FYI is the source for some excerpts from the second movement
of Opus Contra Naturam...
thanks for sharing this excerpt, i found many things to learn.
but could you please clarify t
On Thu, 13 Mar 2008 09:43:52 -0300
Hugo Ribeiro <[EMAIL PROTECTED]> wrote:
> ... but there is no such option (lilypondtool) in
> plugin manager of version 4.3pre12.
Start by installing one of the earlier versions of jEdit -- I used pre9, but it
probably works the same for pre11.
In the Plugin
Stephen Lavelle skrev:
So { c cs cs c } would, when rendered, have a sharps on the two middle
notes, and a natural on the fourth.
Something like this:
\version "2.10.20"
myAccidentals = {
\set Staff.autoAccidentals = #'(
Staff
(same-octave . -1)
(same-octave . 0) )
Rune Zedeler skrev:
Something like this:
Btw, notice that this will probably break in 2.12 - but will be easily
repaired.
-Rune
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Mats Bengtsson wrote:
Why not use the official documentation?
http://lilypond.org/doc/v2.11/Documentation/user/lilypond-internals/item_002dinterface#item_002dinterface
I did look up in the index to _lilypond-internals_ and could find
anything very relevant. How does one find the page that
Copied to the list for future clarity.
On Thu, 13 Mar 2008 11:22:48 -0300
Hugo Ribeiro <[EMAIL PROTECTED]> wrote:
> ... when I write a
> simple example:
>
> { c d e f }
>
> and try to run lilypond, it says:
>
> "Error runing external command. See activity log about the problem"
I think you h
Ah, I set extraNatural to false (which isn't a detail I mentioned before),
and then (after remembering to put it in each voice) I get exactly what I
want. Fantastic.
Cheers,
Stephen
(sorry if this is the second copy I sent to you dude; I've not used gmail
with mailing lists before )
On Thu, M
Stephen Lavelle skrev:
(after remembering to put it in each voice)
Ofcourse, if you want it globally, you can do the setting once and for
all in the layout-block:
\version "2.10.20"
\layout {
\context {
\Staff
autoAccidentals = #'( Staff (same-octave . -1) (same-octave . 0) )
e
El Thu, 13 Mar 2008 14:21:43 +0100
Mats Bengtsson <[EMAIL PROTECTED]> escribió:
> See
> http://lists.gnu.org/archive/html/lilypond-user/2007-08/msg00533.html
> with all follow-ups for the discussion behind this LSR example.
thanks for the link. my problem was that i had found this (user
manual,
On Thu, Mar 13, 2008 at 4:24 AM, Stephen Lavelle <[EMAIL PROTECTED]> wrote:
> A big problem that several people I know have had with finale and the like
> is that of implementing time-space notation.
>
> The proportional notation setting in lilypond is close to this, but has
> the problem for peop
2008/3/12, luis jure <[EMAIL PROTECTED]>:
> are the rest of you experiencing this?
Yes; it's a known bug that is (hopefully) gonna be fixed as soon as
Sebastiano the main (and only) LSR developer has a minute to do so.
However, two things:
- the LSR search function is still active (the relevant
23 matches
Mail list logo