lilypond-user
[Top][All Lists]
Advanced

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

Re: unwanted barnumber


From: Thomas Morley
Subject: Re: unwanted barnumber
Date: Wed, 3 Oct 2012 17:22:33 +0200

Sorry, forgot to answer all.
Here again:

2012/10/3 TaoCG <address@hidden>:
> When I typeset a dashed barline in the middle of a bar lilypond prints an
> additional Barnumber in parentheses above it. Is there a way to avoid this?

Using:

\relative c' {
        \override Score.BarNumber #'break-visibility = #'#(#t #t #t)
        c1
        d
        e
        c8 c c c \bar "dashed"
        c c c c
        \break
        d1 e f
        \bar "|."
}

I can't confirm your observation with any tested version.
i.e "2.14.2", "2.16.0", "2.17.0"

-Harm



reply via email to

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