bug-lilypond
[Top][All Lists]
Advanced

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

convert-ly: 2.2->2.4 \turnOff


From: Erik Sandberg
Subject: convert-ly: 2.2->2.4 \turnOff
Date: Mon, 29 Nov 2004 01:42:42 +0100
User-agent: KMail/1.6.2

Hi,

The following file:


\version "2.2.0"
\score {
  \new Staff \notes {
    \set Staff.VoltaBracket = \turnOff
    c''
  }
}

compiles fine with 2.2, but convert-ly converts it to:

\version "2.4.0"
\score {
  \new Staff  {
    \set Staff.VoltaBracket = \turnOff
    c''
  }
}
which gives the following error:

GNU LilyPond 2.4.2
Processing `cc.ly'
Parsing...

cc.ly:4:38: error: unknown escaped string: `\turnOff':
    \set Staff.VoltaBracket = \turnOff

Interpreting music... Type check for `VoltaBracket' failed; value `"turnOff"' 
must be of type `list'
[1]
Preprocessing graphical objects...
Calculating line breaks... [2]
Layout output to `cc.tex'...
Converting to `cc.dvi'...
Converting to `cc.ps'...
Converting to `cc.pdf'...

error: failed files: cc.ly

I added this to convert-ly.txt.

erik




reply via email to

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