bug-lilypond
[Top][All Lists]
Advanced

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

error with #(make-music 'Music)


From: Eluze
Subject: error with #(make-music 'Music)
Date: Fri, 2 Aug 2013 02:06:39 -0700 (PDT)

with the code below(from the French LilyPond user list
http://lilypond-french-users.1298960.n2.nabble.com/Ligature-conditionnelle-de-croches-tt7580226.html#a7580231):

\version "2.16.0"
#(ly:add-option 'beamoff #t "Disables manual beams")
#(if (eqv? (ly:get-option 'beamoff) #t)
  (list
    (define bracketOpenSymbol #(make-music 'Music))
    (define bracketCloseSymbol #(make-music 'Music)))
  #{#})
\score {
  <<
    \new Staff {
      \relative c'' {
        \time 4/4
        \autoBeamOff
        c8 [b a] g [a b c a]
      }
    }
  >>
}

there are errors (under Windows 7):

programming error: Not a music type
continuing, cross fingers

with version 2.17.23 there is even a crash.

is something wrong with the function or is it a bug in windows?

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/error-with-make-music-Music-tp148668.html
Sent from the Bugs mailing list archive at Nabble.com.



reply via email to

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