Yes, exactly.

Many thanks Jeffery.

all best,

jc


> On Mar 17, 2017, at 5:49 PM, Jeffery Shivers <[email protected]> wrote:
> 
> If I understand, does making the following two changes do what you want?
> 
> 1) remove bar numbers from the score:
>  \context {\Score
>            \accepts TimeSig
>            tupletFullLength = ##t
>            \remove "Bar_number_engraver"
>  }
> 
> 2) include the bar number engraver only with the staff you want:
> \score {
>  \new StaffGroup
>  <<
>    \new TimeSig
>    \new Staff \with {
>      \consists "Bar_number_engraver"
>    }
>    \music
>    \new Staff \music
>>> 
> }
> 
> Best,
> Jeffery

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to