Test: Unterschied zwischen den Versionen

Aus Dancilla Wiki
Zur Navigation springenZur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
<lilypond>f, d f a d f e d cis a cis e a g f e</lilypond>
<lilypond>f, d f a d f e d cis a cis e a g f e</lilypond>
<lilybook>
\version "2.10.29"
\header {
title = "Mary Had a Little Lamb"
tagline = ""
}
\paper {
ragged-right = ##t
ragged-bottom = ##t
indent = 0\mm
}
melody = \relative c' {
e d c d | e e e e |
d d e d | c1 |
}
   
text = \lyricmode {
\set stanza = "1." Ma- ry had a lit- tle lamb,
its fleece was white as snow.
}
   
\book{
  \score{ <<
    \new Voice = "one" { \melody }
    \new Lyrics \lyricsto "one" \text
    >>
    \layout { }
    \midi { }
  }
  \markup{
    \wordwrap-string #"
    Verse 2.
 
    All the children laughed and played,
   
    To see a lamb at school."
  }
}
</lilybook>

Version vom 8. Januar 2009, 09:14 Uhr

<lilypond>f, d f a d f e d cis a cis e a g f e</lilypond>

<lilybook> \version "2.10.29"

\header {

title = "Mary Had a Little Lamb"
tagline = ""

}

\paper {

ragged-right = ##t
ragged-bottom = ##t
indent = 0\mm

}

melody = \relative c' {

e d c d | e e e e |
d d e d | c1 |

}

text = \lyricmode { \set stanza = "1." Ma- ry had a lit- tle lamb,

its fleece was white as snow.

}

\book{

 \score{ <<
   \new Voice = "one" { \melody }
   \new Lyrics \lyricsto "one" \text
   >>

   \layout { }
   \midi { }
 }

 \markup{
   \wordwrap-string #"
   Verse 2.
 
   All the children laughed and played,
   
   To see a lamb at school."
 }

} </lilybook>