Am 26.02.2016 um 10:16 schrieb Bernard:
Hi,

I am new to Lilypond.

I would like to use a 2 line staff with the code :

-----------------------------------------

\version "2.16.2"

timb = \drummode {
          timh4 ssh
        }

   <<
     \new DrumStaff \with {
       drumStyleTable = #timbales-style
       \override StaffSymbol.line-count = #2  # generate syntax error

With version 2.16.x, you have to use

\override StaffSymbol #'line-count = #2

The dot syntax came with 2.18.x, I think, and I recommend upgrading to a newer lilypond release.

HTH,

Marc


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to