Re: Hemiola indication

2013-11-07 Thread Eluze
and here's a kind of workaround: http://lilypond.1069038.n5.nabble.com/Ligaturebrackets-not-printed-after-line-break-tt80392.html#a80393 Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Hemiola-indication-tp152695p153506.html Sent from the User mailing

Re: Hemiola indication

2013-11-07 Thread Eluze
hen it compiles without complaints! (Kieren's example also fails when you change/lower the octave) can you add a bug report - thanks! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Hemiola-indication-tp152695p153504.html Sent from the User mailing l

Re: Hemiola indication

2013-11-07 Thread Peter Toye
Well, I've now tried 2.17.29 and this example doesn't print the first or the last ligature. And still giving the infinity/nan warnings. Does it work with you? \version "2.17.29" \language "english" \score { << \new Staff << \relative c' { \time 3/2 \[ c1 \] \[ f2~ | f \] \[ c' b \] | \[ c2 b \]

Re: Hemiola indication

2013-10-31 Thread Peter Toye
Kieren, To continue... My tiny examples print OK in 2.17. But my original file doesn't. So it needs more exploration, which I don't have time for at the moment. WIll try later. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Sunday, October 20, 2013, 7:32

Re: Hemiola indication

2013-10-31 Thread Peter Toye
Hi Kieren, Just installed 2.17.29 and it's different but still wrong. Also it's giving a load of warning: Found infinity or nan in output. Substituting 0.0 errors which may or may not be connected to this issue. I think I'll put in a bug/enhancement report and see what happens. Best r

Re: Hemiola indication

2013-10-20 Thread Kieren MacMillan
Hi Peter, All three print fine here (2.17). Maybe try this with 2.16 (which I don't have): \version "2.16.2" \language "english" sopranoVoice = \relative c'' { \key c \major \numericTimeSignature \time 3/2 { \[ d2 ef \] \[ f | g \] \[ f1*15/16 s16 \]} } \score { \new Staff { \sopranoVoice } } H

Re: Hemiola indication

2013-10-20 Thread Peter Toye
Kieren, I was in the process of preparing one! \version "2.16.2" \language "english" sopranoVoice = \relative c'' { \key c \major \numericTimeSignature \time 3/2 { \[ d2 ef \] \[ f | g \] \[ f1 \]} } \score { \new Staff { \sopranoVoice } } The last ligature isn't printed. Best regards, Peter m

Re: Hemiola indication

2013-10-20 Thread Kieren MacMillan
Hi Peter, > It doesn't work too well (as the 2.16 doc says), and there's definitely a > problem where there's a 4-beat note (tied over the 3-beat bar) in the > relevant voice. Can't work out how to do that one. Might I suggest including a minimal snippet to the list, so we can see the exact pr

Re: Hemiola indication

2013-10-20 Thread Peter Toye
[ c ] c [ c ] | } \score { \new Staff \violin \layout { } } Mark From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Peter Toye Sent: Sunday, October 20, 2013 10:21 AM To: lilypond-user@gnu.org Subject: Hemi

Re: Hemiola indication

2013-10-20 Thread Marcos Press
sonmark=ca.rr@gnu.org [mailto: > lilypond-user-bounces+carsonmark=ca.rr@gnu.org] *On Behalf Of *Peter > Toye > *Sent:* Sunday, October 20, 2013 10:21 AM > *To:* lilypond-user@gnu.org > *Subject:* Hemiola indication > > ** ** > > I want to indicate a hemio

RE: Hemiola indication

2013-10-20 Thread Mark Stephen Mrotek
yout { } } Mark From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Peter Toye Sent: Sunday, October 20, 2013 10:21 AM To: lilypond-user@gnu.org Subject: Hemiola indication I want to indicate a hemiola - the bes

Hemiola indication

2013-10-20 Thread Peter Toye
I want to indicate a hemiola - the best method seems to be horizontal brackets indicating each double-length beat. I can't find anything in the documentation or snippets telling how to do it. What am I missing please? Regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com