Dear lilypond-users,
I have a problem, that's going to drive me crazy at the moment!!
Why can't I do a change of staff lines in the below quoted example?
%%%%%% Begin %%%%%%
trommel = { \override Staff.StaffSymbol #'line-count = 1 \override
Staff.BarLine #'bar-size = #3 }
normalsystem = {\override Staff.StaffSymbol #'line-count = 5 \override
Staff.BarLine #'bar-size = #4 \override Staff.StaffSymbol #'line-positions
= #'(-4 -2 0 2 4) }
fragA = \relative { \normalsystem c4\laissezVibrer r2. \break \stopStaff }
fragB = \relative { \trommel \startStaff c8 c c c c2 }
\score {
\new Staff { \clef "treble" \fragA \clef percussion \fragB }
}
%%%% END %%%%%%%
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user