Changes

From SME Server
Jump to navigationJump to search
76 bytes added ,  13:37, 26 August 2007
m
Line 67: Line 67:  
  </lilypond>
 
  </lilypond>
   −
produces: An Image
+
Produces: An Image
    
[[Image:LilypondScale.png|Lilypond Scale]]
 
[[Image:LilypondScale.png|Lilypond Scale]]
Line 84: Line 84:  
  <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
 
   traggedright = ##t
Line 95: Line 95:  
   tindent = 0\mm
 
   tindent = 0\mm
 
  }
 
  }
  .
+
   
 
  melody = \relative c' {
 
  melody = \relative c' {
 
     e d c d | e e e e |
 
     e d c d | e e e e |
Line 125: Line 125:  
  </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]]
Line 132: Line 132:     
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

Navigation menu