lilypond-devel
[Top][All Lists]
Advanced

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

Re: \displayLilyMusic


From: Han-Wen Nienhuys
Subject: Re: \displayLilyMusic
Date: Sun, 22 May 2005 17:39:28 +0200
User-agent: Mozilla Thunderbird 1.0.2-1.3.2 (X11/20050324)

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 - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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