\score { <<
\notes \relative c'' { c4 c4 c8 c8 c8 }
- \lyrics \context Lyrics {
+ \context Lyrics \lyrics {
what4 is4 \shapeSC The8 Ma -- trix? }
>>
\paper { raggedright = ##t}
\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$"
$$ = 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 ());
}