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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to