KTUGFaq

KTUG FAQ

·Î±×ÀÎ:
ºñ¹Ð¹øÈ£:
°¡ÀÔ
"Say it, don't spray it!"
FrontPage › LilyPond

r1.20°ú ÇöÀç ¹öÀüÀÇ Â÷ÀÌÁ¡

@@ -46,11 +46,14 @@
}}}
attachment:lilyoutput.jpg

== Manual and Code Examples ==
* http://lilypond.org/doc/v2.11/Documentation/user/lilypond-learning/index
* http://lsr.dsi.unimi.it/ (LilyPond snippet Repository)
== Frontend Editors ==
=== Denemo ===
* http://www.denemo.org (Linux, Windows, Mac)
=== Musescore ===
* http://www.musescore.org/ (Linux, Windows)
=== NoteEdit ===
* [NoteEdit] (Linux only)
=== Rosegarden ===



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