Harm,

There are many roads to Lilypond as you know. My main road has been through
Frescobaldi. Wilbert has an exceptional application that includes a
ScoreWizard which creates the LP structure. One hardly needs to know more
than how to type notes and durations to use it. I've almost always found LP
default output sufficient for my personal needs (noone in my church choir
will care at all about the kinds of detail that many people on this list
care about :-) So I've not really needed to dig too deeply and there's
always LSR for ideas.

Now, I've become more savvy over the nearly seven years I've been using
FB/LP and have posted to this list when I've encountered issues that Google
could not help me solve. But though I know understanding the way that LP
works is likely beneficial, actually digging into the docs to get a firm
grasp on all the contexts, etc. and how they fit together is, well, not
high on my priorities.

Your post was simple, elegant, and informative and gave me a bit of
insight.

Guy

Guy Stalnaker
jimmyg...@gmail.com

On Tue, Jan 30, 2018 at 2:23 PM, Thomas Morley <thomasmorle...@gmail.com>
wrote:

> 2018-01-30 16:19 GMT+01:00 Guy Stalnaker <jimmyg...@gmail.com>:
> > Harm,
> >
> > MUCH thanks for that snippet, now saved to my snippet folder, that so
> > clearly explains what's going on with the << \\ >> polyphonic context
> > syntax. I get it now.
> >
> > Guy
>
> >
> > On Tue, Jan 30, 2018 at 3:56 AM, Thomas Morley <thomasmorle...@gmail.com
> >
> > wrote:
> >>
> >> 2018-01-30 9:01 GMT+01:00 mosea chen <mosea.c...@gmail.com>:
> >> >
> >> > Hi,
> >> >     I found it difficult to engrave the staff as the fingure:
> >> >
> >> >
> >> > the "slur" just does not work.
> >> > The source is as follows:
> >> >
> >> > \version "2.19.80"
> >> > {
> >> >     \clef bass
> >> >     \time 3/4
> >> >
> >> >     fis-2 ( e-1 d-2 |
> >> >     <<
> >> >         { r4 ) e4 a8 ( g8  | }
> >> >         \\
> >> >         { a,2. |  }
> >> >     >>
> >> >     fis4 ) r4 r4
> >> > }
> >>
> >>
> >> << ... \\ ... >>
> >> is equivalent to
> >> <<
> >>   \context Voice = "1" { \voiceOne ... }
> >>   \context Voice = "2" { \voiceTwo ... }
> >> >>
> >>
> >> The exercise is to distribute stuff to Voices properly,
> >> starting/ending Slurs in the same Voice.
> >>
> >> One possibility
> >>
> >> \version "2.19.80"
> >>
> >> \context Voice {
> >>   \clef bass
> >>   \time 3/4
> >>
> >>   \context Voice = "2" { fis4-2( e-1 d-2 }
> >>   <<
> >>     { r4 e4 a8( g8 \oneVoice }
> >>     \\
> >>     { a,2.) }
> >>   >>
> >>   \context Voice = "1" fis4)
> >>   \context Voice
> >>   r4
> >>   r4
> >> }
> >>
> >> Cheers,
> >>   Harm
> >>
> >> _______________________________________________
> >> lilypond-user mailing list
> >> lilypond-user@gnu.org
> >> https://lists.gnu.org/mailman/listinfo/lilypond-user
> >
> >
>
>
> Hi Guy et al,
>
> glad you like it, but isn't all that covered by
> LM 3.2 Voices contain music
> Or a direct consequence of it?
>
> Cheers,
>   Harm
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to