Wols Lists writes:
> On 19/08/18 00:34, David Kastrup wrote:
>> As any theoretical physicist will tell you, anything that involves
>> actual hardware also is maths.
>
> Are you telling me that maths PREscribes reality?
No. Reality's math is inseparable from reality. The Schrödinger
equation mo
Folks,
please have a look at the attached left hand piano staff image. I
need the following, very ugly code to write it with lilypond.
\relative c' {
\clef "bass"
\time 3/4
<< { 2. ~ |
\oneVoice\shiftOff \hideNotes 2 r4 \unHideNotes } \\
{ d!2. ~ |
\oneVo
On 2018-08-19 02:18, Werner LEMBERG wrote:
please have a look at the attached left hand piano staff image. I
need the following, very ugly code to write it with lilypond.
\relative c' {
\clef "bass"
\time 3/4
<< { 2. ~ |
\oneVoice\shiftOff \hideNotes 2 r4 \unHideNotes } \
>> \relative c' {
>> \clef "bass"
>> \time 3/4
>> << { 2. ~ |
>> \oneVoice\shiftOff \hideNotes 2 r4 \unHideNotes } \\
>>{ d!2. ~ |
>> \oneVoice\shiftOff 2. } \\
>>{ f4 e2 ~ |
>> \oneVoice\shiftOff \hideNotes 2 s4 \unHideNotes } >>
>> }
>
>
Werner LEMBERG writes:
> It essentially boils down to the fact that inter-voice ties (and
> slurs) would be tremendously helpful for notation of piano music.
>
> Does anyone know what obstacles prevent an implementation of such a
> feature?
Any reason you don't move the Tie/Slur engraver to Staf
>> It essentially boils down to the fact that inter-voice ties (and
>> slurs) would be tremendously helpful for notation of piano music.
>>
>> Does anyone know what obstacles prevent an implementation of such a
>> feature?
>
> Any reason you don't move the Tie/Slur engraver to Staff level if
> y
On 2018-08-19 10:04, Werner LEMBERG wrote:
The main difference is that the quarter note does not get its own
column.
Thanks for your try. Alas, the notation you are suggesting is not
standard in piano notation – the first quarter needs a separate stem.
As one infrequently bound to theory and
>> Thanks for your try. Alas, the notation you are suggesting is not
>> standard in piano notation – the first quarter needs a separate
>> stem.
>
> Back to the music at hand, I would propose challenging the notion
> that "the first quarter needs a separate stem". How absolute is
> this rule in
Hello,
Remember seeing a snippet that does, f stretto, for example.
Searched the users' archives and the snippet repository.
Maybe not using correct search terms.
Please assist.
Thank you,
Mark
___
lilypond-user mailing list
lilypond-user@
On 8/19/2018 8:21 PM, Mark Stephen Mrotek wrote:
Hello,
Remember seeing a snippet that does, *f */stretto/, for example.
Searched the users’ archives and the snippet repository.
Maybe not using correct search terms.
Please assist.
Thank you,
Mark
Mark,
There are a few different ways t
Hi Mark,
This may be what you are thinking of. This way makes a proper dynamic, not
just text markup.
Andrew
\version "2.19.82"
fstrettoText = \markup {
\center-align \line {
\hspace #0.1 f \normal-text \italic stretto
}
}
fstretto = #(make-dynamic-script fstrettoText)
{
c'4_\f
Thanks Andrew,
Does the job.
Mark
From: Andrew Bernard [mailto:andrew.bern...@gmail.com]
Sent: Sunday, August 19, 2018 6:18 PM
To: Mark Stephen Mrotek
Cc: lilypond-user Mailinglist
Subject: Re: align dynamic with text
Hi Mark,
This may be what you are thinking of. This way ma
Not only does it do the job, it's a proper dynamic and so has all the
properties of a dynamic. This can be useful. I have a library of 30 or 40
of these constructs for my work, like f poco, for example.
Andrew
On Mon, 20 Aug 2018 at 11:30, Mark Stephen Mrotek
wrote:
> Thanks Andrew,
>
>
>
> Do
On 8/19/2018 9:17 PM, Andrew Bernard wrote:
Hi Mark,
This may be what you are thinking of. This way makes a proper dynamic,
not just text markup.
Andrew
\version "2.19.82"
fstrettoText = \markup {
\center-align \line {
\hspace #0.1 f \normal-text \italic stretto
}
}
fstretto =
On 2018-08-19 18:42, Andrew Bernard wrote:
Not only does it do the job, it's a proper dynamic and so has all the
properties of a dynamic. This can be useful. I have a library of 30 or
40
of these constructs for my work, like f poco, for example.
Curious about make-dynamic-script and MIDI outp
On 8/19/2018 9:42 PM, Andrew Bernard wrote:
Not only does it do the job, it's a proper dynamic and so has all the
properties of a dynamic. This can be useful. I have a library of 30 or
40 of these constructs for my work, like f poco, for example.
Andrew
On Mon, 20 Aug 2018 at 11:30, Mark Ste
Thanks Ben,
Now I have three ways of doing it.
Must try and learn!
Mark
From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org]
On Behalf Of Ben
Sent: Sunday, August 19, 2018 5:45 PM
To: lilypond-user@gnu.org
Subject: Re: align dynamic with text
On 8/19/201
Dear Ben,
how about this version. It combines some of the already proposed features:
- mixes dynamic text symbols and text
- behaves like a dynamic script (DynamicText)
- centers the symbol on the note head
\version "2.19.80"
% combine dynamic as markup that looks like what you want it to look
18 matches
Mail list logo