lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Funny example


From: Rune Zedeler
Subject: Funny example
Date: Wed, 01 May 2002 21:42:52 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020313

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 }
}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]