I'm just starting out with Lilypond, and I'm having some problems with
applying lyrics to a repeated part that starts with a rest. Here's a small
test case:
\score {
<<
\new Staff {
\new Voice = "voiceA" {
\relative c'' {
\repeat volta 2 { r2 a4 a }
}
}
Thank you, it now seems (relatively) obvious. If I understand correctly
this means that \unfoldRepeats won't expand nicely anymore (which I guess
is why the FAQ suggests writing the same repeats as the music?) but I
hadn't planned on doing that anyway.
Regards
Jakob
On Wed, Apr 17, 2013 at 9:47
Hi Jakob,
the solution is to omit the repeat in the lyrics:
> \new Lyrics {
> \lyricsto "voiceA" {
> foo bar
> }
> }
as the notes are note counted twice for the lyrics.
If this is a logical behaviour is another question and it is asked
periodically on this list. Btw,
I'm just starting out with Lilypond, and I'm having some problems with
applying lyrics to a repeated part that starts with a rest. Here's a small
test case:
\score {
<<
\new Staff {
\new Voice = "voiceA" {
\relative c'' {
\repeat volta 2 { r2 a4 a }
}
}
Hanns Holger Rutz writes:
> On 17 Apr 2013, at 15:52, David Kastrup wrote:
>
>> Hanns Holger Rutz writes:
>>
>>> hi there,
>>>
>>> i'm trying to convert a sequence of time instants to a rhythmic
>>> score. This might look strange (see below), but is perfectly valid my
>>> scenario. Unfortunate
On 17 Apr 2013, at 15:52, David Kastrup wrote:
> Hanns Holger Rutz writes:
>
>> hi there,
>>
>> i'm trying to convert a sequence of time instants to a rhythmic
>> score. This might look strange (see below), but is perfectly valid my
>> scenario. Unfortunately there is an issue with the line bre
Hanns Holger Rutz writes:
> hi there,
>
> i'm trying to convert a sequence of time instants to a rhythmic
> score. This might look strange (see below), but is perfectly valid my
> scenario. Unfortunately there is an issue with the line breaks. In the
> below example, their is a break after the fi
All,
By reinstalling the "sudo" is no longer necessary for Music View.
Not sure what happened previously, some conflicting permissions
between macport and non-macport installations, is my guess.
Thanks,
Jim
___
lilypond-user mailing list
lilypond-user
hi there,
i'm trying to convert a sequence of time instants to a rhythmic score. This
might look strange (see below), but is perfectly valid my scenario.
Unfortunately there is an issue with the line breaks. In the below example,
their is a break after the first bar (why?) and then subsequently
Hi everybody.
I finally got frescobaldi running on my mac pro os x 10.7.5,
by backing out of previous installs and using macports
instead -- and by lots of trial and error. The "Music View"
pane now opens and works ... but only if I start up
frescobaldi with "sudo frescobaldi". Otherwise, with
[Quoting Paul Malcolm, on April 16 2013, 21:12, in "Re: creating a rhyth"]
> Dear Johan thanks so much for your code.
> I tried, please bear in mind I am a novice.
> It seems to compile ok but I must have made some goofy errors in it
> some where. What happens is the chords play then the ticktoc
11 matches
Mail list logo