On 22 Jul 2013, at 16:56 , David Kastrup wrote:
Wim van Dommelen writes:
\score {
\new Staff {
\keepWithTag #'part \music
\keepWithTag #'score \music
}
}
There is also a function in the archive to use multiple tags in one
call: \keepWIthTags w
On 21 Jul 2013, at 21:16 , Pierre Perol-Schneider wrote:
2013/7/21 Christopher R. Maden
I will disagree with Carl here — I like to have end bars (and other
flow-features) in all my parts precisely because errors like this show
up with a giant flashing neon sign. It is a nice diagnostic side-
Wim van Dommelen writes:
> \score {
> \new Staff {
> \keepWithTag #'part \music
> \keepWithTag #'score \music
> }
> }
>
> There is also a function in the archive to use multiple tags in one
> call: \keepWIthTags which I've included in my own library.
As of
TMTOWTDI (the perl motto applies).
Andrew
On 22/07/13 6:45 AM, David Kastrup wrote:
Mixed signals if I ever saw them.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Pierre Perol-Schneider writes:
> 2013/7/21 Christopher R. Maden
>
>>
>> I will disagree with Carl here — I like to have end bars (and other
>> flow-features) in all my parts precisely because errors like this show
>> up with a giant flashing neon sign. It is a nice diagnostic side-effect.
>>
>>
2013/7/21 Christopher R. Maden
>
> I will disagree with Carl here — I like to have end bars (and other
> flow-features) in all my parts precisely because errors like this show
> up with a giant flashing neon sign. It is a nice diagnostic side-effect.
>
> ~Chris
>
>
I absolutely agree with you Ca
On 07/20/2013 10:39 PM, Carl Peterson wrote:
> You've specified the bars in all your voices. It looks like the bass
> voice ends before the others, so you're seeing the double-bar for the
> bass voice, then the others. Typically, you only want one voice
> explicitly declaring bars (and breaks) to a
Hi CarlYou are right, I removed the end bar in the bass voice and the extra bar
disappeared. and thanks for the tip for the extra voice.
ThanksJun
Date: Sat, 20 Jul 2013 22:39:47 -0400
Subject: Re: Two End bar
From: carlopeter...@gmail.com
To: wj1...@hotmail.com
CC: lilypond-user@gnu.org
On Sat
On Sat, Jul 20, 2013 at 10:14 PM, Jun Wang wrote:
> Hi,
> I couldn't figure out why I have 2 end bar, see attached lily code and
> image file, extra end bar is marked with red color.
> Do you have any clue?
>
> Thanks
> Jun
>
> Jun,
You've specified the bars in all your voices. It looks like t