lilypond-user
[Top][All Lists]
Advanced

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

Re: 3/4 time and whole notes


From: Orm Finnendahl
Subject: Re: 3/4 time and whole notes
Date: Sat, 13 Dec 2014 18:39:38 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

Am Samstag, den 13. Dezember 2014 um 02:57:03 Uhr (+0000) schrieb Henry Baxter:
> Hi,
> 
> I'm certain this is online somewhere but I just can't find it. How do I
> tell Lilypond I want a whole note?

Here are 2 ways:

 \version "2.18.2"
 {
     \time 3/4
     c1*3/4 c1*3/4 c1*3/4 c1*3/4
 }

or:

 \version "2.18.2"
 {
     \time 3/4
    \scaleDurations #'(3 . 4) { c1 c1 c1 c1 }
 }


--
Orm



reply via email to

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