> On Apr 4, 2016, at 6:46 AM, Bernard <[email protected]> wrote:
>
> I have attached some more real live code using /with and and example I tried
> to skip the /with section and assign properties directly, which fails.
Here’s how to fix your example (without \with) that was not working:
\score {
\new DrumStaff {
\override DrumStaff.StaffSymbol.line-count = #3
\set DrumStaff.instrumentName = #"Djembe 2"
\set DrumStaff.drumStyleTable = #(alist->hash-table djembe)
\djEen
}
}
As others have mentioned, reading the Learning Manual is a good idea, and
should answer many of your questions.
http://lilypond.org/doc/v2.18/Documentation/learning/index.html
HTH,
-Paul
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user