Re: no bar numbers

2006-10-12 Thread Ole Hesprich
Mats Bengtsson wrote:

> It's not such a good idea to include gregorian-init.ly if you just
> want the breath mark, since it has several side-effects. Then it's
> much better to copy the relevant macro definition into some header
> file of your own, i.e. to make a file mydefs.ly containing the
> following lines:


Thanks for that good idea. I used to do so while programming in
TurboPascal many years before. It growed to a big library of own
functions and procedures over the years. Why not the same with lilypond..:-)

Ole


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


Re: no bar numbers

2006-10-12 Thread Mats Bengtsson

It's not such a good idea to include gregorian-init.ly if you just want the
breath mark, since it has several side-effects. Then it's much better to
copy the relevant macro definition into some header file of your own,
i.e. to make a file mydefs.ly containing the following lines:

divisioMinima = {
 \once \override BreathingSign  #'stencil = 
#ly:breathing-sign::divisio-minima

 \once \override BreathingSign  #'extra-X-extent = #'(-1.0 . 0)
 \breathe
}

and then do \include "mydefs.ly". Then you can also rename the macro
to something that makes more sense to you.

  /Mats

Ole Hesprich wrote:


I included the gregorian-init.ly per default, because I sometimes use
the \divisioMinima as a sign for breath in choral works. My templates
are from the time of LP 2.4.

So thanks again for that hint.


Ole
  


--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



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


Re: no bar numbers

2006-10-12 Thread Ole Hesprich
Mats Bengtsson wrote:

> They are certainly enabled by default, except when you use 
> gregorian-init.ly, where the idea probably was that bar numbers never
> were used in the original manuscripts and the intention of the
> gregorian chant support is to be able to imitate the originals as
> closely as possible.

O.k., seems logical. But maybe you can add that short description to the
manual, so that it can be found when searching for "bar numbers"?

I included the gregorian-init.ly per default, because I sometimes use
the \divisioMinima as a sign for breath in choral works. My templates
are from the time of LP 2.4.

So thanks again for that hint.


Ole


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


Re: no bar numbers

2006-10-12 Thread Mats Bengtsson



Ole Hesprich wrote:

I searched the documentation for 2.9.22. In chapter 8.4.2 I found, how
to remove the bar numbers, but not that they have to be enabled.
Maybe that should be fixed before the 2.10. :-)
  
They are certainly enabled by default, except when you use 
gregorian-init.ly,

where the idea probably was that bar numbers never were used in the original
manuscripts and the intention of the gregorian chant support is to be 
able to

imitate the originals as closely as possible.

  /Mats


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


Re: no bar numbers

2006-10-12 Thread Ole Hesprich
Mats,

thanks for your quick answer.

Mats Bengtsson wrote:
> This change happened already in version 2.9.3 or so.
> If you want the bar numbers back, add something like
> \layout{
>   \context{
> \Score
> \consists Bar_number_engraver
>   }
> }
>   
That solves the problem. Thank you very much!

I searched the documentation for 2.9.22. In chapter 8.4.2 I found, how
to remove the bar numbers, but not that they have to be enabled.
Maybe that should be fixed before the 2.10. :-)

Ole


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


Re: no bar numbers

2006-10-11 Thread Mats Bengtsson

This change happened already in version 2.9.3 or so.
If you want the bar numbers back, add something like
\layout{
 \context{
   \Score
   \consists Bar_number_engraver
 }
}
somewhere below \include "gregorian-init.ly"

  /Mats


Ole Hesprich wrote:

Hi @ all!

Has anyone the same experience with LilyPond 2.9.22? I tried the
following example:

\version "2.9.22"
\include "gregorian-init.ly"
\include "deutsch.ly"

#(set-global-staff-size 18)


\relative c' {a1 a a a\break a a a a\break a a a a}


As a result I get an output without any barnumbers.

Can someone tell me, how I can activate the output of the barnumbers? I
remember that there were no problems in previous versions I tried before.

Ole


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


--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



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


no bar numbers

2006-10-11 Thread Ole Hesprich
Hi @ all!

Has anyone the same experience with LilyPond 2.9.22? I tried the
following example:

\version "2.9.22"
\include "gregorian-init.ly"
\include "deutsch.ly"

#(set-global-staff-size 18)


\relative c' {a1 a a a\break a a a a\break a a a a}


As a result I get an output without any barnumbers.

Can someone tell me, how I can activate the output of the barnumbers? I
remember that there were no problems in previous versions I tried before.

Ole


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