From e0b471402fae52d667bc1d3fa53fa0b1fa4aed18 Mon Sep 17 00:00:00 2001 From: janneke Date: Mon, 19 Apr 2004 16:52:07 +0000 Subject: [PATCH] *** empty log message *** --- input/test/caps.ly | 2 +- input/twinkle-pop.ly | 6 +++--- lily/parser.yy | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/input/test/caps.ly b/input/test/caps.ly index 0774d4270a..a2d6b0d346 100644 --- a/input/test/caps.ly +++ b/input/test/caps.ly @@ -10,7 +10,7 @@ shapeNorm = \revert LyricText #'font-shape \score { << \notes \relative c'' { c4 c4 c8 c8 c8 } - \lyrics \context Lyrics { + \context Lyrics \lyrics { what4 is4 \shapeSC The8 Ma -- trix? } >> \paper { raggedright = ##t} diff --git a/input/twinkle-pop.ly b/input/twinkle-pop.ly index 5d581b9ed7..476d699c01 100644 --- a/input/twinkle-pop.ly +++ b/input/twinkle-pop.ly @@ -59,9 +59,9 @@ text = \lyrics{ \score { << - \chords \context ChordNames \transpose c d\acc - \notes \context Staff=melody \transpose c d\melodie - \lyrics \context Lyrics \text + \context ChordNames \transpose c d\acc + \context Staff=melody \transpose c d\melodie + \context Lyrics \text >> \header{ piece = "clarinet in B$\flat$" diff --git a/lily/parser.yy b/lily/parser.yy index 41bb32f868..ee9685895c 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -582,7 +582,7 @@ context_def_spec_body: $$ = Context_def::make_scm (); unsmob_context_def ($$)->set_spot (THIS->here_input ()); } - | CONTEXT_DEF_IDENTIFIER { + | CONTEXT_DEF_IDENTIFIER { $$ = $1; unsmob_context_def ($$)->set_spot (THIS->here_input ()); } -- 2.39.2