lilypond-user
[Top][All Lists]
Advanced

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

Re: inconsistent bar number placement


From: Juan Cristóbal Cerrillo
Subject: Re: inconsistent bar number placement
Date: Fri, 17 Mar 2017 18:10:55 -0600

Yes, exactly.

Many thanks Jeffery.

all best,

jc


On Mar 17, 2017, at 5:49 PM, Jeffery Shivers <address@hidden> 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


reply via email to

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