Now I see. Smart idea!
Cheers,
Pierre
2016-02-07 23:31 GMT+01:00 Thomas Morley :
> 2016-02-07 12:13 GMT+01:00 Pierre Perol-Schneider
> :
> > 2016-02-05 10:38 GMT+01:00 Thomas Morley :
> >> - Doc-tag is removed. The way the bass-signs, "///a" etc, are done
> >> feels more like a workaround.
> >>
> On Jan 31, 2016, at 5:15 PM, Simon Albrecht wrote:
>
> I do think that it should be easier to override staff line thickness in a
> style sheet without changing other line thicknesses.
This would indeed be a good thing. In the meantime, this snippet shows a
possible workaround/hack:
http://
Hi, I really like this website :
http://lists.gnu.org/archive/html/lilypond-user/2011-05/msg00028.html where
they explain how to play a midi arpegio that don't play by default in midi
with Lilypond. I want to know if it's possible to program snear roll to
play in midi, the same way, with midi tag.
> On Feb 8, 2016, at 11:33 AM, Paul Morris wrote:
>
> To make things easier, I can imagine a user function that returns a list of
> line positions based on a thickness argument (and maybe optionally a line
> pattern list). So for a staff with a single line at position '(2) it would
> return '
Midi standard does not include a snare roll. Many drum programs
do include it but it's not standardized.
Immanuel
On Mon, Feb 8, 2016 at 6:39 PM, Steve Prud'Homme wrote:
> Hi, I really like this website :
> http://lists.gnu.org/archive/html/lilypond-user/2011-05/msg00028.html
> where they explai
Hi,
how can I write a dashed tie within a tuplet? In the following example
"\tieDashed" is ignored:
{
\tieDashed \tuplet 3/2 { c' ( e') g' }
}
Alternatively, a tilde also does not work:
{
\tieDashed \tuplet 3/2 { c' ~ e' g' }
}
Moreover, this yields the warning: unterminated tie.
Thanks in
Hi Gregor,
your first example doesn't work because what you have in the tuplet is
in fact not a tie but a slur. Thus, \slurDashed *does* work.
The second example does not work because ties only work between two
notes of the *same* pitch, therefore you get a warning about c not being
tied to
On Mon, Feb 8, 2016 at 2:58 PM, Gregor Giesen wrote:
> Hi,
>
> how can I write a dashed tie within a tuplet? In the following example
> "\tieDashed" is ignored:
>
> Thanks in advance,
> Gregor
Greetings, Gregor -
This is not a tie. It's a slur. This works :
%%%
{
\slurDashed \t
Gregor Giesen writes:
> how can I write a dashed tie within a tuplet? In the following example
> "\tieDashed" is ignored:
>
> {
> \tieDashed \tuplet 3/2 { c' ( e') g' }
> }
Because there is no tie in that example?
> Alternatively, a tilde also does not work:
> {
> \tieDashed \tuplet 3/2 { c
In this post :
http://lists.gnu.org/archive/html/lilypond-user/2011-05/msg00028.html
We transform what is seen like an arpegio in this :
\tag #'midi {
\set tieWaitForNote = ##t
\grace { ef16 ~ af ~ bf ~ ef ~ } 2
\unset tieWaitForNote
}
So we cheat. So it is possible cheat midi to
Steve,
On Mon, Feb 8, 2016 at 1:33 PM, Steve Prud'Homme [via Lilypond] <
ml-node+s1069038n187021...@n5.nabble.com> wrote:
> In this post :
> http://lists.gnu.org/archive/html/lilypond-user/2011-05/msg00028.html
> We transform what is seen like an arpegio in this :
>
> \tag #'midi {
> \set t
That won't sound like a roll, but like a machinegun :-)
If these things aren't prerecorded in your software it's really
hard to get a convincing roll.
Immanuel
On Mon, Feb 8, 2016 at 9:52 PM, tisimst wrote:
> Steve,
>
> On Mon, Feb 8, 2016 at 1:33 PM, Steve Prud'Homme [via Lilypond] <[hidden
> e
Hello:
I receive the warning "cannot resolve rest collision: rest direction not
set" when I compile the code listed below.
I tried to follow the recommendation in the attached post to avoid the
warning:
http://lilypond.1069038.n5.nabble.com/Resolving-quot-cannot-resolve-rest-col
lision-
How do I get the dotted half low a in voice 2 to overlay (blot out? I don't
know the proper terminology) the eighth low a in voice 1?
I searched the LSR, but came up empty, probably because I don't know the
proper lilypond terminology for this notation.
\new Staff
\relative c'' {
On 2016-02-08 19:27, Charles O. Lawrence wrote:
How do I get the dotted half low a in voice 2 to overlay (blot out? I
don't know the proper terminology) the eighth low a in voice 1?
I searched the LSR, but came up empty, probably because I don't know
the proper lilypond terminology for this nota
At 19:26 08/02/2016 -0500, Joseph N. Srednicki wrote:
I receive the warning "cannot resolve rest collision: rest direction
not set" when I compile the code listed below. Is there anything
else that I can do to avoid the warning or am I overlooking something?
You need to add \voiceOne, \voiceTw
16 matches
Mail list logo