lilypond-devel
[Top][All Lists]
Advanced

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

\displayLilyMusic


From: Nicolas Sceaux
Subject: \displayLilyMusic
Date: Sun, 22 May 2005 16:54:56 +0200
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

hi,

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?

nicolas




reply via email to

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