lilypond-devel
[Top][All Lists]
Advanced

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

Re: Bugfix accidental-engraver


From: Han-Wen Nienhuys
Subject: Re: Bugfix accidental-engraver
Date: Mon, 18 Dec 2006 12:40:55 +0100
User-agent: Thunderbird 1.5.0.8 (X11/20061107)

Rune Zedeler escreveu:
> 
> would not put a natural sign on the last d even though it should.
> 
> -Rune

hi Rune,

nice to have you around again.

> @@ -193,11 +192,14 @@
>      {
>        SCM entry = scm_car (s);
>        if (scm_is_pair (scm_car (entry))
> -       && scm_cdar (entry) == scm_from_int (n))
> +       && scm_cdar (entry) == scm_from_int (n)) {

hi,

can you use our coding style for the next patch? 
(newline before { )

-- 

Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com





reply via email to

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