Re: list of thicknesses affected by changing StaffSymbol.thickness

2016-02-08 Thread Paul Morris
> 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

Re: LSR search not working?

2016-02-08 Thread Pierre Perol-Schneider
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

Re: overlaying noteheads in different voices

2016-02-08 Thread Nathan Ho
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

Re: Cannot resolve rest collision: rest direction not set

2016-02-08 Thread Brian Barker
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,

overlaying noteheads in different voices

2016-02-08 Thread Charles O. Lawrence
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'' {

Re: list of thicknesses affected by changing StaffSymbol.thickness

2016-02-08 Thread Paul Morris
> 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

It is possible de play Snear Roll Midi with midi TAG, if yes, how ?

2016-02-08 Thread Steve Prud'Homme
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.

Re: It is possible de play Snear Roll Midi with midi TAG, if yes, how ?

2016-02-08 Thread Steve Prud'Homme
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

Re: It is possible de play Snear Roll Midi with midi TAG, if yes, how ?

2016-02-08 Thread tisimst
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

Re: It is possible de play Snear Roll Midi with midi TAG, if yes, how ?

2016-02-08 Thread immanuel litzroth
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 : >

Tuplet with dashed tie

2016-02-08 Thread Gregor Giesen
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

Re: Tuplet with dashed tie

2016-02-08 Thread Ralph Palmer
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 :

Re: Tuplet with dashed tie

2016-02-08 Thread David Kastrup
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: > { >

Re: Tuplet with dashed tie

2016-02-08 Thread Robert Schmaus
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

Re: It is possible de play Snear Roll Midi with midi TAG, if yes, how ?

2016-02-08 Thread immanuel litzroth
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

Cannot resolve rest collision: rest direction not set

2016-02-08 Thread Joseph N. Srednicki
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