In the example below, I need the VoiceFollower line from the left hand to go to
the A half-note in the right hand, not to the quarter rest. I’ve tried to see
if I could move the right end of the line over using an \override, but I can
only seem to move the entire line (like with
VoiceFollower.b
DJF wrote:
In the example below, I need the VoiceFollower line from the left hand to go to
the A half-note in the right hand, not to the quarter rest.
You could replace r4 with << s4 \new Voice r4 >>
Cheers,
Robin
___
lilypond-user mailing l
On May 15, 2019, at 9:29 AM, Robin Bannister wrote:
>
> << s4 \new Voice r4 >>
That worked perfectly. I’m thrilled and amused that it took such little code
for a solution, though I’ll admit that it took me a few minutes to understand
why it worked. Very clever. Thank you!
-- Dan
_
%%
\version "2.19.82"
\paper { line-width = 150\mm }
#(set-global-staff-size 16)
<<
{
\new Staff \time 5/4
r2 \tuplet 7/4 { g'16 a' b' c'' d'' e'' f'' } g''8 r r4 |
}
{
\new Staff
\tuplet 3/2 4 { \repeat unfo
Hi Guy
Nobody has answered up to now. Without being a lilypond god, your phrases
* "real score" vs. snippet
* "The organ left hand has a polyphonic context."
made me think.
The snippet itself looks perfect (at least to me), even without your
tweeks. The need to tweak a situation as simple as this
Stephan - thanks for the reply. I sometimes despair at my communication
skills. I apologize.
I will look at your suggestion.
Guy
Guy Stalnaker
jimmyg...@gmail.com
On Wed, May 15, 2019 at 3:01 PM mu...@gmx.ch wrote:
> Hi Guy
>
> Nobody has answered up to now. Without being a lilypond god, you
Hi
I have a Mendelssohn choral work with german (de) and latin (lat)
lyrics. How can I achieve to set the latin lyrics in italics?
% works, but both lyrics are in regular/upright font
\new Lyrics \lyricsto "bass" { \bassDeVerse }
\new Lyrics \lyricsto "bass" { \bassLatVerse }
* s
On 2019-05-15 1:45 pm, phpguru wrote:
Hi
I have a Mendelssohn choral work with german (de) and latin (lat)
lyrics. How can I achieve to set the latin lyrics in italics?
% works, but both lyrics are in regular/upright font
\new Lyrics \lyricsto "bass" { \bassDeVerse }
\new Lyrics
phpguru writes:
> Hi
>
> I have a Mendelssohn choral work with german (de) and latin (lat)
> lyrics. How can I achieve to set the latin lyrics in italics?
>
> % works, but both lyrics are in regular/upright font
> \new Lyrics \lyricsto "bass" { \bassDeVerse }
> \new Lyrics \lyrics
David Kastrup writes:
> phpguru writes:
>
>> Hi
>>
>> I have a Mendelssohn choral work with german (de) and latin (lat)
>> lyrics. How can I achieve to set the latin lyrics in italics?
>>
>> % works, but both lyrics are in regular/upright font
>> \new Lyrics \lyricsto "bass" { \bassDeVer
Orm,
As I was reading more about concatenating various sections and/or combining
multiple movements into a larger Lilypond file, I came across your post that
included a link to your impressive orchestral score! I was able to download
and study the PDF you attached in your post. Would you be willin
Hello everyone, is there a way to have two notes one the same parenthesis
in a pitched tril?
See the example:
\version "2.19.83"
\language "english"
\score {
\new Staff <<
\new Voice \relative {
\voiceOne
\pitchedTrill bf'2\startTrillSpan cf a\stopTrillSpan }
\new Voice \re
12 matches
Mail list logo