Dear Stephen (and all),
Il 19/05/2015 06:04, Stephen MacNeil ha scritto:
Luca
>could you post a snippet? I'd be very interested in see the code...
[...]
I posted it on
http://mglessons.com/lilypond/
you're right: I tried to set minimum-lenght to 0.0 in your code, and I
could actually shorten
On 23 May 2015, at 12:51, Nick Payne wrote:
> On 23/05/2015 21:24, Damian leGassick wrote:
>> \version "2.18.0"
>>
>>
>> #(define-markup-command (sd layout props sdnum) (markup?)
>> #:properties ((baseline-skip 0.5))
>> "Put a number with a carat above the note."
>> (interpret-markup layo
On 23 May 2015, at 13:11, Klaus Blum wrote:
> Hi Damian,
>
> aah, Nick was faster than me... :-)
>
> The easiest way I've found would be this:
>
> % ---
> \version "2.18.0"
>
> #(define-markup-command (sd layout props sdnum) (markup
> On 23 May 2015, at 23:19, Gianmaria Lari wrote:
>
> Yes! Thank you Peter (and Urs), I think now it's clear
>
> Lilypond use a "postfix" syntax. To apply a function 'f' to the note 'a' the
> lilypond syntax is "a \f" and not viceversa. Because the open parenthese is
> like a function (a f
Gianmaria Lari writes:
> Yes! Thank you Peter (and Urs), I think now it's clear
>
> Lilypond use a "postfix" syntax. To apply a function 'f' to the note 'a' the
> lilypond syntax is "a \f" and not viceversa. Because the open parenthese is
> like a function (a function that marks the first it
Hi Joram,
Hi Nathan,
This seems to work automatically:
\version "2.19.20"
\new PianoStaff
\with {
\override SystemStartBrace.stencil =
#(lambda (grob)
(let* ((scale-amount 0.2)
(stil (ly:system-start-delimiter::print grob))
(scaled-stil (ly:st
Hmmm... AFAIK there is no way to use properties like you can do with
"define-markup-command".
Maybe someone with a deeper knowledge than me can chime in here? :)
At least, I found a way to call the function without using the carat:
% --
Anybody who lives within reach of Essen may be interested to know that
tomorrow, Monday there will be the first performance of Oskar Fried's
"Das trunkne Lied" for which we have created new performance material
over the last year (see also
http://lilypondblog.org/category/productions/das-trunkn
Ok, thanks for the feedback. I went with "thickness" and 12 instead of 24 for
angle-increments. I've submitted a patch for review.
http://code.google.com/p/lilypond/issues/detail?id=4418&colspec=ID%20Type%20Status%20Stars%20Owner%20Patch%20Needs%20Summary
-Paul_
Correction: the concert starts at 6PM.
Am 24. Mai 2015 19:16:12 MESZ, schrieb Urs Liska :
>Anybody who lives within reach of Essen may be interested to know that
>tomorrow, Monday there will be the first performance of Oskar Fried's
>"Das trunkne Lied" for which we have created new performance m
I would like to get the notes grouped in the file as "original.png", but my
best result is what you can see in the file "myresult.png" with the
following code:
\tuplet 3/2 {b[[( d b]} a b)]
What is my mistake? I can't see where I wrong.
___
lilypond-use
Am 24.05.2015 um 20:52 schrieb Marco Bagolin:
I would like to get the notes grouped in the file as "original.png",
but my best result is what you can see in the file "myresult.png"with
the following code:
\tuplet 3/2 {b[[( d b]} a b)]
What is my mistake? I can't see where I wrong.
You can
Is it possible to use more of one line to write the copyright on the first
page?
for example:
(C) 2015 - Marco Bagolin
All Rights Reserved
- This is my personal copy -
I tried to use the following code:
*copyright = \markup{ \line {(C) 2015 - Marco
Bagolin} \l
Hi Marco,
yes, just try:
%
\header {
tagline = ##f
copyright = \markup \center-column {
"(C) 2015 - Marco Bagolin"
"All Rights Reserved"
"- This is my personal copy -"
}
}
\score {g'}
% --
Dear friends,
I just released Frescobaldi 2.18.1 in the wild, a maintenance
release containing bug fixes, small improvements and translation
updates.
Homepage: www.frescobaldi.org
Download: www.frescobaldi.org/download
It is recommended to upgrade python-ly to version 0.9.2, which contains
addit
Hi Marco,
you can find the information here:
http://www.lilypond.org/doc/v2.18/Documentation/notation-big-page.de.html#setting-automatic-beam-behavior
This is a snippet about that subject:
http://lsr.di.unimi.it/LSR/Item?id=520
Cheers,
Klaus
--
View this message in context:
http://lilypond
Hi Wilbert,
there is something I need to say about Frescobaldi:
For several reasons, I'm stuck in the world of Windows. However, I've always
checked out some interesting Linux software on separate partitions or
virtual PCs. Very soon, Frescobaldi became the most important of them.
And I remembe
Hi Marco,
How about:
\version "2.18.2"
\relative c'' {
\once\omit TupletBracket
\tuplet 3/2 { b16[( d \set stemRightBeamCount = #1 b }
\set stemLeftBeamCount = #1
a b)]
}
Cheers,
Pierre
2015-05-24 21:51 GMT+02:00 Klaus Blum :
> Hi Marco,
>
> you can find the information here:
>
> htt
On 5/23/15 11:59 PM, "pls" wrote:
>
>
>>
>> Maybe I should back the code back to where a barre will be indicated
>>only
>> if the fingers are specified in the chord, and no barre will be
>>generated
>> when an open chord is transposed. That would be a straightforward fix.
>> It would never gene
Does the Deutschlandradio Kultur have some sort of web cast?
And congratulations on the imminent performance. Too bad Oskar never
had a chance to hear it.
Shane
On Sun, May 24, 2015 at 2:25 PM, Urs Liska wrote:
> Correction: the concert starts at 6PM.
>
> Am 24. Mai 2015 19:16:12 MESZ, schrieb
On Sun, May 24, 2015 at 3:49 PM, Wilbert Berendsen wrote:
> Dear friends,
>
> I just released Frescobaldi 2.18.1 in the wild, a maintenance
> release containing bug fixes, small improvements and translation
> updates.
>
> Homepage: www.frescobaldi.org
> Download: www.frescobaldi.org/download
>
>
Am 25. Mai 2015 01:33:01 MESZ, schrieb Shane Brandes :
>Does the Deutschlandradio Kultur have some sort of web cast?
Yes. But I'll write properly about that.
>And congratulations on the imminent performance. Too bad Oskar never
>had a chance to hear it.
Oh, that's a misunderstanding. He did
Il giorno dom 24 mag 2015 alle 21:49, Wilbert Berendsen
ha scritto:
I just released Frescobaldi 2.18.1 in the wild, a maintenance
release containing bug fixes, small improvements and translation
updates.
When I click on Open LilyPond data directory nothing happens. What
should I expect to hap
... and this close the thread :) It couldn't be more clear David and it makes
perfectly sense.
Thanks a lot!!!
g.
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/slur-syntax-tp176928p177007.html
Sent from the User mailing list archive at Nabble.com.
_
24 matches
Mail list logo