lilypond-user
[Top][All Lists]
Advanced

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

weird error with \repeat tremolo


From: N. Andrew Walsh
Subject: weird error with \repeat tremolo
Date: Mon, 25 Feb 2019 10:37:38 +0100

Hi List,

I have the following passage:

--------------------
\version "2.19.82"


\relative c'' {
 \time 4/8
  | %45
  d32\( b g d \repeat tremolo 4 { b32 } \repeat tremolo 8 { g32 }

  | %46
  \repeat tremolo 8 { d'32 } \repeat tremolo 8 { g,32\) }
 
}
 
--------------------------
It compiles fine. But if I move it up one octave -- either by changing the enclosing command to \relative c''' or by changing the first note to d'32\(, it fails with the following error:

Starting lilypond 2.19.82 [Untitled]...
Processing `/tmp/frescobaldi-ujaa3_0t/tmptlvddq78/document.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...lilypond: /home/gub/NewGub/gub/target/linux-64/src/lilypond-git.sv.gnu.org--lilypond.git-stable-2.20/flower/include/interval.hh:227: T Interval_t<T>::center() const [with T = double]: Assertion `!is_empty ()' failed.
Exited with return code 6.

I do not have a directory named "/home/gub". 

Any ideas what's going wrong here?

Cheers,

A

reply via email to

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