And you can/should of course put most of such a template in an include file.
So you
A) don't duplicate code unnecessarily
B) can change the setting and have this be reflected through all your scores and
C) have nice small files for the actual piece.
Best
Urs
--
Diese Nachricht wurde von meinem An
On 5/8/12 8:27 AM, "joannesmith" wrote:
>
>Hello to all.
>We are in the process of making our own hymn books (we use shape notes).
>We
>have about 450 hymns that are in paper format right now (copied, pasted,
>written on, sloppy, taped, marked, etc.) and I have the job of making them
>all look ni
On 12-05-08 08:29 PM, Colin Campbell wrote:
Here is a template I modified, and I apologise to the author of the
rehearsalMidi function, as I cannot remember where I found it.
Discussion of the template is *so* much easier when it is actually
present in the reply!
\version "2.15.34"
\lan
On 12-05-08 05:51 PM, David Kastrup wrote:
joannesmith writes:
We are in the process of making our own hymn books (we use shape notes). We
have about 450 hymns that are in paper format right now
[...]
Of course I am hoping for a somewhat easier program ... clicking and
dragging sounds very
Eluze gmail.com> writes:
> Am 08.05.2012 12:00, schrieb Roman Stawski:
> >
> > Does anyone have an idea how to get an error free compile and the bar lines
> > spanning.
>
> from 2.15.27 there will be no more error message for that!
Thank you Eluze. I wasn't sure whether there wasn't an actual e
Hi David,
thanks for the new 'delivery'.
I copied it to my project folder, but it's too late now here to
investigate it (has to wait for tomorrow).
I'm really looking forward to making all this available in a structured
way (although it will surely take some time).
Experience working with your
- Original Message -
From: "Urs Liska"
To: lilypond-user@gnu.org
Sent: Wednesday, May 9, 2012 8:12:07 AM
Subject: Re: Too complicated and time consuming ...
Am 08.05.2012 16:27, schrieb joannesmith:
> Hello to all.
> We are in the process of making our own hymn books (we use shape notes
joannesmith writes:
> We are in the process of making our own hymn books (we use shape notes). We
> have about 450 hymns that are in paper format right now
[...]
> Of course I am hoping for a somewhat easier program ... clicking and
> dragging sounds very appealing to me right now! Does any suc
Hi Urs,
Hi David,
> as promised I tried out your updated function(s).
> Well, you can't call this a complete test suite, but it seems to work
> perfectly. Many thanks.
> Attached is a version showing that it also/still works with phrasingSlurs.
>
> I find the warnings very useful. I assume it is
On 5/8/12 10:48 , Christopher Webster wrote:
Is there a recommended way of adjusting TabStaff output so that the
note-heads (fret indications) appear _above_ rather than _on_ the lines
representing the strings, please? This would make it more closely
resemble English renaissance lute tablature, a
* 2012-05-08 11:46 +0200 Jan Kohnert:
> Am 2012-05-08 11:31, schrieb Urs Liska:
> > I would like to write a script that allows me to compile all .ly
> > files in one run.
>
> [...]
>
> This would be a bash solution:
>
> for dir in $(find . -maxdepth 1 -type d -regex "^\.\/[0-9].*$"); do
> cd {
Am 08.05.2012 16:27, schrieb joannesmith:
Hello to all.
We are in the process of making our own hymn books (we use shape notes). We
have about 450 hymns that are in paper format right now (copied, pasted,
written on, sloppy, taped, marked, etc.) and I have the job of making them
all look nice. A
Am 08.05.2012 11:46, schrieb Jan Kohnert:
Hi,
Am 2012-05-08 11:31, schrieb Urs Liska:
I would like to write a script that allows me to compile all .ly
files in one run.
[...]
in a form like
for dir in [get me all directories starting with a number]
do
cd $dir
lilypond *.ly
cd ..
done
Thi
* 2012-05-08 20:01 +0200 worshipgeek:
> Recently, I've noticed that Lilypond has begun automatically listing
> N.C. every time I have put a rest in for a chord. Often I would use
> this as a way to get around tricky rhythms, but now I've got N.C.s
> scattered all over my music. Is there a way to
Am 08.05.2012 12:00, schrieb Roman Stawski:
Does anyone have an idea how to get an error free compile and the bar lines
spanning.
Thanks for any help
from 2.15.27 there will be no more error message for that!
Eluze
___
lilypond-user mailing list
On Tue, May 08, 2012 at 07:27:11AM -0700, joannesmith wrote:
> A friend suggested lilypond. I appreciate all that lilypond
> can do, but I find that it is taking a painful amount of time
You might prefer:
http://musescore.org/
and I have heard good reports of Noteworthy:
http://www.notewor
Use 'S' instead of a rest. It will leave a blank area.
(Sorry -- I have to top post from my phone. )
Peter Wannemacher
--Original Message--
From: worshipgeek
Sender: lilypond-user-bounces+peter=mainegeek2go@gnu.org
To: lilypond-user@gnu.org
Subject: N.C. symbol in chordNames
Sent: Ma
Recently, I've noticed that Lilypond has begun automatically listing N.C.
every time I have put a rest in for a chord. Often I would use this as a
way to get around tricky rhythms, but now I've got N.C.s scattered all over
my music. Is there a way to disable this behavior?
--
View this message
Hello to all.
We are in the process of making our own hymn books (we use shape notes). We
have about 450 hymns that are in paper format right now (copied, pasted,
written on, sloppy, taped, marked, etc.) and I have the job of making them
all look nice. A friend suggested lilypond. I appreciate all
Is there a recommended way of adjusting TabStaff output so that
the note-heads (fret indications) appear _above_ rather than _on_
the lines representing the strings, please? This would make it
more closely resemble English renaissance lute tablature, and I
have a particular piece of transcript
Hello people
I've come across a problem in 2.15.24 which I don't /believe/ existed in earlier
2.15 versions (although I haven't checked and I couldn't say when it appeared)
---
\version "2.15.24"
\new ChoirStaff \with {
\consists Span_bar_engraver
} {
\new Staff = mai
Hi,
Am 2012-05-08 11:31, schrieb Urs Liska:
I would like to write a script that allows me to compile all .ly
files in one run.
[...]
in a form like
for dir in [get me all directories starting with a number]
do
cd $dir
lilypond *.ly
cd ..
done
This would be a bash solution:
for dir in $(f
I am trying to create a .png file from a LilyPond score. I am running
Windows XP. I'm getting an error about pngtopnm.
Is it part of LilyPond? Should I have it as part of the install?
Below is my run output.
Thank you,
Chris Crossen
C:\ScoreWork\data>lilypond -dbackend=eps -dno-g
Peter O'Doherty writes:
> On 05/08/2012 12:08 PM, David Kastrup wrote:
>> Peter O'Doherty writes:
>>
>>> Using lilypond version 2.14.2 I'm getting the following error.
>>>
>>> Drawing systems...lilypond: ../flower/include/drul-array.hh:35: T&
>>> Drul_array::at(Direction) [with T = double]: Asse
On 05/08/2012 12:08 PM, David Kastrup wrote:
Peter O'Doherty writes:
Using lilypond version 2.14.2 I'm getting the following error.
Drawing systems...lilypond: ../flower/include/drul-array.hh:35: T&
Drul_array::at(Direction) [with T = double]: Assertion `d == 1 || d
== -1' failed.
^CAborted (
Urs Liska writes:
> Please excuse if I post a linux question here, but I'd prefer not to
> have to find a dedicated forum and subscribe there first ...
>
> I have a project with more than two dozens of lilypond scores. For
> several reasons I have them in individual files which I can't \include
>
Peter O'Doherty writes:
> Using lilypond version 2.14.2 I'm getting the following error.
>
> Drawing systems...lilypond: ../flower/include/drul-array.hh:35: T&
> Drul_array::at(Direction) [with T = double]: Assertion `d == 1 || d
> == -1' failed.
> ^CAborted (core dumped)
>
> It's caused by a pie
Am 08.05.2012 11:46, schrieb Jonas Olson:
On 2012-05-08 11:31, Urs Liska wrote:
cd 01_01_...
lilypond *.ly
cd ..
cd 01_02_...
..
in a form like
for dir in [get me all directories starting with a number]
do
cd $dir
lilypond *.ly
cd ..
done
Perhaps like so:
for dir in [0-9]*/;
do
cd $dir
Am 08.05.2012 11:36, schrieb m...@apollinemike.com:
On 8 mai 2012, at 11:31, Urs Liska wrote:
Please excuse if I post a linux question here, but I'd prefer not to have to
find a dedicated forum and subscribe there first ...
I have a project with more than two dozens of lilypond scores. For se
On 2012-05-08 11:31, Urs Liska wrote:
cd 01_01_...
lilypond *.ly
cd ..
cd 01_02_...
..
in a form like
for dir in [get me all directories starting with a number]
do
cd $dir
lilypond *.ly
cd ..
done
Perhaps like so:
for dir in [0-9]*/;
do
cd $dir
lilypond *.ly
cd -
done
Jonas O
On 8 mai 2012, at 11:31, Urs Liska wrote:
> Please excuse if I post a linux question here, but I'd prefer not to have to
> find a dedicated forum and subscribe there first ...
>
> I have a project with more than two dozens of lilypond scores. For several
> reasons I have them in individual file
Please excuse if I post a linux question here, but I'd prefer not to
have to find a dedicated forum and subscribe there first ...
I have a project with more than two dozens of lilypond scores. For
several reasons I have them in individual files which I can't \include
in a master file.
I would
Using lilypond version 2.14.2 I'm getting the following error.
Drawing systems...lilypond: ../flower/include/drul-array.hh:35: T&
Drul_array::at(Direction) [with T = double]: Assertion `d == 1 || d
== -1' failed.
^CAborted (core dumped)
It's caused by a piece of code in a big score and the er
33 matches
Mail list logo