lilypond-user
[Top][All Lists]
Advanced

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

Re: proportional notation problem


From: Neil Thornock
Subject: Re: proportional notation problem
Date: Mon, 21 Sep 2015 18:59:56 -0600

HACK-O-MATIC! I don't like it. But it works.

\new StaffGroup <<
     \new Staff { \overrideProperty Score.NonMusicalPaperColumn.line-break-system-details #'((Y-offset . 20) (alignment-distances . (0))) \transpose c c' { \voiceOne <f'' e''>16 q q q q16*1/2 \hideNotes c16*1/2 \unHideNotes q16 q q q q q q \times 2/3 { q8 q q } } }
     \new Staff \transpose c c' { \times 2/3 { des'4 des'8 } \times 2/3 { b8\rest <ces'' bes'>8 q } \times 2/3 { q q q } q q }
>>


On Mon, Sep 21, 2015 at 5:12 PM, Neil Thornock <address@hidden> wrote:
Thanks Simon. Sample code:

\transpose c c' { << {
     <f'' e''>16 q q q q q q q q q q q \times 2/3 { q8 q q }
} \\ {
     \times 2/3 { des'4 des'8 } \times 2/3 { b8\rest <ces'' bes'>8 q } \times 2/3 { q q q } q q
} >> }


On Mon, Sep 21, 2015 at 5:07 PM, Simon Albrecht <address@hidden> wrote:
On 22.09.2015 00:51, Neil Thornock wrote:
See the two attached images for my problem spot.

I'd like something more like the Finale output, but no matter what combination of proportional notation options I try, it won't budge. It seems like the ledger lines are too greedy.

Also, I have no idea how to get the flats in the lower voice to appear *before* the *previous* note of the top voice, which seems to me like a more elegant solution in this case.

Any advice? I can't figure this out.

It seems you’ve found a super difficult case.
Can you please post the LilyPond code you used for the second image (<http://lilypond.org/tiny-examples.html>)?

Yours, Simon


Attachment: lilypond-hack.png
Description: PNG image


reply via email to

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