]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 19 Apr 2004 16:52:07 +0000 (16:52 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 19 Apr 2004 16:52:07 +0000 (16:52 +0000)
input/test/caps.ly
input/twinkle-pop.ly
lily/parser.yy

index 0774d4270a2cb17e5979269b1e5c5bad3453e595..a2d6b0d3465e26d530760cc13eef014b9391d9ba 100644 (file)
@@ -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}
index 5d581b9ed78ea68287846af58d46113ad987b8f3..476d699c016e79fc0da216be47bacfcbb2e824a5 100644 (file)
@@ -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$"
index 41bb32f8689e0c0029bc382b0cb2ebef7fd66f55..ee9685895c734b9f4a5a22c23a7608d9b17d1e4c 100644 (file)
@@ -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 ());
        }