[EMAIL PROTECTED] writes:
> Sorry if this is a foolish newbie question.
> 
> I'm experimenting with using lilypad to make 
> transcriptions onto modern staves of Gregorian 
> chant. Note that this doesn't mean I want to use
> "chant notation" (i.e. four-line staves, odd little
> clefs, and neumes). What I want to do is transcribe
> the pitches onto a normal treble clef using stemless
> black notes and arbitrarily (i.e. non-metrically)
> located bar lines. Can one get rid of the stems and 
> place the bar lines ad libitum? I've been tinkering 
> for a while and can't figure out how to do either one. 

try this:


\score  {
        \notes \relative c'' {
               \property Score.timing = ##f
                         c4  d e | f  g g
                         }
                         \paper {
                         \translator {
                                     \VoiceContext
                                        \remove "Stem_engraver";
                                        }
                                        }
}

-- 

Han-Wen Nienhuys, [EMAIL PROTECTED] ** GNU LilyPond - The Music Typesetter 
      http://www.cs.uu.nl/people/hanwen/lilypond/index.html 

Reply via email to