On Fri, Feb 07, 2014 at 07:23:22AM +0100, David Kastrup wrote:
> Paul Scott writes:
>
> > On Wed, Feb 05, 2014 at 09:17:53PM -0800, Matthew wrote:
> >> Not wanting to type a long \override command in every staff I want a
> >> caesura, I
> >> tried defining a command to shorten things for me :) .
> That's rather awful code. \override/\revert are not really working
> all too well for single canned commands like that.
>
> I'd rather use something like
>
> caesura =
> \tweak #'text #(make-musicglyph-markup "scripts.caesura.straight")
> \tweak #'Y-offset #0 \breathe
>
> { c'\caesura d' e'
Paul Scott writes:
> On Wed, Feb 05, 2014 at 09:17:53PM -0800, Matthew wrote:
>> Not wanting to type a long \override command in every staff I want a
>> caesura, I
>> tried defining a command to shorten things for me :) . This is what I've
>> tried
>> so far:
>>
>> caesura = {
>> \override B
On Thu, Feb 06, 2014 at 09:18:11PM -0800, Matthew wrote:
> On 02/05/2014 09:36 PM, Paul Scott wrote:
> > On Wed, Feb 05, 2014 at 09:17:53PM -0800, Matthew wrote:
> >> Not wanting to type a long \override command in every staff I want a
> >> caesura, I
> >> tried defining a command to shorten thing
On 02/05/2014 09:36 PM, Paul Scott wrote:
> On Wed, Feb 05, 2014 at 09:17:53PM -0800, Matthew wrote:
>> Not wanting to type a long \override command in every staff I want a
>> caesura, I
>> tried defining a command to shorten things for me :) . This is what I've
>> tried
>> so far:
>>
>> caesura
On Wed, Feb 05, 2014 at 09:17:53PM -0800, Matthew wrote:
> Not wanting to type a long \override command in every staff I want a caesura,
> I
> tried defining a command to shorten things for me :) . This is what I've tried
> so far:
>
> caesura = {
> \override BreathingSign.text = \markup { \mus
Not wanting to type a long \override command in every staff I want a caesura, I
tried defining a command to shorten things for me :) . This is what I've tried
so far:
caesura = {
\override BreathingSign.text = \markup { \musicglyph
#"scripts.caesura.straight" }
\breathe
\override BreathingS