lilypond-user
[Top][All Lists]
Advanced

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

Re: Two End bar


From: Wim van Dommelen
Subject: Re: Two End bar
Date: Mon, 22 Jul 2013 16:46:29 +0200


On 21 Jul 2013, at 21:16 , Pierre Perol-Schneider wrote:

2013/7/21 Christopher R. Maden <address@hidden>

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 Carl.

And I agree with Chris. A seperate tracks is perfect for large scores, but not always worth the extra trouble for the smaller pieces.

Because I usually have instrumental parts, often transposed and sometime included in larger scores, I tend to used tags to make the difference. For example something basic like this:

\version "2.16.0"

music = \relative f' {
c-\tag #'part ^"(part)"
 -\tag #'score ^"(score)"
d e f g
a b c
\tag #'score \bar "|."
}

\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.

Regards,
Wim.


reply via email to

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