Dear lilypondusers,
  is it possible to change the first barnumber in the layoutblock?
  I tried it with:
  \layout { \context { \Score
  \set currentBarNumber  #115 } } 
  but without succes.
  Is there another possibilitie?

It does mork if you write the command inside the music.

%%%%%%%%%%%%%%
music = {
    \set Score.currentBarNumber = #115 
    R1 \break R1
}

\new Staff \music

%%%%%%%%%%%%%

Gilles
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to