I wrote this for a modern music analysis at my studies. I thought that 
the code might give inspiration for some of you guys :-)


voa = \translator Voice=voa
vob = \translator Voice=vob
voc = \translator Voice=voc
\score {
    \context Staff \notes <
        \property Staff.whichBar = #'""
        \property Staff.Rest \override #'transparent = ##t

        \context Voice=vob {
           \stemUp
           [s8*13 r8]
        }
        \context Voice=voc {
           \stemDown
           [s8*13 r8]
        }
        \context Voice=voa \notes \relative c' {
           \property Voice.Stem \override #'transparent = ##t
           \property Voice.Beam \override #'transparent = ##t
           c8 d \vob e \voc f \voa g a \voc b c \vob d e \voa f \vob g \voa a
        }
    >
    \paper { linewidth=-1 }
}



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to