lilypond-user
[Top][All Lists]
Advanced

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

Re: percussion-style


From: Andreas Rittershofer
Subject: Re: percussion-style
Date: Mon, 04 Jul 2005 12:13:23 +0200

Am Montag, den 04.07.2005, 11:41 +0200 schrieb Mats Bengtsson:
> If you click on the example in the manual, you will notice
> that you have to specify the number of lines manually.
> As an alternative, you might want to use a RhythmicStaff
> instead of a DrumStaff, see the section on "Showing melody rhythms"
> in the manual.

Now I added the following line:
 \override StaffSymbol #'line-count= #1

But this also does not work:

drei = \drummode
{
    cl8[ cl16 cl16] r16 cl8[ \set stemLeftBeamCount = #1 \set
stemRightBeamCount = #2 cl16 cl16] r16 cl8[ cl16 cl16] r16 cl16]
}

\score
{

    \new DrumStaff \with
    {
      drumStyleTable= #percussion-style
      \override StaffSymbol #'line-count= #1
    }
    <<
      \drei
    >>
}

I get the following error message:

guaguanco_perc.ly:35:44: Fehler: syntax error, unexpected SCM_T,
expecting '=':
      \override StaffSymbol #'line-count= #1


guaguanco_perc.ly:40:0: Fehler: syntax error, unexpected '}':

}


What am I doing wrong here?

mfg ar

-- 
E-Learning in der Schule:
http://www.dbg-metzingen.de/Menschen/Lehrer/Q-T/Rittershofer/E-Learning/





reply via email to

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