Mats Bengtsson <[EMAIL PROTECTED]> writes:

> Sure! In the latest 2.5.xx versions, you can do
>   \displayMusic{\hideNotes},
> However, it's easier to read the files where the macros are
> defined, directly. See /usr/share/lilypond/2.4.x/ly/property-init.ly
> or wherever the files are installed on your machine.
>
>     /Mats

And don't take your breath, but I'm working on \displayLilyMusic

guile> (display-lily-music #{ \notemode { << { <c\1 e>4. d8 } \\ g2^_ >> } #})
{
  {
    << {
      < c\1 e >4. d8 
    } \\ g2^_  >> 
  } 
}
guile> 

nicolas


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to