Re: Hairpin and simultaneous expressions

2016-10-24 Thread David Sumbler
Thanks, both, for the helpful answers to this problem. David ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Hairpin and simultaneous expressions

2016-10-24 Thread Gerdau, Michael
> \version "2.19.46" > > \language "english" > > %%Vn2 bars 276-279 > \relative e' { >   \time 3/2 1.\p\< ~ | q ~ | q | | > %%Vn2 bars 280-283 >   << { \stemUp d2(\mp bf1 ~ | bf1. ~ | bf ~ | bf1)} \\ {f1. ~ | f ~ | f > ~ | f1 } >> r2 | > } > > The above extract from one of my files

Re: Hairpin and simultaneous expressions

2016-10-24 Thread tisimst
\< ~ | q ~ | q | | %%Vn2 bars 280-283 << { \voiceOne d2(\mp bf1 ~ | bf1. ~ | bf ~ | bf1) } % the original voice continues here \new Voice { \voiceTwo f1. ~ | f ~ | f ~ | f1 } % temporary second voice >> \oneVoice r2 | % and finally continues here } % HTH, Ab

Hairpin and simultaneous expressions

2016-10-24 Thread David Sumbler
\version "2.19.46" \language "english" %%Vn2 bars 276-279 \relative e' {   \time 3/2 1.\p\< ~ | q ~ | q | | %%Vn2 bars 280-283   << { \stemUp d2(\mp bf1 ~ | bf1. ~ | bf ~ | bf1)} \\ {f1. ~ | f ~ | f ~ | f1 } >> r2 | } The above extract from one of my files compiles to give the result I