> Hi,
>
> Is there some way to hide time signatures or have stemless notes?
Certainly! Read the section on 'Invisible grobs' in the reference
manual (in chapter 'Tuning Output').
/Mats
___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mai
Hi .. I've just started using Lilypond in conjunction with NoteEdit and
I'm very impressed so far, however one little thing is annoying me. If I
put an accidental in a bar, lets say high Db, then LP automatically puts a
flat in front of the D's in other octaves, which as any musician will tell
yo
Citat Glen Coates <[EMAIL PROTECTED]>:
> Hi .. I've just started using Lilypond in conjunction with NoteEdit
> and
> I'm very impressed so far, however one little thing is annoying me. If
> I
> put an accidental in a bar, lets say high Db, then LP automatically puts
> a
> flat in front of the D'
Is it possible to make (untested)
\score {
\notes
<
\context Staff = sup <
\clef G
\context Voice = vone { a' c'' e'' e'' }
>
\context Staff = sdown <
\clef F
\context Voice = vtwo { a a \translator Staff = sup a' a' }
\context Voice = vthree { f f f f, }
>
>
}