On Mon, May 17, 2010 at 12:05 AM, flup2 wrote:
> Since a few versions (in the development branch, now 2.13.21), I get that
> kind of message while running converters included in Lilypond. This is the
> message shown when running midi2ly from the Terminal under Mac OS X
>
> Could not find platform
I would like to have a piano staff with one voice on the upper staff,
one voice on the lower staff and one voice automatically switching
between the two staffs.
Is it possible?
I tried this but without success:
\version "2.12.3"
\include "english.ly"
\score {
\new PianoStaff <<
When using lilypond-book to collect scores, I am noticing a sliver of
whitespace to the left of every system. This is causing slight
alignment irregularities with the text (the systems and text are not
flush against the left margin). I'm attaching a PDF of a system as
produced by lilypond book. I d
I'm not so good with the advanced options, can anyone help with how I use the
job-count option?
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
is this the same problem?
it happens with 2.12.3 as well as with 2.13.35
Last login: Sun Oct 10 17:05:44 on ttys001
ja?~$ midi2ly /Applications/SCOM\ 6.2.3/Output/Bcl\&p_1.mid
Traceback (most recent call last):
File "/Applications/LilyPond.app/Contents/Resources/bin/midi2ly", line 50, in
On Sun, Oct 10, 2010 at 8:43 PM, Valentin Villenave
wrote:
> New version. I'm not adding it to the LSR because I hope that
> http://code.google.com/p/lilypond/issues/detail?id=1318 will be
> addressed and make this kind of hacks irrelevant.
I meant http://code.google.com/p/lilypond/issues/detail?
On Mon, Sep 27, 2010 at 1:14 PM, Valentin Villenave
wrote:
> Basically, here's what I've been able to come up with: it's a dirty
> hack around the Fingering object.
New version. I'm not adding it to the LSR because I hope that
http://code.google.com/p/lilypond/issues/detail?id=1318 will be
addres
Something along these lines would also simplify the indicating of
barring with brackets in guitar music, which is much more economical of
space and notation than having a TextSpanner above the stave, and at the
moment usually requires a separate voice with hidden chords to which to
attach the
On Sun, Oct 10, 2010 at 10:25 PM, Nick Payne
wrote:
> Something along these lines would also simplify the indicating of barring
> with brackets in guitar music, which is much more economical of space and
> notation than having a TextSpanner above the stave, and at the moment
> usually requires a
Hi,
I have a score where a part has to be repeated more than 2 times. The repeated
part has no alternative. In this cas the number of volte isn't printed out since
there are no repeat brackets.
How should I proceed to have the number of volte (say "x4" for 4 volte) printed
out above the end-repea
Hello,
-Original Message-
From: lilypond-user-bounces+james.lowe=datacore@gnu.org on behalf of pini
Sent: Sun 10/10/2010 22:56
To: lilypond-user@gnu.org
Subject: Howto have the number of volte printed out above an end-repeat bar?
Hi,
I have a score where a part has to be repeated mo
you have to set countPercentRepeats to true.
http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Short-repeats#Short-repeats
\relative c'' {
\set countPercentRepeats = ##t
\repeat percent 4 { c1 }
}
On 10/10/2010
12 matches
Mail list logo