Martin Tarenskeen wrote
> [...] Shouldn't something frequently used like this be found in the
> snippets, or
> better still, included in LilyPond, instead of just in the mailinglist
> archives?
Done : http://lsr.di.unimi.it/LSR/Item?u=1&id=908
Cheers,
~Pierre
--
View this message in contex
2014-03-22 4:47 GMT+01:00 Joey Di Nardo :
> Does anyone know how to make a notehead a custom ascii character/s? Say,
> '+', '5', or '+5'?
>
See : http://lsr.di.unimi.it/LSR/Item?id=475
HTH
~Pierre
___
lilypond-user mailing list
lilypond-user@gnu.org
h
Does anyone know how to make a notehead a custom ascii character/s? Say,
'+', '5', or '+5'?
Thanks,
Joey
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Lilyponders,
I am considering starting a Kickstarter project to engrave a major choral
work in LilyPond that is in the public domain. The idea is to raise funds
to pay for the LilyPond engraving, proofreading, contributor premiums, etc.
The LilyPond source would then be put into the public doma
Hi Wol,
>> \override Score.NonMusicalPaperColumn.line-break-permission = ##f
> m not met that.
>
> My first reaction though, is why would what appears to be a line-break
> setting affect the number of pages?
Sorry — should have been
\override Score.NonMusicalPaperColumn.page-break-perm
On 19/03/14 18:13, Kieren MacMillan wrote:
>> there is no setting that says "force everything onto one page, beauty be
>> damned"
>
> Does
>
> \override Score.NonMusicalPaperColumn.line-break-permission = ##f
>
> not work for you?
>
> Cheers, Kieren.
m not met that.
My first reactio
On Fri, 21 Mar 2014, Robin Bannister wrote:
\version "2.18.0"
simile = \markup { \bold \fontsize #1 \char ##x066A } % arabic
simileCN = \once \override ChordNames.ChordName #'text = #simile
\chords { c1:m | \simileCN c:m | \simileCN c:m | c:m }
O
Hi David,
2014-03-21 14:11 GMT+01:00 David Nalesnik :
>
> Where did you get this function?
>
see : http://lsr.di.unimi.it/LSR/Item?id=613
Cheers,
Pierre
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypo
Dear David,
thanks!
It helped!
2014-03-21 16:29 GMT+01:00 David Nalesnik :
> Hi Stefan,
>
>
> On Fri, Mar 21, 2014 at 9:56 AM, Stefan Thomas <
> kontrapunktste...@gmail.com> wrote:
>
>> Dear David,
>> thanks for Your help.
>> Could You pleade give me a hint, where I should insert the line:
>>
>
Hi Stefan,
On Fri, Mar 21, 2014 at 9:56 AM, Stefan Thomas
wrote:
> Dear David,
> thanks for Your help.
> Could You pleade give me a hint, where I should insert the line:
>
> (this-stil (if (null? this-stil) point-stencil this-stil))
>
Exactly where I put it in the quote from your code.
--Davi
Dear David,
thanks for Your help.
Could You pleade give me a hint, where I should insert the line:
(this-stil (if (null? this-stil) point-stencil this-stil))
2014-03-21 14:11 GMT+01:00 David Nalesnik :
> Hi Stefan,
>
>
> On Fri, Mar 21, 2014 at 6:00 AM, Stefan Thomas <
> kontrapunktste...@gmail
Hi Stefan,
On Fri, Mar 21, 2014 at 6:00 AM, Stefan Thomas
wrote:
> Dear community,
> I have a problem with the function
>
> hideCurvesFrom which I use sometimes.
>
Where did you get this function?
> When I compile the following snippet I get the error message:
>
> Drawing systems...bogenvorze
Great job, congratulations! I sang the bass section with a choir many years
ago. I absolutely love Palestrina's music.
Fulvio
2014-03-21 10:20 GMT+01:00 Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com>:
>
> Nice job Simon, congratulations !
> Cheers,
> ~Pierre
>
>
Hi Pierre. Urs, and all,
Thanks a lot!
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Am 21.03.2014 12:07, schrieb Venus' Wink:
Hi all,
Hou could I surpress displaying the time symbol
on the first measure?
\override Staff.TimeSignature.stencil = ##f
When you only want to suppress the _first_ time signature you can
prepend it with "\once"
Urs
Thanks.
2014-03-21 12:07 GMT+01:00 Venus' Wink :
> Hi all,
>
Hi Venus
>
> Hou could I surpress displaying the time symbol
> on the first measure?
>
\new Staff
\with { \omit TimeSignature }
{ c' 1 }
See also :
http://lilypond.org/doc/v2.18/Documentation/learning/tweaking-output
HTH
~Pierre
Hi all,
Hou could I surpress displaying the time symbol
on the first measure?
Thanks.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Dear community,
I have a problem with the function
hideCurvesFrom which I use sometimes.
When I compile the following snippet I get the error message:
Drawing systems...bogenvorzeichenkollision.ly:41:27: In procedure
ly:stencil-extent in expression (ly:stencil-extent this-stil 0):
bogenvorzeiche
Am 21.03.2014 11:06, schrieb Thomas Morley:
2014-03-21 10:44 GMT+01:00 Urs Liska :
Hi all,
I'm at a loss with the problem shown in the attachments.
I intend to engrave a piece with two pianos (actually a piano and a
synthesizer), where there are _many_ things going on between the two pianos.
T
2014-03-21 10:44 GMT+01:00 Urs Liska :
> Hi all,
>
> I'm at a loss with the problem shown in the attachments.
>
> I intend to engrave a piece with two pianos (actually a piano and a
> synthesizer), where there are _many_ things going on between the two pianos.
> The first is having grace notes or a
Martin Tarenskeen wrote:
look like Cm % % %
where the % is not really a percentage sign
How about the following?
\version "2.18.0"
simile = \markup { \bold \fontsize #1 \char ##x066A } % arabic
simileCN = \once \override ChordNames.ChordName #'text
Hi all,
I'm at a loss with the problem shown in the attachments.
I intend to engrave a piece with two pianos (actually a piano and a
synthesizer), where there are _many_ things going on between the two pianos.
The first is having grace notes or acciaccaturas in the "other" piano.
Writing it s
Nice job Simon, congratulations !
Cheers,
~Pierre
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Thomas Morley writes:
> 2014-03-20 13:41 GMT+01:00 David Kastrup :
>>
>> That's actually a different problem: you cannot attach articulations to
>> music events in variables. You can probably futz around this a bit by
>> using things like
>>
>> < $NoteA >\glissando
>>
>> but of course that only
24 matches
Mail list logo