KTUGFaq

KTUG FAQ

·Î±×ÀÎ:
ºñ¹Ð¹øÈ£:
°¡ÀÔ
You will be surrounded by luxury.
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.
  • ¸ñÂ÷

    1 Simple Example
    2 Manual and Code Examples
    3 Frontend Editors
    3.1 Denemo
    3.2 Musescore
    3.3 NoteEdit
    3.4 Rosegarden
    4 ÇÑ±Û »ç¿ë·Ê
    5 SeeAlso

    1 Simple Example

     \version "2.10.10"
         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.instrumentName = "Piano  "
               \new Staff = "upper" \upper
               \new Staff = "lower" \lower
            >>
            \layout { }
            
      \midi {
        \context {
          \Score
          tempoWholesPerMinute = #(ly:make-moment 60 4)
          }
        }
    
        }
    
    lilyoutput.jpg

    3 Frontend Editors

    3.1 Denemo

    3.2 Musescore

    3.3 NoteEdit

    3.4 Rosegarden

    4 ÇÑ±Û »ç¿ë·Ê

    5 SeeAlso


    ^
    Valid XHTML 1.0! Valid CSS! powered by MoniWiki
    last modified 2009-05-21 20:27:56
    Processing time 0.0349 sec