lilypond-user
[Top][All Lists]
Advanced

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

string concatenation 2.18 vs 2.16


From: Tom van der Hoeven
Subject: string concatenation 2.18 vs 2.16
Date: Thu, 16 Jan 2014 16:30:22 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

under 2.16 there were no errors in this
----------------
\version "2.16.2"
tom = "aap " + "noot"
\book {
   \header { title = \tom }
   \relative {a  b c}
}
----------------
under 2.18 the expression tom = "aap " + "noot" seems not to be allowed



reply via email to

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