> On Jan 22, 2015, at 10:52 PM, Kevin Tough 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
> 8
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
_
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 U
> On Jan 22, 2015, at 6:06 PM, Rutger Hofman 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
>>
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 measu
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)
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 proble
2013/4/1 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 m
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 c