On Wed, 7 Nov 2012, Martin Tarenskeen wrote:
Hi,
if I do
when creating a midi file normally no problems.
But if I use articulate.ly, the chord is not tied in the midi output. I can
hear it played twice.
To answer my own question
This is a known problem - issue 1749
--
MT
_
% Hi people,
% here's what i want to do:
<<
{
\overrideProperty #"Score.NonMusicalPaperColumn"
#'line-break-system-details #'((alignment-distances . (30)))
a a a a
}
{ b b b b }
>>
% the override is very long, so i wanted to create a helper music
function. I tried this
staff
David,
you've beaten me by a few minutes with answering the same :-)
> If you still think you would also like to contribute money, it is my
> opinion that the kind of development that I do might be worth making
> more sustainable.
Supporting David financially is certainly the way to go with mo
Mr. Payne:
Thank you for the solution and, especially, the documentation reference. It
helps me track down information.
Mark
From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org
[mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of
Nick Payne
Sent: Wednesday, Nove
On 8/11/2012 2:46 PM, Mark Stephen Mrotek wrote:
Fellow Users:
Please look at this:
\version "2.16.0"
global = {
\key a \minor
\time 4/4
}
rightOne = \relative c'' {
\global
r8 a a a b b b16 c d b | c8 b16 c a8 b c b c d | e b-1 e4~-4 e8 dis16
cis dis e fis dis |
e4. d16 c b8-1
On Wed, Nov 7, 2012 at 2:28 PM, Gilles wrote:
>
>
>> Is it possible to extract individual notes from the music passed to a music
>> function, e.g.:
>> \myFunction { c d e f }
>> Within myFunction, can I do something like
>> car notes
>> cdr notes
>
>
> Here is a kind of template, but i am not abs
Thank you. Works perfectly.
Mark
-Original Message-
From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org
[mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of
Michael Rivers
Sent: Wednesday, November 07, 2012 8:14 PM
To: lilypond-user@gnu.org
Subject: Re: uncentered
Use R1 instead of r1.
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/uncentered-rests-tp135995p135996.html
Sent from the User mailing list archive at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lis
Fellow Users:
Please look at this:
\version "2.16.0"
global = {
\key a \minor
\time 4/4
}
rightOne = \relative c'' {
\global
r8 a a a b b b16 c d b | c8 b16 c a8 b c b c d | e b-1 e4~-4 e8 dis16 cis
dis e fis dis |
e4. d16 c b8-1 a-2 b-1 e16-5 d |
}
rightTwo = \relative c''
Well said. :)
-
composer | sound designer
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Adding-a-clef-mid-measure-tp135945p135994.html
Sent from the User mailing list archive at Nabble.com.
___
lilypond-user mailing list
At the risk of getting ever-so-slightly-off-topic:
My passion is not only composing but also the craft of music engraving.
Typesetting, that "classic" beautiful look. Sure, I've experimented with
SCORE way back when I was in college but, I never warmed up to it and
besides, there's something abo
soundsfromsound wrote Wednesday, November 07, 2012 11:09 PM
> LilyPond is simply incredible. I cannot believe how awesome it just keeps
> getting every time I turn around. Major thanks to all involved in the work
> of this software. I can't thank you all enough. You all are such great
> peop
LilyPond is simply incredible. I cannot believe how awesome it just keeps
getting every time I turn around. Major thanks to all involved in the work
of this software. I can't thank you all enough. You all are such great
people and it's a pleasure to share a love for music with you.
Ben
---
soundsfromsound writes:
> On a side note, is there any one way that everyone agrees is the "best" way
> to import MusicXML into Lilypond with the cleanest, most accurate conversion
> results?
Yes, absolutely there is.
1. Print the score (not the file, print the musical score) using the
other p
Wow! I'm also in awe, and grateful for your efforts. Great job.
In gratitude,
Ralph
On Tue, Nov 6, 2012 at 3:29 PM, Noeck wrote:
> Am 06.11.2012 23:24, schrieb Alberto Simões:
> > Hey
> >
> > It seems interesting/useful, but I can't understand a word :-)
> >
> > Cheers
> > ambs
>
> Sorry, I d
2012/11/6 David Kastrup :
> Thomas Morley writes:
[...]
>> Sorry, that I can't work on it. As soon as C++ is in the game, I'm not
>> able to play it.
>
> We still have the whitespace under meter thing. One can manually set a
> length for the staff lines, but that seems like cheating.
>
> --
> Dav
Is it possible to extract individual notes from the music passed to a
music function, e.g.:
\myFunction { c d e f }
Within myFunction, can I do something like
car notes
cdr notes
Here is a kind of template, but i am not absolutely sure it's what you
want.
myFunction
Below is the link to the code that will create square brackets for a single
staff.
http://lsr.dsi.unimi.it/LSR/Snippet?id=377
Is there a similar way to create square brackets that span an entire system?
___
lilypond-user mailing list
lilypond-user@gnu.o
Hello list,
Is it possible to extract individual notes from the music passed to a music
function, e.g.:
\myFunction { c d e f }
Within myFunction, can I do something like
car notes
cdr notes
etc.
to process the c, d, etc., individually? The argument can be arbitrarily
long.
Thanks,
Aleksandr
Thanks to both Reinhold and Noeck for their excellent help documents!
Guy
On 11/06/2012 06:25 PM, Reinhold Kainhofer wrote:
On 2012-11-06 23:14, Noeck wrote:
many years ago I made a cheat sheet for Lilypond, because I couldn't
remember all the syntax by heart. Now, after having used Lilypond f
Ok, I understand now. Sometimes MusicXML doesn't translate well coming into
LilyPond, and I agree with you - I should probably be more thorough with my
"housekeeping" after the import. :)
Often times, I find that the MusicXML import is quite different depending on
how I bring it in to LilyPond - f
Is it possible to create a custom expressive mark over noteheads (e.g.,
acute or grave accents)? Many thanks in advance.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
- Original Message -
From: "Janek Warchol"
To: "Werner LEMBERG"
Cc: "LilyPond Users" ; "Reinhold Kainhofer"
Sent: Wednesday, November 07, 2012 9:29 AM
Subject: Re: Lilypond cheat sheat
On Wed, Nov 7, 2012 at 7:21 AM, Werner LEMBERG wrote:
I think both cheat sheets nicely compl
Jan Nieuwenhuizen writes:
> David Kastrup writes:
>
>> A new _installation_ step was introduced since the previous one would
>> not work more than a few times and left traces in the system when
>> uninstalling that would eventually lead to failure.
>
> Who takes care of this new step?
>
>>> Great
Am 07.11.2012 10:55, schrieb Jan Nieuwenhuizen:
> Francisco Vila writes:
>
>> 2012/11/7 Jan Nieuwenhuizen :
>>> Well, doesn't that depend a bit upon how they are produced?
>>>
>>> We don't want to ship anything (binaries, PDFs, Gonville fonts,
>>> etc). without sources, and we also don't want to
Am 07.11.2012 11:01, schrieb Francisco Vila:
> 2012/11/7 Trevor Daniels :
>>
>> Noeck wrote Tuesday, November 06, 2012 11:29 PM
>>
>>> Sorry, I don't speak Portuguese, but I added an *English version*, which
>>> should make it readable for a wider community. Most of the text consists
>>> of Lilyp
yay! It was quick :)
Thank you :)
On 06/11/12 23:29, Noeck wrote:
Am 06.11.2012 23:24, schrieb Alberto Simões:
Hey
It seems interesting/useful, but I can't understand a word :-)
Cheers
ambs
Sorry, I don't speak Portuguese, but I added an *English version*, which
should make it readable for
Am 07.11.2012 11:02, schrieb Jan Nieuwenhuizen:
David Kastrup writes:
We arrive at our indentation using Emacs, but even if we deliver the
scripts for doing so, this does not mean we need to redistribute Emacs
as well.
There is a difference between build time and run time dependencies.
Even if
On Wed, Nov 7, 2012 at 9:18 AM, soundsfromsound
wrote:
> Sorry, yes you are right! I had pasted from an MusicXML conversion - I
> haven't edited anything out of it yet.
>
> Are you saying that this is somehow hindering me from being able to use a
> mid-measure clef change? I'm confused. How shou
On Wed, Nov 7, 2012 at 3:24 AM, soundsfromsound
wrote:
> Can someone weigh in and let me know if LilyPond offers similar slur
> parameters that can be controlled by the user? Or is this editing slightly
> limited?
You definitely want to know about \shape function. If you're using
development ve
David Kastrup writes:
> A new _installation_ step was introduced since the previous one would
> not work more than a few times and left traces in the system when
> uninstalling that would eventually lead to failure.
Who takes care of this new step?
>> Great. Also no trail was left in Git,
>
> T
David Kastrup writes:
> We arrive at our indentation using Emacs, but even if we deliver the
> scripts for doing so, this does not mean we need to redistribute Emacs
> as well.
There is a difference between build time and run time dependencies.
Even if libreoffice, like Emacs would obviously not
2012/11/7 Trevor Daniels :
>
> Noeck wrote Tuesday, November 06, 2012 11:29 PM
>
>> Sorry, I don't speak Portuguese, but I added an *English version*, which
>> should make it readable for a wider community. Most of the text consists
>> of Lilypond commands, though. There are some places where I am
Jan Nieuwenhuizen writes:
> Janek Warchoł writes:
>
>> i suppose relevant issue is here
>> http://code.google.com/p/lilypond/issues/detail?id=1948
>
> Interesting.
>
> So instead of FIXING that bug, a new bug was introduced by
> removing code.
A new _installation_ step was introduced since the p
Francisco Vila writes:
> 2012/11/7 Jan Nieuwenhuizen :
>> Well, doesn't that depend a bit upon how they are produced?
>>
>> We don't want to ship anything (binaries, PDFs, Gonville fonts,
>> etc). without sources, and we also don't want to add build dependencies
>> on, say, libreoffice?
>
> But we
David Kastrup writes:
> I usually try to remember when pushing changes to do one
>
> git commit --amend
>
> for the sake of adding "Issue : " in front of the commit message. I
> don't think many other bother, and my own success rate is probably below
> 70%.
Yes, that's quite nice. I like th
Jan Nieuwenhuizen writes:
> Janek Warchoł writes:
>
>> On Wed, Nov 7, 2012 at 7:21 AM, Werner LEMBERG wrote:
>>>
I think both cheat sheets nicely complement each other.
>>>
>>> What about adding both of them to the lilypond distribution?
>>
>> +1
>
> Well, doesn't that depend a bit upon how
2012/11/7 Jan Nieuwenhuizen :
> Well, doesn't that depend a bit upon how they are produced?
>
> We don't want to ship anything (binaries, PDFs, Gonville fonts,
> etc). without sources, and we also don't want to add build dependencies
> on, say, libreoffice?
But we could link to the various existin
Janek Warchoł writes:
> i suppose relevant issue is here
> http://code.google.com/p/lilypond/issues/detail?id=1948
Interesting.
So instead of FIXING that bug, a new bug was introduced by
removing code. Great. Also no trail was left in Git, which
leaves the risk of someone restarting that cycle
Janek Warchoł writes:
> On Wed, Nov 7, 2012 at 10:26 AM, Jan Nieuwenhuizen wrote:
>>
>> commit 917dab12e7a838f1f153e7c57fb921c0b19b9bc2
>> Author: Phil Holmes
>> Date: Fri Jan 6 17:23:15 2012 +
>>
>> Stops Windows PATH being changed
>>
>> Such messages, and this one in
Janek Warchoł writes:
> On Wed, Nov 7, 2012 at 7:21 AM, Werner LEMBERG wrote:
>>
>>> I think both cheat sheets nicely complement each other.
>>
>> What about adding both of them to the lilypond distribution?
>
> +1
Well, doesn't that depend a bit upon how they are produced?
We don't want to shi
On Wed, Nov 7, 2012 at 10:26 AM, Jan Nieuwenhuizen wrote:
>
> commit 917dab12e7a838f1f153e7c57fb921c0b19b9bc2
> Author: Phil Holmes
> Date: Fri Jan 6 17:23:15 2012 +
>
> Stops Windows PATH being changed
>
> Such messages, and this one in particular can annoy me immensly.
On Wed, Nov 7, 2012 at 7:21 AM, Werner LEMBERG wrote:
>
>> I think both cheat sheets nicely complement each other.
>
> What about adding both of them to the lilypond distribution?
+1
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gn
Nick Payne writes:
> Should the Lilypond install add the program directory to the path on
> Windows? I normally use LP on Linux, where it is in the path, but I
> just installed 2.17.6 on my notebook, which runs Windows 7 x64, and it
> isn't in the path - I can't open a command prompt and run "lily
Noeck wrote Tuesday, November 06, 2012 11:29 PM
> Sorry, I don't speak Portuguese, but I added an *English version*, which
> should make it readable for a wider community. Most of the text consists
> of Lilypond commands, though. There are some places where I am not sure
> if I found the correct
Sorry, yes you are right! I had pasted from an MusicXML conversion - I
haven't edited anything out of it yet.
Are you saying that this is somehow hindering me from being able to use a
mid-measure clef change? I'm confused. How should I proceed?
Thanks!
-
composer | sound designer
--
View
David Kastrup writes:
> soundsfromsound writes:
>
>> Hello,
>>
>> One last question for tonight please. I'm having trouble figuring out how
>> to insert a treble clef mid-measure. I keep getting an error message when I
>> try to insert the "\clef treble", but it works when I put it at the star
soundsfromsound writes:
> Hello,
>
> One last question for tonight please. I'm having trouble figuring out how
> to insert a treble clef mid-measure. I keep getting an error message when I
> try to insert the "\clef treble", but it works when I put it at the start of
> the measure (though that'
Noeck writes:
> ... I added an *English version*, which should make it readable for a
> wider community. Most of the text consists of Lilypond commands,
> though. There are some places where I am not sure if I found the
> correct translation.
>
> http://arsantiqua-karlsruhe.de/images/pdf/Lilypon
49 matches
Mail list logo