lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No stem on chord-tremolo


From: David Kastrup
Subject: Re: No stem on chord-tremolo
Date: Fri, 09 Apr 2021 12:27:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Aaron Hill <lilypond@hillvisions.com> 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

[Prev in Thread] Current Thread [Next in Thread]