From 592a0a91c1bf4cce48764aa7652c34d38d370d61 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:37:20 +0000 Subject: [PATCH] lilypond-0.0.46.jcn1 --- input/twinkle.ly | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/input/twinkle.ly b/input/twinkle.ly index 8bcad352ec..158095c36f 100644 --- a/input/twinkle.ly +++ b/input/twinkle.ly @@ -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 } -- 2.39.5