bug-lilypond
[Top][All Lists]
Advanced

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

Re: Enhancement: using \barNumberCheck inside a \repeat with articulate.


From: Knute Snortum
Subject: Re: Enhancement: using \barNumberCheck inside a \repeat with articulate.ly
Date: Sun, 10 May 2015 07:21:50 -0700

Moving the include fixed the appoggiatura problem, but the barNumberChecks
still emit warnings.



Knute Snortum
(via Gmail)

On Sun, May 10, 2015 at 12:16 AM, Federico Bruni <address@hidden> wrote:

> I _think_ that this bug report explains the problems you reported here and
> in the previous thread:
> https://code.google.com/p/lilypond/issues/detail?id=3696
>
> I suggest using the "workaround" (I see it as a sort of best practice for
> using articulate.ly):
>
> move the include after the \score block with layout and before the \score
> with midi
>
>
> Il giorno sab 9 mag 2015 alle 19:13, Knute Snortum <address@hidden>
> ha scritto:
>
>> If you are using articulate.ly, you can't have a \barNumberCheck inside a
>> \repeat even if it's a volta. I believe this is because \articulate does a
>> \repeat unfold so it's not a bug per se, but it's a pretty important
>> enhancement (IMO) since a lot of baroque music uses trills and repeats.
>>
>> \version "2.19.19"
>> \language "english"
>> \include "articulate.ly"
>>
>> music = \repeat volta 2 {
>>   \relative c'' {
>>     c1 \prall |
>>     \barNumberCheck #2
>>     d1 |
>>   }
>> }
>>
>> \score {
>>   \music
>>   \layout {}
>> }
>>
>> \score {
>>   \articulate <<
>>     \music
>>   >>
>>   \midi {}
>> }
>>
>> Knute Snortum
>> (via Gmail)
>> _______________________________________________
>> bug-lilypond mailing list
>> address@hidden
>> https://lists.gnu.org/mailman/listinfo/bug-lilypond
>>
>
>


reply via email to

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