[EMAIL PROTECTED]:
> Jesse Engle wrote:
> >
> > 4.) There is no way to create an entire page of exercises (a feature 
> > that would be incredibly useful for music teachers such as myself) 
> > like this:
> >
> > http://jengle.waferbaby.com/tmp/lp/exercises.png
> Actually, you could do this too within LilyPond, since you can use
> \markup commands to create several columns and you can embed scores
> into a \markup command. Here's a simple example:
...

Whu not use \startStaff and \stopStaff, like:

\score {
  <<
    \new Staff {
      \relative c' {
        \clef alto c1 c \stopStaff s1
        \startStaff b1 b \stopStaff s1
        \startStaff a1 a \stopStaff
      }
    }
    \new Staff {
      \relative c' {
         \clef alto c1 c \stopStaff s1
         \startStaff b1 b \stopStaff s1
         \startStaff a1 a \stopStaff
      }
    }
    \new Staff {
      \relative c' {
         \clef alto c1 c \stopStaff s1
         \startStaff b1 b \stopStaff s1
         \startStaff a1 a \stopStaff
      }
    }
 >>
}

See staff-halfway.ly [1] in the regression tests.

[1] http://lilypond.org/doc/v2.11/input/regression/lily-1a72868935.ly

Regards
/Karl




_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to