lilypond-user
[Top][All Lists]
Advanced

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

\repeat tremolo


From: MING TSANG
Subject: \repeat tremolo
Date: Sun, 9 Aug 2015 12:18:13 +0000 (UTC)

Hi lilyponder,

I am trying to code \repeat tremolo to produce the following IMAGE_0. All I get is missing slanted heavy lines.  How to code \repeat tremolo so that I can produce the same as the IMAGE_1. 

%start
\version "2.18.2"

global = {
  \key c \major
  \time 4/4
  \clef bass
}

{
\global 
 <c,c>8^^ r8 r4 \grace { \tuplet 3/2{ c,16 e,16 g,16 } } q8^^ r8 r4 | %m80
  \repeat tremolo 2 { c, c,,}  | %m81
  <c,,c,>8 r8 r2. %m82
}
%end

Immanuel,
Ming

IMAGE_0
Inline image


IMAGE_!

Inline image


reply via email to

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