> [EMAIL PROTECTED] writes:
> > >   \property Staff.defaultBarType = "empty"
> > > 
> > > switch off with
> > > 
> > >   \property Staff.barAlways = ""
> > > 
> > > This will be in .8
> > > 
> > Thank you very much for your quick answer and enhancement. You will find
> > attached a credo3.ly file which you could use to test this new feature.
> 
> No, the example contains beams.  You can't break lines at beams.
> 
I completly agree, so I guess that the right solution is to reset the
barAlways property before the beam and set it after as shown attached.

Best regards
Eric
+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ Eric PAIRE
Email : [EMAIL PROTECTED]  | The Open Group - Grenoble Research Institute
Phone : +33 (0) 476 63 48 71      | 2, avenue de Vignate
Fax   : +33 (0) 476 51 05 32      | F-38610 Gieres      FRANCE
------  Cut here  ------  Cut here  ------  Cut here  ------  Cut here  ------
%
% Credo III
%
\score{
    <
        \type Staff \melodic \transpose a{
            \cadenza 1;
            \key f;
            \property Staff.barAlways = "1"
            \property Staff.defaultBarType = "empty"

            c''8 a' f' bes' a'
                \property Staff.barAlways = "" [ a'( g' )f' ]
                \property Staff.barAlways = "1" f'4. \bar "||";

            \property Staff.barAlways = "" [ a'8()bes' ]
                \property Staff.barAlways = "1" a' c'' a' f' g' f'4
                f'8 a' bes' c'' c'' c'' d'' c''4
                c''8 c'' d'' d'' f''
                \property Staff.barAlways = "" [ e''( c'' ) d'' ]
                \property Staff.barAlways = "1" d'' c''4
                c''8 a' f' bes'
                \property Staff.barAlways = "" [ a'( f' )g' ]
                \property Staff.barAlways = "1" g' f'4 \bar "||";

            c''8 c'' a' a' f' f' g'4 a'8 bes' g' f'4
                a'8 a' a' bes' g' c'' c'' d'' d'' c''4 \bar "||";
        }
        \type Lyrics \lyric{
            Cre-8 do in un- um De-4. um,4.
            Pa-4 trem8 o- mni- pot- \'en- tem,4
                fac-8 t\'o- rem cae- li et ter- rae,4
                vi-8 si- b\'\i- li- un \'o-4. mni-8 um,4
                et8 in- vi- si- b\'\i-4. li-8 um.4
            Et8 in u- num D\'o- mi- num4 Ie-8 sum Chris- tum,4
                F\'\i-8 li- um De- i u- ni- g\'e- ni- tum.4
        }
    >
    \paper{}
    \midi{}
}

Reply via email to