KTUGFaq

KTUG FAQ

LilyPond (rev. 1.6)

·Î±×ÀÎ:
ºñ¹Ð¹øÈ£:
°¡ÀÔ
You will be successful in love.
FrontPage › LilyPond
http://lilypond.org/web/
GNU lilypond = OpenSource ¾Çº¸ Á¶ÆÇ ¾ð¾î/ÇÁ·Î±×·¥.

  • text input -> command line compilation -> ps/pdf output
  • Cross-Platform
  • TeX-friendly, but not a sort of TeX-macro. having nothing to do with MusiXTeX.
  • simple syntax, wonderful sheet.

  • Simple Example

     \version "2.8.4"
         upper = \relative c'' {
            \clef treble
            \key c \major
            \time 4/4
         
            c2 e4 g b,4.( c16 d c2)
    	  a'2 g4 c g( f8\trill e16 f e2)
         }
         
         lower = \relative c {
            \clef bass
            \key c \major
            \time 4/4
         
            c8( g' e g) c,8( g' e g) d( g f g) c,( g' e g)
            c,8 a' f a c, g' e g b, g' d g c, g' e g
         }
         
         \score {
            \new PianoStaff <<
               \set PianoStaff.instrument = "Piano  "
               \new Staff = "upper" \upper
               \new Staff = "lower" \lower
            >>
            \layout { }
            \midi { \tempo 4=60 }
         }
    
    lilyoutput.jpg

    PMX to LilyPond

    $ pmx2ly -o mymusic.ly mymusic.pmx
    

    Denemo, a frontend editor