lilypond-user
[Top][All Lists]
Advanced

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

Re: bar lines followed by barlines on a new line


From: Sam Domonkos
Subject: Re: bar lines followed by barlines on a new line
Date: Wed, 29 Sep 2010 12:17:56 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4

I am definitely closer thanks to your visibility reference. The remaining problem seems to come when a \bar "|." is followed by a \bar "|." even if they are separated by a \break. To confirm this I tried

\bar ".|" \bar "|." \bar ".|" \bar "|."

...and only the last is printed.

For example

\version "2.13.34"
\relative c''' {
\override Score.BarLine #'break-visibility = #all-visible
  \cadenzaOn
  \bar ".|" c1 \bar "|." \break
  \bar ".|" c1 \bar "|."
}

At the end of the first line the \bar "|." is not printed.

Thanks,
--Sam


On 2010-09-29 11:35, Vicente Solsona wrote:
I would like to explicitly separate parts of music by having these bar lines always at the beginning and end of parts, but they do not all print.

the answer is probably at the Notation Reference 5.4.7 "Visibility of objects" -> "Using break-visibility"

\version "2.13.14"

you seem to be using a highly experimental version ("pre-alpha" status). consider upgrading to "2.13.34" ("alpha near beta" status).

greetings,

Vicente





reply via email to

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