Re: context, drum staff

2008-08-10 Thread Mats Bengtsson
If you read at http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Percussion-staves#Percussion-staves you will learn that the voice-like context for percussion is called DrumVoice, you cannot use an ordinary Voice context in a DrumStaff. /Mats Stefan Thomas wrote: Dear Lilypond use

context, drum staff

2008-08-10 Thread Stefan Thomas
Dear Lilypond users, in the below quoted example I get two staves, although I would like to have one! What could be wrong? \version "2.11.49" global = { \time 4/4 s1 } drumsA = { \context Voice << { \global } { \drummode { tamb4 tamb tamb tamb } } >> } \new DrumStaff { \drumsA } __