[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lilypond-user
Subject:    Re: bar number interference
From:       Manuela_Gößnitzer <pressephotografin () gmail ! com>
Date:       2017-06-25 12:53:55
Message-ID: CAL2PxHdd9u9k=7F5jBoQarEX9JFG+awq0Q0j=huHDSiPVNMP9Q () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


I use this construction:

\version "2.18.2"

melody = {
  %\override Score.BarNumber.break-visibility = ##(#t #t #t)
  \time 5/4   b2.( b4 ) r4 |
}

harmonies = \chordmode { b2.:min fis2:min7 | }
\layout {
  \context {
    \Score
    \remove "Bar_number_engraver"
  }
  \context {
    \Staff
    \consists "Bar_number_engraver"
    \override BarNumber.break-visibility = #all-visible
    \override BarNumber.color = #grey
    \override BarNumber.layer = #-200
    \override BarNumber.outside-staff-priority =#'()
    \override BarNumber.padding = #1
    \override BarNumber.font-size = #1
    \override BarNumber.self-alignment-X = #0
  }
}

\score {
  <<
    \new ChordNames { \harmonies }
    \new Staff { \melody }
  >>
}

2017-06-22 17:32 GMT+02:00 bb <bb-543437@telecolumbus.net>:

> I have checked the NR http://lilypond.org/doc/v2.18/
> Documentation/notation/bars . Indeed, there is not any problem, as long
> as you do not use chord names.
>
> May be, there is another chapter in the NR concerning this case of
> interfering with chord names? If any please point me to that. Thanks.
>
> BB
>
> Am 22.06.2017 um 17:12 schrieb Andrew Bernard:
>
> Hello BB,
>
> But this is in the NR in the section on bar numbers, is it not?
>
> Andrew
>
> ==
>
> \relative c' {
>   \set Score.currentBarNumber = #111
>   \override Score.BarNumber.break-visibility = #all-visible
>   % Increase the size of the bar number by 2
>   \override Score.BarNumber.font-size = #2
>   % Print a bar number every second measure
>   \set Score.barNumberVisibility = #(every-nth-bar-number-visible 2)
>   c1 | c1
>   % Center-align bar numbers
>   \override Score.BarNumber.self-alignment-X = #CENTER
>   c1 | c1
>   % Left-align bar numbers
>   \override Score.BarNumber.self-alignment-X = #LEFT
>   c1 | c1
> }
>
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>

[Attachment #5 (text/html)]

<div dir="ltr">I use this construction:<br><br><span \
style="font-family:monospace,monospace">\version &quot;2.18.2&quot;<br><br>melody = \
{<br>   %\override Score.BarNumber.break-visibility = ##(#t #t #t)<br>   \time 5/4    \
b2.( b4 ) r4 |<br>}<br><br>harmonies = \chordmode { b2.:min fis2:min7 | }<br>\layout \
{<br>   \context {<br>       \Score<br>       \remove \
&quot;Bar_number_engraver&quot;<br>   }<br>   \context {<br>       \Staff<br>       \
\consists &quot;Bar_number_engraver&quot;<br>       \override \
BarNumber.break-visibility = #all-visible<br>       \override BarNumber.color = \
#grey<br>       \override BarNumber.layer = #-200<br>       \override \
BarNumber.outside-staff-priority =#&#39;()<br>       \override BarNumber.padding = \
#1<br>       \override BarNumber.font-size = #1<br>       \override \
BarNumber.self-alignment-X = #0<br>   }<br>}<br><br>\score {<br>   &lt;&lt;<br>       \
\new ChordNames { \harmonies }<br>       \new Staff { \melody }<br>   \
&gt;&gt;<br>}</span><br></div><div class="gmail_extra"><br><div \
class="gmail_quote">2017-06-22 17:32 GMT+02:00 bb <span dir="ltr">&lt;<a \
href="mailto:bb-543437@telecolumbus.net" \
target="_blank">bb-543437@telecolumbus.net</a>&gt;</span>:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    <p>I have checked the NR
      <a class="m_5129047574544415207moz-txt-link-freetext" \
href="http://lilypond.org/doc/v2.18/Documentation/notation/bars" \
target="_blank">http://lilypond.org/doc/v2.18/<wbr>Documentation/notation/bars</a> .  \
Indeed, there is not any problem, as long as you do not use chord  names.   <br>
    </p>
    <p>May be, there is another chapter in the NR concerning this case
      of interfering with chord names? If any please point me to that.
      Thanks. <br><span class="HOEnZb"><font color="#888888">
    </font></span></p><span class="HOEnZb"><font color="#888888">
    <p>BB<br>
    </p></font></span><div><div class="h5">
    <br>
    <div class="m_5129047574544415207moz-cite-prefix">Am 22.06.2017 um 17:12 schrieb \
Andrew  Bernard:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">Hello BB,
        <div><br>
        </div>
        <div>But this is in the NR in the section on bar numbers, is it
          not?</div>
        <div><br>
        </div>
        <div>Andrew</div>
        <div><br>
        </div>
        <div>==</div>
        <div><br>
        </div>
        <div>
          <pre class="m_5129047574544415207gmail-verbatim" \
style="font-size:1em;padding:1em;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)">\relative \
c&#39; {  \set Score.currentBarNumber = #111
  \override Score.BarNumber.break-<wbr>visibility = #all-visible
  % Increase the size of the bar number by 2
  \override Score.BarNumber.font-size = #2
  % Print a bar number every second measure
  \set Score.barNumberVisibility = #(every-nth-bar-number-visible 2)
  c1 | c1
  % Center-align bar numbers
  \override Score.BarNumber.self-<wbr>alignment-X = #CENTER
  c1 | c1
  % Left-align bar numbers
  \override Score.BarNumber.self-<wbr>alignment-X = #LEFT
  c1 | c1
}</pre>
          <pre class="m_5129047574544415207gmail-verbatim" \
style="font-size:1em;padding:1em;margin-top:0px;margin-bottom:0px;color:rgb(0,0,0)"></pre>
  </div>
      </div>
    </blockquote>
    <br>
  </div></div></div>

<br>______________________________<wbr>_________________<br>
lilypond-user mailing list<br>
<a href="mailto:lilypond-user@gnu.org">lilypond-user@gnu.org</a><br>
<a href="https://lists.gnu.org/mailman/listinfo/lilypond-user" rel="noreferrer" \
target="_blank">https://lists.gnu.org/mailman/<wbr>listinfo/lilypond-user</a><br> \
<br></blockquote></div><br></div>



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic