On 1/9/11 4:02 AM, Carl Sorensen wrote:
On 1/8/11 5:08 PM, "Peter Van Kranenburg"
wrote:
Dear all,
Consider the following example (adapted from the manual):
\version "2.13.44"
\relative c'' {
\time 3/16
\set Timing.beatStructure = #'(2 1)
\set Timing.beamExceptions =
#'(
How can I get rid of the extra repeat symbol in this example? I'm sure it is
caused by the rest at the beginning of the repeat. I've tried hiding an
extra note along with a skip, but I can't figure out how to do this and get
the rest back.
Ted
%%% Begin example.
\version "2.12.0"
melody = \relat
Hi Ted
You don't want the \repeat info inside the lyrics, just remove it:
words = \lyricmode {
do re mi fa
do re me
fa sol
}
Jakob.
2011/1/9 Ted Stanion :
> How can I get rid of the extra repeat symbol in this example? I'm sure it is
> caused by the rest at the beginning of the
On 2011-01-09 21:03, Ted Stanion wrote:
> How can I get rid of the extra repeat symbol in this example? I'm sure
> it is caused by the rest at the beginning of the repeat. I've tried
> hiding an extra note along with a skip, but I can't figure out how to do
> this and get the rest back. [...]
>
>