lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3205 in lilypond: opening bar check causes crash i


From: lilypond
Subject: [Lilypond-auto] Issue 3205 in lilypond: opening bar check causes crash if \score contains the \midi block
Date: Sun, 24 Feb 2013 23:00:28 +0000

Status: Accepted
Owner: ----
Labels: Type-Crash

New issue 3205 by address@hidden: opening bar check causes crash if \score contains the \midi block
http://code.google.com/p/lilypond/issues/detail?id=3205

Reported on lilypond-devel:
http://lists.gnu.org/archive/html/lilypond-devel/2013-02/msg00269.html

Minimal example:

\score {
  { | d }
  \midi { }
}

It crashes both on 2.16.2 and 2.17.3
Two steps fix probably required:
1. remove the crash
2. maybe edit NR 1.2.5 and clarify where bar checks are allowed:
http://lilypond.org/doc/v2.17/Documentation/notation/bars#bar-and-bar-number-checks
%%%%

Bar and bar number checks

Bar checks help detect errors in the entered durations. A bar check
may be entered using the bar symbol, |, at any place where a bar line
is expected to fall. If bar check lines are encountered at other
places, a list of warnings is printed in the log file, showing the
line numbers and lines in which the bar checks failed. In the next
example, the second bar check will signal an error.

    \time 3/4 c2 e4 | g2 |

%%%

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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