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: Aaron Hill
Subject: Re: No stem on chord-tremolo
Date: Thu, 08 Apr 2021 21:12:08 -0700
User-agent: Roundcube Webmail/1.4.9

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.  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



reply via email to

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