Re: Bug for slur and (not) restored accidental

2011-12-01 Thread Rutger Hofman

On 11/30/2011 09:46 PM, Nick Payne wrote:

On 01/12/11 01:43, Rutger Hofman wrote:

Good afternoon list,

I think in the following example (see attached) lilypond should
automatically add a sharp in bar 2, as enforced in the second line:

\version 2.14.0

\score {
\new Staff {
\key g \major
\time 2/4

f'2( |
fis') |

\break
f'2( |
fis'!) |
}
}

IMHO this is a bug.


If you add

\accidentalStyle modern

you will get the sharp on both fis.

Nick


Yes, certainly. But I think there should be a sharp irrespective of 
accidentalStyle. That's why I think it is a bug.


Rutger

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


Bug for slur and (not) restored accidental

2011-11-30 Thread Rutger Hofman

Good afternoon list,

I think in the following example (see attached) lilypond should 
automatically add a sharp in bar 2, as enforced in the second line:


\version 2.14.0

\score {
\new Staff {
\key g \major
\time 2/4

f'2( |
fis') |

\break
f'2( |
fis'!) |
}
}

IMHO this is a bug.

Rutger Hofman
Amsterdam


attachment: slur-acc.png___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Bug for slur and (not) restored accidental

2011-11-30 Thread James
Hello,

On 30 November 2011 14:43, Rutger Hofman rut...@cs.vu.nl wrote:

 Good afternoon list,

 I think in the following example (see attached) lilypond should
 automatically add a sharp in bar 2, as enforced in the second line:

 \version 2.14.0

 \score {
\new Staff {
\key g \major
\time 2/4

f'2( |
fis') |

\break
f'2( |
fis'!) |
}
 }

 IMHO this is a bug.



We've been here before

http://lists.gnu.org/archive/html/lilypond-user/2011-01/msg00524.html


http://code.google.com/p/lilypond/issues/detail?id=649


-- 
--

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


Re: Bug for slur and (not) restored accidental

2011-11-30 Thread Tim Roberts
James wrote:
 Hello,

 On 30 November 2011 14:43, Rutger Hofman rut...@cs.vu.nl
 mailto:rut...@cs.vu.nl wrote:

 Good afternoon list,

 I think in the following example (see attached) lilypond should
 automatically add a sharp in bar 2, as enforced in the second line:
 ...
 IMHO this is a bug.



 We've been here before

 http://lists.gnu.org/archive/html/lilypond-user/2011-01/msg00524.html
 http://code.google.com/p/lilypond/issues/detail?id=649

Perhaps, but it's not clear to me that a consensus was reached.  The
root issue, as I see it, is that these two rather different sequences
render indistinguishably:

  ces'1~ | ces'
  ces'1( | c')

Is the upshot of this that the writer simply needs to get in the habit
of watching for this situation by hand?

-- 
Tim Roberts, t...@probo.com
Providenza  Boekelheide, Inc.

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


Re: Bug for slur and (not) restored accidental

2011-11-30 Thread Nick Payne

On 01/12/11 01:43, Rutger Hofman wrote:

Good afternoon list,

I think in the following example (see attached) lilypond should 
automatically add a sharp in bar 2, as enforced in the second line:


\version 2.14.0

\score {
\new Staff {
\key g \major
\time 2/4

f'2( |
fis') |

\break
f'2( |
fis'!) |
}
}

IMHO this is a bug.


If you add

\accidentalStyle modern

you will get the sharp on both fis.

Nick


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