Hi!

Did you know that you can use the Code2HTML plugin in JEdit to create syntax colored HTML emails? If you look at this mail with a capable client (like Mozilla Thunderbird) and enable HTML, you will see what I'm talking about. Nice, isn't it? 
cadenza = \relative c' {
        \once \override Voice.TextScript #'padding = #8
        \once \override Voice.TextScript #'extra-offset = #'( -5 . 0 )
        c4^\markup { \bold "Adagio" } d8 << { e f g } \\ { d4. } >>
  a'4. f8 g4 g
}

\new GrandStaff <<
  \new Staff { \cadenza c'4 }
  \new Staff {
    #(ly:export (skip-of-length cadenza))
    c'4
  }
>>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to