Changes

From SME Server
Jump to navigationJump to search
148 bytes removed ,  13:33, 30 August 2007
m
Line 42: Line 42:     
* Install the Lilypond Extension
 
* Install the Lilypond Extension
For the extension announcement see
+
http://www.mediawiki.org/wiki/Extension:LilyPond
http://bugzilla.wikipedia.org/show_bug.cgi?id=189#c12
  −
 
  −
Obtain an updated extension from here, which fixes some bugs
  −
http://bugs.contribs.org/show_bug.cgi?id=3338
      
  cd /opt/mediawiki/
 
  cd /opt/mediawiki/
Line 67: Line 63:  
  </lilypond>
 
  </lilypond>
   −
produces: An Image
+
Produces: An Image
    
[[Image:LilypondScale.png|Lilypond Scale]]
 
[[Image:LilypondScale.png|Lilypond Scale]]
Line 84: Line 80:  
  <lilybook>
 
  <lilybook>
 
  \version "2.10.29"
 
  \version "2.10.29"
  .
+
   
 
  \header {  
 
  \header {  
 
   title = "Mary Had a Little Lamb"
 
   title = "Mary Had a Little Lamb"
 
   tagline = ""
 
   tagline = ""
 
  }
 
  }
  .
+
   
 
  \paper {
 
  \paper {
   traggedright = ##t
+
   ragged-right = ##t
   traggedbottom = ##t
+
   ragged-bottom = ##t
   tindent = 0\mm
+
   indent = 0\mm
 
  }
 
  }
  .
+
   
 
  melody = \relative c' {
 
  melody = \relative c' {
    e d c d | e e e e |
+
e d c d | e e e e |
    d d e d | c1 |
+
d d e d | c1 |
    }
+
}
 
      
 
      
    text = \lyricmode {
+
text = \lyricmode {
    \set stanza = "1." Ma- ry had a lit- tle lamb,
+
\set stanza = "1." Ma- ry had a lit- tle lamb,
    its fleece was white as snow.
+
its fleece was white as snow.
    }
+
}
 
      
 
      
    \book{
+
\book{
      \score{ <<
+
  \score{ <<
        \new Voice = "one" { \melody }
+
    \new Voice = "one" { \melody }
        \new Lyrics \lyricsto "one" \text
+
    \new Lyrics \lyricsto "one" \text
    >>
+
    >>
        \layout { }
+
 
        \midi { }
+
    \layout { }
      }
+
    \midi { }
      \markup{
+
  }
        \wordwrap-string #"
+
 
        Verse 2.
+
  \markup{
 +
    \wordwrap-string #"
 +
    Verse 2.
 +
 
 +
    Mary took it home again,
 
      
 
      
        Mary took it home again,
+
     It was against the rule."
      
+
  }
        It was against the rule."
+
}
      }
  −
    }
   
  </lilybook>
 
  </lilybook>
   −
produces: An Image, linked to a midi if ''' \midi { }''' is included
+
Produces: An Image, linked to a midi if ''' \midi { }''' is included
    
[[Image:LilypondMary.png|Lilypond Song]]
 
[[Image:LilypondMary.png|Lilypond Song]]
   −
Notes:
+
{{Note box|
 +
For the <lilybook> method you enter the text of an entire .ly file
   −
For the <lilybook> method you enter the text of an entire .ly file
+
For <lilypond> and <lilymidi> you are just entering the notes from the melody
   −
For all three methods, macro code is disabled for security reasons
+
For all three methods, macro code is disabled for security reasons.
 +
}}
    
====Further Information====
 
====Further Information====

Navigation menu