Re: proportional notation problem

2015-09-22 Thread Simon Albrecht
On 22.09.2015 01:12, Neil Thornock wrote: Thanks Simon. Sample code: \transpose c c' { << { 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 8 q } \times 2/3 { q q q } q q } >> } Simple solution: Use two

Re: proportional notation problem

2015-09-21 Thread Urs Liska
Am 22.09.2015 um 00:51 schrieb Neil Thornock: > 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,

Re: proportional notation problem

2015-09-21 Thread Neil Thornock
Thanks Simon. Sample code: \transpose c c' { << { 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 8 q } \times 2/3 { q q q } q q } >> } On Mon, Sep 21, 2015 at 5:07 PM, Simon Albrecht

Re: proportional notation problem

2015-09-21 Thread Andrew Bernard
Hi Neil. That can’t be the way to do it, even though it works. In pure principle, it’s way too much code complexity for the simplicity required. Just plain inelegant. Playing with your example, it is clear that lilypond is doing its maximum best to avoid a collision between the ledger lines

Re: proportional notation problem

2015-09-21 Thread Simon Albrecht
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

proportional notation problem

2015-09-21 Thread Neil Thornock
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

Re: proportional notation problem

2015-09-21 Thread Neil Thornock
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 16 q q q q16*1/2 \hideNotes c16*1/2 \unHideNotes q16 q q q

Re: proportional notation problem

2015-09-21 Thread Urs Liska
Am 22.09.2015 um 01:12 schrieb Neil Thornock: > Thanks Simon. Sample code: > > \transpose c c' { << { > 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 8 q } > \times 2/3 { q q q } q q > } >> } > \override