Nicolas Sceaux wrote:
I have an nearly complete implementation of a \displayLilyMusic
command.

\displayLilyMusic \new Voice { \clef alto \time 3/4 \key g \minor c'2. |
  \once \override TextScript #'padding = #2
  d'2 e'4^\markup { \bold { hello \italic world ! } }
}
==>
\new Voice {
  \clef "alto"
  \time 3/4
  \key g \minor
   c'2. |
  \once \override TextScript #'padding = #2
d'2 e'4^\markup \line { \bold "hello" \bold \italic "world" \bold "!"} }

\displayLilyMusic \transpose c' a { <c e> <d f> }
==>
{ < a, cis > < b, d > }


Should there be such a command inside the LilyPond distribution?


it would be wonderful to have it. My only reservation is maintainability. How sensitive is this to breakage when we change the music implementation (property names, etc?)

--
 Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to