lilypond-user
[Top][All Lists]
Advanced

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

Re: Adding an introductory note(s)


From: Davide Liessi
Subject: Re: Adding an introductory note(s)
Date: Tue, 1 Aug 2017 16:43:22 +0200

2017-08-01 16:24 GMT+02:00 David Wright <address@hidden>:
> If there's no difference in the first and last bars of the repeat,
> I'm not sure why you go to the trouble of \alternatives. What is
> stolen gets immediately paid back. I would have thought that simple
> repeat barlines make that clearer.

What's wrong with using proper repeats?

\version "2.19.63"

\relative {
  \key f \major
  \time 2/4
  \partial 8
  \repeat volta 2 {
    f''16 c
    a8 c16 a g8 c16 a
    f8 f f a16 c
    f8 e16 f g8 f
    e8 g16 e c8 f16 c
    \barNumberCheck #5 |
    a8 c16 a g8 c16 a
    f8 f f a16 c
    f8 e16 f g8 e
    f4 f8
  }
  \repeat volta 2 {
    f16 c
    a8 a'16 f c8 c'16 a
    \barNumberCheck #10 |
    bes8 bes16 a g f e d
    c8 g'16 e c8 bes'16 g
    a8 a16 f c f c a
    f8 a'16 f c8 c'16 a
    bes8 bes16 a g f e d
    \barNumberCheck #15 |
    c8 g'16 e c bes' g e
    f4 f8
  }
}



reply via email to

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