Re: What am I doing wrong here?

2010-10-03 Thread David Kastrup
Carl Sorensen writes: > On 10/3/10 10:29 AM, "Trevor Daniels" wrote: > >> David Kastrup wrote Sunday, October 03, 2010 3:22 PM >>> >>> push = -\tweak #'side-axis #X ^\markup { \musicglyph >>> #"accordion.push" } >>> pull = -\tweak #'side-axis #X ^\markup { \musicglyph >>> #"accordion.pull" } >>

Re: What am I doing wrong here?

2010-10-03 Thread Carl Sorensen
On 10/3/10 10:29 AM, "Trevor Daniels" wrote: > > > David Kastrup wrote Sunday, October 03, 2010 3:22 PM >> >> push = -\tweak #'side-axis #X ^\markup { \musicglyph >> #"accordion.push" } >> pull = -\tweak #'side-axis #X ^\markup { \musicglyph >> #"accordion.pull" } >> \score { >> \repeat unf

Re: What am I doing wrong here?

2010-10-03 Thread Trevor Daniels
David Kastrup wrote Sunday, October 03, 2010 3:22 PM push = -\tweak #'side-axis #X ^\markup { \musicglyph #"accordion.push" } pull = -\tweak #'side-axis #X ^\markup { \musicglyph #"accordion.pull" } \score { \repeat unfold 8 { c'-1\push c'-1\pull } } Why does this work nice with \push, and

What am I doing wrong here?

2010-10-03 Thread David Kastrup
push = -\tweak #'side-axis #X ^\markup { \musicglyph #"accordion.push" } pull = -\tweak #'side-axis #X ^\markup { \musicglyph #"accordion.pull" } \score { \repeat unfold 8 { c'-1\push c'-1\pull } } Why does this work nice with \push, and not so nice with \pull? Is this supposed to work at all?