Aaron Hill <[email protected]> writes:

> On 2021-04-08 9:03 pm, Colin Hunt wrote:
>> I've begun my first piano score in Lilypond after studying
>> soundsfromsound's great introduction series. This code shows my
>> problem:
>> \version "2.22.0"
>> \language "english"
>> \relative
>> {\time 3/4\clef bass
>>  \repeat tremolo 12 {b,32 ds} |
>>  \repeat tremolo 12 { <<b32 fs'>> <<b ds>> } |
>> }
>
> Your chord syntax appears incorrect.

It's not chord syntax but parallel music.  It's usually a valid (if
slightly contorted) way to assemble the notes in a voice but may not
work well in connection with \repeat tremolo .

> Consider:
>
> %%%%
> \version "2.22.0"
> \language "english"
> \relative
> { \time 3/4 \clef bass
>   \repeat tremolo 12 { b,32 ds } |
>   \repeat tremolo 12 { <b fs'>32 <b ds> } |
> }
> %%%%
>
>
> -- Aaron Hill
>
>

-- 
David Kastrup

Reply via email to