Martin Tarenskeen writes:
> Hi,
>
> I made some small improvements and bugfixes in my python versions of
> "Mozart's Musikalisches Würfelspiel" for Lilypond and ABC.
>
> Lilypond users: Use stable version 2.14.2 or wait for
> 2.15.30. DiceWaltz 1.04 now uses articulate.ly to execute trills. This
Martin Tarenskeen writes:
> Hi,
>
> If I want to specify a tempo in my midi but not in my printed score,
> the docs tell me to do something like this:
>
> \score {
> ...music...
> \midi {
> \context {
> \Score
> tempoWholesPerMinute = #(ly:make-moment 72 4)
> }
> }
> }
Am 16.02.2012 22:53, schrieb Thomas Morley:
Hi Marc,
2012/2/14 Marc Hohl:
Hi Harm,
Do you want to bundle up your definitions in a patch
so they get included future versions of lilypond?
Thanks for your work on this!
Regards,
Marc
I don't know what I'm expected to do here and currently I've
On 17/02/12 18:41, Martin Tarenskeen wrote:
Hi,
If I want to specify a tempo in my midi but not in my printed score,
the docs tell me to do something like this:
\score {
...music...
\midi {
\context {
\Score
tempoWholesPerMinute = #(ly:make-moment 72 4)
}
}
}
IMO t
It seems to me that:
\transpose c f, { \music }
transposes down a perfect 5th?
--
Phil Holmes
- Original Message -
From: Jonghyun Kim
To: lilypond-user@gnu.org
Sent: Friday, February 17, 2012 4:26 PM
Subject: transpose with intervals?
Dear List,
lilypond version: 2
On 17 Feb 2012, at 16:26, Jonghyun Kim wrote:
> Dear List,
>
> lilypond version: 2.14.2
>
> How can I transpose with intervals?
>
> I WANT TO DO THIS:
> \transpose -5 {\music}
>
> note:-5 means five semitones, so it's perfect fifth.
>
> OR
> \transpose perfect-fifth {\music}
>
> Any suggest
Jonghyun Kim writes:
> Dear List,
>
>
> lilypond version: 2.14.2
>
> How can I transpose with intervals?
>
> I WANT TO DO THIS:
> \transpose -5 {\music}
>
> note:-5 means five semitones, so it's perfect fifth.
Uh, a perfect fifth are 7 semitones.
> OR
> \transpose perfect-fifth {\music}
>
> Any
Damian leGassick writes:
> \transpose c f, {\music} #perfect fifth down
>
> \transpose c g' {\music} #perfect fifth up
You might want to check your comment character...
--
David Kastrup
___
lilypond-user mailing list
lilypond-user@gnu.org
https://l
Thanks to useful tips!, but my concern is: how to transpose with
one-parameter, instead of two-parameters(x,y). I mean, \transpose needs 2
parameter, but I wanna put there only one parameter.
I know already, the "\transpose x y {\music}" is simple, but I want to put
there NUMBERS or INTERVAL NAMES
Jonghyun Kim writes:
> Thanks to useful tips!, but my concern is: how to transpose with
> one-parameter, instead of two-parameters(x,y). I mean, \transpose
> needs 2 parameter, but I wanna put there only one parameter.
>
> I know already, the "\transpose x y {\music}" is simple, but I want to
> p
>
> Message: 5
> Date: Fri, 17 Feb 2012 17:26:00 +0100
> From: Jonghyun Kim
> To: lilypond-user@gnu.org
> Subject: transpose with intervals?
> Message-ID:
>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Dear List,
>
> lilypond version: 2.14.2
>
> How can I transpose with intervals?
On 17 Feb 2012, at 17:11, David Kastrup wrote:
> Damian leGassick writes:
>
>> \transpose c f, {\music} #perfect fifth down
>>
>> \transpose c g' {\music} #perfect fifth up
>
> You might want to check your comment character...
>
> --
> David Kastrup
>
>
> _
Hi lilyponders!
How do you make this contemporary sign
Thanks!
--
oiram/bin/selom
Da ognuno secondo le proprie capacità ad ognuno secondo i propri bisogni.<>___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilyp
On Fri, Feb 17, 2012 at 2:03 PM, Mario Moles wrote:
> Hi lilyponders!
>
> How do you make this contemporary sign
>
> Thanks!
> --
>
> oiram/bin/selom
>
> Da ognuno secondo le proprie capacità ad ognuno secondo i propri bisogni.
>
>
> ___
> lilypond-user
In data venerdì 17 febbraio 2012 14:23:38, Nathan ha scritto:
> > https://lists.gnu.org/mailman/listinfo/lilypond-user
>
> \version "2.14.2"
>
> contempPath = #'((moveto 0.0 0.0)
> (curveto -1.1 1.1 -0.5 1.5 0.5 0.5)
> (lineto 1.1 1.1)
> (closep
2012/2/17 Damian leGassick :
> \transpose c f, {\music} #perfect fifth down
>
> \transpose c g' {\music} #perfect fifth up
Nearly there. Beware that pitchA and pitchB in \transpose pitchA
pitchB { \music } are given in absolute mode, therefore \transpose c g
already transposes a fifth up, while \
Hi David,
2012/2/17 David Nalesnik :
>
> Anyway, I hope this might be of use! I welcome any comments, suggestions
> for improvement.
>
> Best,
> David
>
I had only time for a quick first look: great!!!
Thanks a lot,
Harm
___
lilypond-user mailing
Hi David,
2012/2/17 David Kastrup :
> LilyPond's "snippets" is not the same as LSR. They are maintained in
> the LilyPond repository as part of the docs and kept up to date
> http://lilypond.org/doc/v2.15/Documentation/snippets/index.html>.
>
OK, I misunderstood Jean-Alexes.
But then I asked m
On Sat, Feb 18, 2012 at 01:06:18AM +0100, Thomas Morley wrote:
> Following the link to 7.2 Adding and editing snippets I read:
> "If the new snippet uses new features that are not available in the
> current LSR version, the snippet should be added to
> ‘Documentation/snippets/new’ and a reference s
Hi Carl,
On Thu, Feb 16, 2012 at 6:56 PM, Carl Sorensen wrote:
>
> Way cool! This is a sketch for how one would go about adding a new grob
> to LilyPond in a modular fashion.
>
Thank you. I'm in the process of adding custom properties to the grob
after the model of define-grob-properties.scm
Hi Graham,
2012/2/18 Graham Percival :
> Unfortunately nobody has organized updating LSR to 2.14, so there
> will be more and more cases where users want to help but don't
> have a realistic way to do so. This is certainly regrettable, but
> I've been sounding the alarm about this for many month
Hi,
the not upgraded LSR is a pain in the neck.
> I can't offer to _organize_ updating the LSR, but I'd offer the help a
> normal user like me is able to do.
> Let me know what I can do.
>
As a normal user: me too. How can I help?
-David
___
lilypond-
Hi Eluze,
2012/2/17 -Eluze :
> LilyPond's standard headers/footers seem not to cover the possibilities of
> the snippet mentioned - should this become the standard?
the current default is that you can catch the bookHeader-variables
with page-headers/footers but not from the scoreHeader. In many
Hello
On 18 Feb 2012, at 00:25, Graham Percival wrote:
> On Sat, Feb 18, 2012 at 01:06:18AM +0100, Thomas Morley wrote:
>> Following the link to 7.2 Adding and editing snippets I read:
>> "If the new snippet uses new features that are not available in the
>> current LSR version, the snippet shou
Nathan writes:
> \version "2.14.2"
>
> contempPath = #'((moveto 0.0 0.0)
> (curveto -1.1 1.1 -0.5 1.5 0.5 0.5)
> (lineto 1.1 1.1)
> (closepath))
>
> #(define-markup-command (contempSignMarkup layout props) ()
>(interpret-markup layout props
>
David Kastrup writes:
> Nathan writes:
>
>> \version "2.14.2"
>>
>> contempPath = #'((moveto 0.0 0.0)
>> (curveto -1.1 1.1 -0.5 1.5 0.5 0.5)
>> (lineto 1.1 1.1)
>> (closepath))
>>
>> #(define-markup-command (contempSignMarkup layout props) ()
>>
26 matches
Mail list logo