lilypond-user
[Top][All Lists]
Advanced

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

Re: continuous numbering over several pieces


From: Luc
Subject: Re: continuous numbering over several pieces
Date: Mon, 11 Sep 2006 11:26:10 +0200

Hi Mats

I followed your advice writing all the parts in one score and now I run into problems with naming the movements ("first", "second") at the left of a new line (like "piece=" in the \header would do) and marking the end of a movement with "fine", "dal segno" or glyphs. These marks should be aligned with the line or the bar, not with the note. Obviously the 2 adjacent \mark \markup create problems.

Thanks for a good solution!
Luc

\version "2.8.6"
{
\mark \markup "first    "
\repeat unfold 12 { e' 1 }
\once \override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible
\once \override Score.RehearsalMark #'self-alignment-X = #right
\mark \markup "Fine"

\break
\mark \markup { "second" }
\repeat unfold 18 { g' 1 }
}
\markup {
\wordwrap-string #"Where is it? The *Fine* disappeared and the *second* which should be on the next line moved to the line before!"
}
----- Original Message ----- From: "Mats Bengtsson" <address@hidden>
To: "luc" <address@hidden>
Cc: <address@hidden>
Sent: Saturday, September 02, 2006 9:40 PM
Subject: Re: continuous numbering over several pieces


Quoting luc <address@hidden>:

Hi

Actually (Windows XP, Version "2.8.6"), bar numbering restarts at 1 with every
new piece in a book.

Is it possible to prevent it from being reset automatically?

(of course I don't wanna use \set Score.currentBarNumber = #...)

Not that I know of. It might be possible to implement Scheme
functions that you can use at the end of each score to store the current bar number in some global variable and at the beginning
of the next score to set currentbarNumber.

Isn't it possible to write all the pieces in the same score block?

  /Mats






reply via email to

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