bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: \alterBroken syntax


From: Dan Eble
Subject: Re: \alterBroken syntax
Date: Mon, 27 Mar 2017 18:03:39 -0400

> On Mar 27, 2017, at 17:32 , Dan Eble <address@hidden> wrote:
> 
> This is the current syntax:
> 
>    \alterBroken property-name #’(before after) GrobName
> 
> This would be more consistent with other things:
> 
>    \alterBroken GrobName.property-name #’(before after)
> 

Notation reference for 2.19.58, p.633:
    The syntax for \alterBroken is [-]\alterBroken property values item 
and,
    \relative c'' {
      r2
      \alterBroken thickness #'(10 1) Slur
      c8( d e f
      \break
      g8 f e d) r2
    }

Result of trying the above example, but with the syntax changed as suggested:
   alter-break.ly:5:3: warning: not a spanner
and no difference in thickness.
— 
Dan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]