Point taken. I actually had read it a while back, which is how I came to
know about bar checks, but missed that part.  I'll reread it...

On Mar 27, 2017 3:28 AM, "Phil Holmes" <m...@philholmes.net> wrote:

> Others have pointed out the problem to you, but you would have found it
> yourself by reading the Learning Manual:
>
> http://lilypond.org/doc/v2.19/Documentation/learning/some-common-errors
> http://lilypond.org/doc/v2.19/Documentation/usage/common-
> errors#an-extra-staff-appears
>
> --
> Phil Holmes
>
>
>
> ----- Original Message -----
> *From:* Rob Torop <rob.to...@gmail.com>
> *To:* lilypond-user@gnu.org
> *Sent:* Sunday, March 26, 2017 9:49 PM
>
> I'm finding that when I use a TabStaff and also set some properties
> (either or both of minimumFret and restrainOpenStrings), my first line has
> an extra TabStaff!  What can I do to get rid of it? Thanks!
>
> Here's what it looks like:
>
> [image: Screen Shot 2017-03-26 at 4.46.59 PM.png]
>
> And here's the code that generated this:
>
> \version "2.19"
> \language "english"
>
> solo = \relative c' {
>
>     % Either of both of the two settings will cause an extra "TAB" staff
> to be rendered
>      \set TabStaff.minimumFret=#1
>      \set TabStaff.restrainOpenStrings = ##t
>
>      c8   f e ef df c bf af
> }
>
> \score {
>   <<
>      \new Staff        \solo
>      \new TabStaff  \solo
>    >>
> }
>
>
> ------------------------------
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to