"Dmytro O. Redchuk" <[EMAIL PROTECTED]> writes:
> > The only thing I'd want to get rid of is the time change indicator at
> > the end of the first staff.
> Time remains unchanged, so, why specify it?
Maybe a little explanation of what I'm trying to achieve.
I play with a pop choir (http://www.xp
AFAIK, you can't print bar number 1. If you really need it to be printed a
markup is probably the only way.
Trevor
- Original Message -
From: "Johan Vromans" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, August 27, 2008 1:21 PM
Subject: Printing bar number 1
2008/8/27 Johan Vromans <[EMAIL PROTECTED]>:
> This works for me:
>
> \version "2.10.33"
> \relative c' {
>R1 * 4 \break
>\set Score.barNumberVisibility = #(every-nth-bar-number-visible 1)
>\set Score.currentBarNumber = #1
>\time 4/4
Just comment it out.
>c1 c c c
>\brea
2008/8/27 Johan Vromans <[EMAIL PROTECTED]>:
> But it works perfectly! Thanks!
Btw, you dont need to "\set Score.currentBarNumber = #1" in this case.
> -- Johan
> Chord is alive! http://chordii.sourceforge.net
--
Dmytro O. Redchuk
___
lilypond-user
"Gilles THIBAULT" <[EMAIL PROTECTED]> writes:
w> Weel, not for me ...
>
> \version "2.11.51"
This works for me:
\version "2.10.33"
\relative c' {
R1 * 4 \break
\set Score.barNumberVisibility = #(every-nth-bar-number-visible 1)
\set Score.currentBarNumber = #1
\time 4/4
c
2008/8/27 Johan Vromans <[EMAIL PROTECTED]>:
> "Dmytro O. Redchuk" <[EMAIL PROTECTED]> writes:
>
>> % add this:
>> \set Score.barNumberVisibility = #(every-nth-bar-number-visible 1)
>> \override Score.BarNumber #'break-visibility = #'#(#f #f #t)
>> % probably this isn't the best way
>
>
"Dmytro O. Redchuk" <[EMAIL PROTECTED]> writes:
> % add this:
> \set Score.barNumberVisibility = #(every-nth-bar-number-visible 1)
> \override Score.BarNumber #'break-visibility = #'#(#f #f #t)
> % probably this isn't the best way
But it works perfectly! Thanks!
I believe that break-
Peter Johnson <[EMAIL PROTECTED]> writes:
> > So, here it goes again: How can I print bar number 1? E.g.,
> Add this here:
> [...]
> And it will work for any \set Score.currentBarNumber greater than 1.
And, as you may have guessed, it's number 1 that I want printed :).
-- Johan
Chord is alive
Am 27.08.2008 um 15:05 schrieb Peter Johnson:
On 27 Aug 2008, at 13:21, Johan Vromans wrote:
So, here it goes again: How can I print bar number 1? E.g.,
Add this here:
\override Score.BarNumber #'break-visibility = #'#(#t #t #t)
\set Score.currentBarNumber = #1
\bar ""
\repea
2008/8/27 Johan Vromans <[EMAIL PROTECTED]>:
> Yes, this has been asked before but the archives didn't show an
> answer...
>
> So, here it goes again: How can I print bar number 1? E.g.,
>
> \set Score.currentBarNumber = #1
% add this:
\set Score.barNumberVisibility = #(every-nth-bar-numb
On 27 Aug 2008, at 13:21, Johan Vromans wrote:
So, here it goes again: How can I print bar number 1? E.g.,
Add this here:
\override Score.BarNumber #'break-visibility = #'#(#t #t #t)
\set Score.currentBarNumber = #1
\bar ""
\repeat unfold 4 {c4 c c c} \break
\repeat unfol
Yes, this has been asked before but the archives didn't show an
answer...
So, here it goes again: How can I print bar number 1? E.g.,
\set Score.currentBarNumber = #1
\bar ""
\repeat unfold 4 {c4 c c c} \break
\repeat unfold 4 {c4 c c c}
-- Johan
Chord is alive! http://cho
Hi,
8.2.4 "Bar numbers" gives an example that, to print a bar number at
the beginning of a piece, we should insert a dummy \bar at the
beginning of note entry. Here's the example:
\set Score.currentBarNumber = #50
\bar ""
\repeat unfold 4 {c4 c c c} \break
\repeat unfold 4 {c4 c
13 matches
Mail list logo