lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LilyPond suggestions


From: Karl Hammar
Subject: Re: LilyPond suggestions
Date: Fri, 05 Jan 2007 16:31:50 +0100

address@hidden:
> 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]