help-gnu-music
[Top][All Lists]
Advanced

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

Noteheadtype from scheme


From: Rune Zedeler
Subject: Noteheadtype from scheme
Date: Wed, 21 Mar 2001 01:01:46 +0100

The command "\property Voice.NoteHead \override #'style = #'cross" is
displayed as

#<Music Context_specced_music
    context-type = "Voice"
    origin = #<location apply.ly:9:74>
    element = #<Music Music
                  origin = #<location  (position unknown)>
                  grob-value = cross
                  grob-property = style
                  symbols = NoteHead
                  iterator-ctor = #<encapsulated C++ function>
               >
    type = context-specced-music
>

Which chould mean that the element is created with (ly-make-music
"Music").
But if you set (let* ( (m (ly-make-music "Music") ) ), lily Core Dumps.
How am I supposed to do?

-Rune



reply via email to

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