bug-lilypond
[Top][All Lists]
Advanced

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

Tremolo + Chord Repetition Error


From: Jay Anderson
Subject: Tremolo + Chord Repetition Error
Date: Thu, 9 Sep 2010 19:27:21 -0700

\version "2.13.32"

\new Staff \relative c'
{
  %Causes error:
  <c e>8 q q q \repeat tremolo 4 q |

  %This works:
  %<c e>8 q q q \repeat tremolo 4 <c e> |
}

Error:
Interpreting music...
/home/jay/lilypond/usr/share/lilypond/current/scm/lily-library.scm:210:5:
In procedure ly:book-process in expression (process-procedure book
paper ...):
/home/jay/lilypond/usr/share/lilypond/current/scm/lily-library.scm:210:5:
Wrong type (expecting exact integer): ()

This has an easy workaround, but it took me a while to track down
because of the unhelpful error.

-----Jay



reply via email to

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