]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.46.jcn1
authorfred <fred>
Sun, 24 Mar 2002 19:37:20 +0000 (19:37 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:37:20 +0000 (19:37 +0000)
input/twinkle.ly

index 8bcad352ec99e4cd9cee5563e55c2de1fe2ea84b..158095c36f3007d2d3247a2acdf9611dd2507694 100644 (file)
@@ -19,8 +19,8 @@ melody = \melodic{
 
 accompany = \melodic{
        \clef \bass
-       \octave{'c}
-       c c' | e' c' | f' c' | e' c' | 
+       \octave{'c}\duration{4}
+       c4 c' | e' c' | f' c' | e' c' | 
        d' b | c' a | f g | c2 | 
 
        e' g | d g | c' g | b g | 
@@ -33,7 +33,7 @@ accompany = \melodic{
 
 global = \melodic{
                \meter {2 / 4}
-               \skip {24*2}
+               \skip {2*24}
 %              \bar "||"
        }
 
@@ -102,11 +102,11 @@ textiii = \lyric{
 }
 
 \score{
-       \staff{ global melody }
-       \staff{ global tekst hegedraagjetekst }
-       \staff{ global texte }
-       \staff{ global texti textii textiii }
-       \staff{ accompany }
+       \staff{ melodicregs global melody }
+       \staff{ lyricregs global tekst hegedraagjetekst }
+       \staff{ lyricregs global texte }
+       \staff{ lyricregs global texti textii textiii }
+       \staff{ melodicregs global accompany }
        \paper{
                \unitspace 2.5\cm
        }