lilypond-user
[Top][All Lists]
Advanced

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

repeat tremolo - warning message


From: MING TSANG
Subject: repeat tremolo - warning message
Date: Sun, 15 Feb 2015 14:48:10 +0000 (UTC)

lily ponders,

I ran the following lily code and got a warning message.
The first and 2nd \repeat tremolo are the same except the pitch. 
(1)  Why the second \repeat tremolo return a warning message.?
(2)  How can I adjust the \repeat tremolo so that it display in the middle of two pitches - ie slanted upwards toward the high note?
I have problem to attach .png, lilypond-user rejected my email saying it is too big. 

Immanuel,
Ming

%% lily code starts ....
\version "2.19.15"
\language "english"
si = { \time 4/4
<c'c''>2 e'16 g' a' c'' g' a' c'' d'' |%m52
\override Beam.gap = #2
\repeat tremolo 8 { e'' e''' } |%m53 <-28
\repeat tremolo 8 { b' b''} |%m54 <-29
\repeat tremolo 4 { a' a''} <g'g''>4 a''8 g'' |\break%m55 <-30
}
ai = { \clef bass
c8 g c' d' c'4 g |%m52
c8 g c' d' e'4 c' |%m53
e8 b e' b g'4 e' |%m54
f8 c' f'4 <g d'f'>2 |%m55
}
\score {
<<
\new Staff \si
\new Staff \ai
>>
\layout { }
}
%%lily code ends

Warning message:
9:27   warning: weird stem size, check for narrow beams
\repeat tremolo 8 { b'
b''} |%m54 <-29


reply via email to

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