lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond-user Digest, Vol 169, Issue 104


From: Peter Toye
Subject: Re: lilypond-user Digest, Vol 169, Issue 104
Date: Mon, 19 Dec 2016 14:57:21 +0000

Thanks Urs.

There wasn't a code attachment, though (I'm having login problems with Nabble at the moment). Just the result. So I can't see how you did it.

One major problem is that the cross-stems in beats 1 & 3 of the 1st bar aren't working. They're necessary to indicate that the pianist has to play them with the right hand. And then, of course, the stem gets mixed up with the bass line. Hence the unbeautiful beams in my extract from the printed score.

Best regards,

Peter
mailto:address@hidden
www.ptoye.com

-------------------------
Monday, December 19, 2016, 11:04:26 AM, you wrote:

> Send lilypond-user mailing list submissions to
>        
address@hidden

> To subscribe or unsubscribe via the World Wide Web, visit
>        
https://lists.gnu.org/mailman/listinfo/lilypond-user
> or, via email, send a message with subject or body 'help' to
>        
address@hidden

> You can reach the person managing the list at
>        
address@hidden

> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of lilypond-user digest..."


> Today's Topics:

>    1. Re:Problems engraving some unbeautiful music (Urs Liska)


> ----------------------------------------------------------------------

> Message: 1
> Date: Mon, 19 Dec 2016 12:04:06 +0100
> From: Urs Liska <
address@hidden>
> To:
address@hidden
> Subject: Re: Problems engraving some unbeautiful music
> Message-ID: <
address@hidden>
> Content-Type: text/plain; charset="windows-1252"

> What about the attached?

> This makes the lower voice \voiceTwo, the middle voice \voiceFour and
> keeps all the stems downward.

> Additionally one would have to move the inner voice a little bit to the
> right so it doesn't touch the lower one.

> Just an idea

> Urs


> Am 19.12.2016 um 11:51 schrieb Peter Toye:
>> Problems engraving some unbeautiful music I'm trying to engrave the
>> attached score fragment, but can't work out how to get it right. I
>> agree with LP that it's not beautiful, but that's what the composer wrote.

>> The snippet below is as far as I've got, but there are too many
>> clashes (not surprising). So the cross-staff chords aren't working and
>> it's not merging the RH crochet (1/4 note) and quaver (1/8 note)
>> noteheads. If you comment out the LH 2nd voice, the remaining voices
>> work OK.

>> I suspect that shortening the stem of the LH 1st voice quavers to get
>> them out of the way of the 2nd voice would help, but I can't see how
>> to do this. I tried overriding the beamed-stem-shorten property (not
>> very explicitly documented in the Internals manual) but this made no
>> difference.

>> \version "2.19.52"
>> \language "english"
>> \layout {
>>  \context {
>>    \PianoStaff
>>    \consists #Span_stem_engraver
>>  }
>> }

>> {
>>  \new PianoStaff {
>>    <<
>>      \set PianoStaff.instrumentName = #"Piano"
>>      \new Staff = "rh" {
>>        \time 3/4
>>        \key gs \minor
>>        \clef treble
>>        \relative c' {
>>          \override PhrasingSlur.direction = #UP
>>          b \( cs d\) |
>>          d\( \change Staff = "lh" \stemUp {b <g d'> \) }|
>>        }
>>      }

>>      \new Staff = "lh" {
>>        \time 3/4
>>        \key gs \minor
>>        \clef bass
>>        \relative c
>>        {
>>          <<
>>            { \crossStaff {f4~ f4 f4 | g} s s | }
>>            \\
>> % comment out the next line and it works
>>            { \octaveCheck g, g2 g4 | <f b>2 <e b'>4 |}
>>            \\
>>            {
>>              \octaveCheck f
>> % next line makes no difference
>> \once \override Beam.beamed-stem-shorten = #'(0.3 0.3 0)
>>              \stemDown f8[ \stemUp b,~]
>>              \stemDown b[ b] \stemDown f'[ \stemUp b,] |
>>              \stemDown g'8[ \stemUp d]_~ \stemDown d[ g_~] g \stemUp d]
>>            }
>>          >>

>>        }
>>      }
>>    >>
>>  }
>> }

>> Regards,

>> Peter
>> mailto:address@hidden
>> www.ptoye.com <http://www.ptoye.com>


>> _______________________________________________
>> lilypond-user mailing list
>> address@hidden
>> https://lists.gnu.org/mailman/listinfo/lilypond-user

> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <
http://lists.gnu.org/archive/html/lilypond-user/attachments/20161219/4171ee43/attachment.html>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: voices.pdf
> Type: application/pdf
> Size: 29545 bytes
> Desc: not available
> URL:
> <
http://lists.gnu.org/archive/html/lilypond-user/attachments/20161219/4171ee43/attachment.pdf>

> ------------------------------

> Subject: Digest Footer

> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user


> ------------------------------

> End of lilypond-user Digest, Vol 169, Issue 104
> ***********************************************
reply via email to

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