Re: accidental cancelation going too far?

2006-01-27 Thread Erik Sandberg
On Thursday 26 January 2006 11.24, Paul Scott wrote:
> Erik Sandberg wrote:
> >On Thursday 26 January 2006 10.16, Paul Scott wrote:
> >>Erik Sandberg wrote:
> >>>On Thursday 26 January 2006 01.38, Paul Scott wrote:
> When running a very recent CVS version (2.7.28)  flats are remembered
> and canceled in the next bar - a sharp on that pitch shows up as a
> natural with a sharp.
> 
> I haven't run the very latest CVS because I am getting some small build
> errors that I am not yet sure about.  They may only be in the
> documentation files.
> >>>
> >>>Hi,
> >>>
> >>>This is not a full lilypond input (the line \include "../common21a.ly"
> >>>stops compilation). However, I suspect the problem is the same as the
> >>>known bug auto-accidental-barnumber.ly in the bug CVS repository. If it
> >>>is not the same problem, can you please sending a working & minimal
> >>>example?
> >>
> >>Sorry.  Here it is.
> >
> >Hi,
> >
> >It is the same bug as auto-accidental-barnumber.ly.
>
> Ok.  That was a quick way to label the exercises.  I can use markup.

Hm.. you could also use the following hack as a workaround:
Change the bar number of the second bar of each line, from n to 100+n, so the 
bar numbers go
1 101
2 102
3 103
4 104
etc.
The 100+ numbers will never be shown anyways, and you will get the automatic 
accidentals you are looking for.

-- 
Erik


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: accidental cancelation going too far?

2006-01-26 Thread Paul Scott

Erik Sandberg wrote:


On Thursday 26 January 2006 10.16, Paul Scott wrote:
 


Erik Sandberg wrote:
   


On Thursday 26 January 2006 01.38, Paul Scott wrote:
 


When running a very recent CVS version (2.7.28)  flats are remembered
and canceled in the next bar - a sharp on that pitch shows up as a
natural with a sharp.

I haven't run the very latest CVS because I am getting some small build
errors that I am not yet sure about.  They may only be in the
documentation files.
   


Hi,

This is not a full lilypond input (the line \include "../common21a.ly"
stops compilation). However, I suspect the problem is the same as the
known bug auto-accidental-barnumber.ly in the bug CVS repository. If it
is not the same problem, can you please sending a working & minimal
example?
 


Sorry.  Here it is.
   



Hi,

It is the same bug as auto-accidental-barnumber.ly.
 


Ok.  That was a quick way to label the exercises.  I can use markup.

Thanks,

Paul





___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: accidental cancelation going too far?

2006-01-26 Thread Erik Sandberg
On Thursday 26 January 2006 10.16, Paul Scott wrote:
> Erik Sandberg wrote:
> >On Thursday 26 January 2006 01.38, Paul Scott wrote:
> >>When running a very recent CVS version (2.7.28)  flats are remembered
> >>and canceled in the next bar - a sharp on that pitch shows up as a
> >>natural with a sharp.
> >>
> >>I haven't run the very latest CVS because I am getting some small build
> >>errors that I am not yet sure about.  They may only be in the
> >>documentation files.
> >
> >Hi,
> >
> >This is not a full lilypond input (the line \include "../common21a.ly"
> > stops compilation). However, I suspect the problem is the same as the
> > known bug auto-accidental-barnumber.ly in the bug CVS repository. If it
> > is not the same problem, can you please sending a working & minimal
> > example?
>
> Sorry.  Here it is.

Hi,

It is the same bug as auto-accidental-barnumber.ly.

-- 
Erik Sandberg
Maintainer of the Lilypond bug CVS archive,
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lily-bugs/bugs/
http://lilypond.org/bugs/v2.7/


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: accidental cancelation going too far?

2006-01-26 Thread Paul Scott

Erik Sandberg wrote:


On Thursday 26 January 2006 01.38, Paul Scott wrote:
 


When running a very recent CVS version (2.7.28)  flats are remembered
and canceled in the next bar - a sharp on that pitch shows up as a
natural with a sharp.

I haven't run the very latest CVS because I am getting some small build
errors that I am not yet sure about.  They may only be in the
documentation files.
   



Hi,

This is not a full lilypond input (the line \include "../common21a.ly" stops 
compilation). However, I suspect the problem is the same as the known bug
auto-accidental-barnumber.ly in the bug CVS repository. If it is not the same 
problem, can you please sending a working & minimal example?
 


Sorry.  Here it is.

Paul


\version "2.7.27"
\include "english.ly"

\header{
  title = "Music 125 - Exercises - Page 25"
  composer = "Paul Scott"
}

{
  \set Score.currentBarNumber = #10
  \time 8/4
  \set Score.currentBarNumber = #11
  \clef treble df'^\markup{ Major } ef' ff' gf' a' bf' c'' df'' | \bar "||"
  df' ef' f' gf' af' bf' c'' df'' | \bar "||" \break
  \set Score.currentBarNumber = #13
  \clef treble af'^\markup{ Natural minor } bf' cf'' df'' e'' ff'' gf'' af'' | 
\bar "||"
  af' bf' cf'' df'' ef'' ff'' gf'' af'' | \bar "||" \break
  \set Score.currentBarNumber = #14
  gs'^\markup{ Harmonic minor } as' b' cs'' ds'' e'' f'' gs'' | \bar "||"
  gs' as' b' cs'' ds'' e'' fss'' gs'' | \bar "||" \break
  \set Score.currentBarNumber = #15
  \clef treble gs'^\markup{ Natural minor } as' bs' cs'' ds'' e'' fs'' gs'' | 
\bar "||"
  gs' as' b' cs'' ds'' e'' fs'' gs'' | \bar "||" \break
}___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: accidental cancelation going too far?

2006-01-26 Thread Erik Sandberg
On Thursday 26 January 2006 01.38, Paul Scott wrote:
> When running a very recent CVS version (2.7.28)  flats are remembered
> and canceled in the next bar - a sharp on that pitch shows up as a
> natural with a sharp.
>
> I haven't run the very latest CVS because I am getting some small build
> errors that I am not yet sure about.  They may only be in the
> documentation files.

Hi,

This is not a full lilypond input (the line \include "../common21a.ly" stops 
compilation). However, I suspect the problem is the same as the known bug
auto-accidental-barnumber.ly in the bug CVS repository. If it is not the same 
problem, can you please sending a working & minimal example?

-- 
Erik Sandberg
Maintainer of the Lilypond bug CVS archive,
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lily-bugs/bugs/
http://lilypond.org/bugs/v2.7/


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond