Skip to content

Commit

Permalink
Merge pull request #991 from rpspringuel/change_default
Browse files Browse the repository at this point in the history
Changing default to new bar spacing algorithm
  • Loading branch information
rpspringuel committed Mar 2, 2016
2 parents 5d54707 + 247ec52 commit 17c9f36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tex/gregoriotex-syllable.tex
Original file line number Diff line number Diff line change
Expand Up @@ -842,11 +842,6 @@
\relax%
}%

\newif\ifgre@newbarspacing%
\gre@newbarspacingfalse%
% the new bar spacing algorithm treats no note syllables as BarSyllables, while the old algorithm treated them as regular syllables. In order to allow for this variant, we define NoNoteSyllable which aliases to the appropriate function
\let\GreNoNoteSyllable\GreSyllable%

\def\gresetbarspacing#1{%
\IfStrEq{#1}{new}%
{\gre@newbarspacingtrue%
Expand Down Expand Up @@ -1112,6 +1107,11 @@
\relax%
}

\newif\ifgre@newbarspacing%
\gre@newbarspacingtrue%
% the new bar spacing algorithm treats no note syllables as BarSyllables, while the old algorithm treated them as regular syllables. In order to allow for this variant, we define NoNoteSyllable which aliases to the appropriate function
\let\GreNoNoteSyllable\GreBarSyllable%

%% internal macro to set the first syllable text after all parts are known
%% #1 - First part of the syllable (before the vowel)
%% #2 - Middle part of the syllable (the vowel)
Expand Down

0 comments on commit 17c9f36

Please sign in to comment.