Re: lilypond-user Digest, Vol 142, Issue 95

2014-09-22 Thread b...@wolfcomposer.com
Jay-- i'm glad i've gotten you a little closer. i'm no programmer, though, so anything else is beyond my abilities. You might be able to write little function that sets the completionUnit to (2 4) once you've finished a (5 4). It would then switch back to (5 4) after finishing the (2 4). You c

Re: lilypond-user Digest, Vol 142, Issue 83

2014-09-19 Thread b...@wolfcomposer.com
Hi, Jay-- Will this get you closer to what you want? \version "2.18.2" fooBar = { s1 s4 \bar "|" s2 \bar "||" } music = \relative c' { \compoundMeter #'((5 4) (2 4)) \set completionUnit = #(ly:make-moment 5 4) c4 d e f g2 \set completionUnit = #(ly:make-moment

Re: lilypond-user Digest, Vol 142, Issue 80

2014-09-18 Thread b...@wolfcomposer.com
Hi, Jay-- i'm not sure of everything you're trying to do, but change your layout block to this: \layout { \context { \Voice \remove Note_heads_engraver \remove Rest_engraver \consists Completion_heads_engraver \consists Completion_rest_engraver } \context { \Staff

Re: SystemStartBracket/Brace

2014-06-09 Thread b...@wolfcomposer.com
> Please *never* take the mailing list off the cc without announcement. > If people notice this after the fact, it means that they have to search > in their archives for the message and resend a copy to the mailing > list. In this case, I resent the wrong message again. > > It's a lot of has

Re: SystemStartBracket/Brace

2014-06-09 Thread b...@wolfcomposer.com
Hi, Thomas-- > is the following what you want? > > \version "2.18.0" > > \score { ><< > \new PianoStaff ><< >\new Staff = "upper" { c'''1\arpeggio } >\new Staff = "lower" { c'' 1\arpeggio } >\new Staff = "feet" { c'1\arpeggio } >\layout { >

SystemStartBracket/Brace

2014-06-09 Thread b...@wolfcomposer.com
Hello, All-- To start, i'm using LilyPond 2.18.2. To keep this short, here is how i've set up my score: \score { \new GrandStaff << \set GrandStaff.connectArpeggios = ##t \new PianoStaff \set PianoStaff.connectArpeggios = ##t << \new Staff = "upper"

the next step?

2014-04-04 Thread b...@wolfcomposer.com
Dear All, A friend of mine asked a few questions about a pipe-organ piece i'd written that was performed recently. i ended up making two sheets of examples for him, one with a table of canons in two voices , the other i

Re: Rests with Stems

2013-10-16 Thread b...@wolfcomposer.com
Just a quick thank you! i went online, this morning, to solve this very problem. Thanks, again! bill On October 15, 2013 at 9:50 AM lilypond-user-requ...@gnu.org wrote: > Send lilypond-user mailing list submissions to > lilypond-user@gnu.org > > To subscribe or unsubscribe via the World Wide Web