environment.
You can also use @code{mudelafile} (on a separate line, FIXME), to
-include another file. Files with name ending with @code{.sly}
+include another file.
@section Fontsize options You can use all lilypond fontsizes in
mudela-book. The default 16pt fontsize is probably to big to be
Merge noteheads in collisions, even if they have a different number of
dots. This normal notation for polyphonic guitar music.
-@mudelafile[verbatim]{force-hshift.sly}
+@mudelafile[verbatim]{force-hshift.ly}
[FIXME: this should be moved]
--- /dev/null
+\score {
+ \context Voice \notes\relative c {
+ \repeat "tremolo" 8 { c16 d16 }
+ \repeat "tremolo" 4 { c16 d16 }
+ }
+ \paper {
+ linewidth=-1.0;
+ }
+ \midi { }
+}
c c c c
% coda-klugde: let volta span only one bar
\property Staff.voltaSpannerDuration = #(make-moment 1 1)
- \repeat semi 5 { d d d d }
+ \repeat "volta" 5 { d d d d }
\alternative { { e e e e f f f f }
{ g g g g } }
}
<
\context Staff \notes\relative c'{
c d e f
- \repeat semi 2 { g a b c }
+ \repeat "volta" 2 { g a b c }
\alternative { { c b a g } { f e d c } }
}
\context Lyrics \lyrics {
\score{
\notes\relative c{
- \include "stem-direction.sly";
+ b''4 ~ b8()b8 e4 e,
}
\paper{
stem_default_neutral_direction=-1.0;
--- /dev/null
+\score {
+ \context Voice \notes\relative c {
+ b''4 ~ b8()b8 e4 e,
+
+ }
+ \paper {
+ linewidth=-1.0;
+ }
+ \midi { }
+}