I'm trying to tell Lilypond to print the number of the bars on each
line with `barNumberDirection'. I tried something like this, but no
number is printed. Am I doing it wrong ?
--------
\header {
\include "header.ly";
filename = "bwv1020.ly";
}
global = \notes {
\key g \minor;
\time 3/4;
}
\include "clavecin_1.ly";
\score {
\notes { \property Score.barNumberDirection = \up
\context GrandStaff <
\context Staff = treble <
\global
\clef treble;
\top
>
\context Staff = bass <
\global
\clef bass;
\bottom
>
> }
}
--------
--
Laurent Martelli
[EMAIL PROTECTED]