lilypond-user
[Top][All Lists]
Advanced

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

switcj of percussion staves


From: Stefan Thomas
Subject: switcj of percussion staves
Date: Mon, 12 May 2008 14:58:41 +0200

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 %%%%%%%
       


reply via email to

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