bug-lilypond
[Top][All Lists]
Advanced

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

Re: wrong duration


From: Thomas Morley
Subject: Re: wrong duration
Date: Sat, 15 Oct 2016 11:28:00 +0200

2016-10-15 6:50 GMT+02:00 Jack Wilson <address@hidden>:
>> I'm not top posting.
>
> \version "2.18.2"
>
> % layout should show default quarter notes, but
> % defining variable with non-default duration
> whole_rest = r1
> % impacts default duration in music expression
> \relative c' { c c c c }


Hi Jack,

the default duration is always updated by the last duration you wrote
in LilyPond-syntax.
This is a feature, no bug.

If you really, really want to circumvent it, define variables in scheme:

#(define whole_rest #{ r1 #})
\relative c' { c c c c }

Though, this will become very tedious, very fast.

 Imho, it should be no big problem to do
\relative c' { c4 c c c }

Cheers,
  Harm



reply via email to

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