Re: Custom DrumStaff

2015-01-23 Thread Marc Hohl
Am 23.01.2015 um 05:52 schrieb Kevin Tough: I just tried your example and Lilypond produced the following error messaages. Could it be due to my version of 2.18.2? I think so. Standalone lenghts were introduced later and should work with 2.19.x. HTH, Marc

Re: Custom DrumStaff

2015-01-23 Thread Cynthia Karl
On Jan 22, 2015, at 10:52 PM, Kevin Tough ke...@toughlife.org wrote: I just tried your example and Lilypond produced the following error messaages. Could it be due to my version of 2.18.2? Parsing... TwoInstruments.ly:14:16: error: syntax error, unexpected UNSIGNED r8\p bol8 r8

Re: Custom DrumStaff

2015-01-22 Thread Cynthia Karl
On Jan 22, 2015, at 6:06 PM, Rutger Hofman rut...@cs.vu.nl wrote: On 01/23/2015 12:28 AM, Cynthia Karl wrote: I'm trying to duplicate the behavior shown in the next two images: The major things wrong with this output are: * the rests should be centered on their line, not above it

Re: Custom DrumStaff

2015-01-22 Thread Kevin Tough
I just tried your example and Lilypond produced the following error messaages. Could it be due to my version of 2.18.2? Parsing... TwoInstruments.ly:14:16: error: syntax error, unexpected UNSIGNED r8\p bol8 r8 8% 4 TwoInstruments.ly:26:10: error: syntax error, unexpected

Custom DrumStaff

2015-01-22 Thread Cynthia Karl
I'm trying to duplicate the behavior shown in the next two images: (the dash above the eighth rest in the upper line in beat 1 of measure 4 is an artifact; ignore it) My best effort so far is: \version 2.19.15 \paper { ragged-right = ##t } #(define percussion '((lobongo default #t 3)

Re: Custom DrumStaff

2015-01-22 Thread Rutger Hofman
On 01/23/2015 12:28 AM, Cynthia Karl wrote: I'm trying to duplicate the behavior shown in the next two images: The major things wrong with this output are: * the rests should be centered on their line, not above it * there should be a full-measure rest on the lower line of

custom articulation inside custom drumstaff

2013-04-01 Thread luis jure
hello list, i have yet another question regarding the definition of a custom drumstaff, and it is how to add a custom articulation. it's actually two questions, the first one is how to make custom articulations available inside #define mydrums(). i managed to do that adding a custom

Re: custom articulation inside custom drumstaff

2013-04-01 Thread Thomas Morley
2013/4/1 luis jure l...@internet.com.uy hello list, i have yet another question regarding the definition of a custom drumstaff, and it is how to add a custom articulation. it's actually two questions, the first one is how to make custom articulations available inside #define mydrums(). i

Re: custom articulation inside custom drumstaff

2013-04-01 Thread luis jure
on 2013-04-02 at 00:01 Thomas Morley wrote: below my approach. Several comments in code, file and png attached. like wow, this is indeed terrific! thank you! it'll take a while before i understand the code enough to adapt it to my needs, but this is a great start. Hope there are no