lilypond-user
[Top][All Lists]
Advanced

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

Syntax-colored lilypond email


From: Bertalan Fodor
Subject: Syntax-colored lilypond email
Date: Tue, 09 Jan 2007 15:13:17 +0100
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)

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
  }
>>

reply via email to

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