lilypond-user
[Top][All Lists]
Advanced

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

Re: chords above piano staff


From: Sebastian Menge
Subject: Re: chords above piano staff
Date: Tue, 30 Sep 2008 14:10:14 +0200

Am Tue, 30 Sep 2008 13:40:44 +0200
schrieb Gilles Sadowski <address@hidden>:

> Please send a minimal but *compilable* example: It's a waste of time

Sorry, I thought advanced users could imagine the output. Here we go:

 \new PianoStaff <<
     \chords { c1 g }   
     \new Staff = "upper" {
       \relative c' {
         c4 c c c
         d d d d
       }
     } 
     \addlyrics { 
       \repeat unfold 4 \skip 1
       la la la la
     } 
     \new Staff = "lower" {
       \relative c' { 
          c4 c c c 
       }
     }  
 >> 

Seb.




reply via email to

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