I'm seeing some odd behavior with my installation of gregorio-3.0.0-rc1 on Linux Mint with TeXLive 2013.

If there are four or five notes in a row, several notes may be omitted from the output. If I add a separator ("!" or "/") to the input, the notes do appear.

Here is a minimal example:
%%
(c4)A(g!hgfg) (::)
a(ghgfg) (::)

When I process this, the first series of notes appears in full; but the second group of notes doesn't: only the last note of the series appears.


GABC, LaTeX, and PDF files are attached.

Is anyone able to reproduce this behavior?  Thanks for any ideas.

--
Richard


Attachment: chonak-example-main.pdf
Description: Adobe PDF document

%%
(c4)A(g!hgfg) (::) 
a(ghgfg) (::)

% !TEX TS-program = LuaLaTeX+se

% This is a simple template for a LuaLaTeX document using gregorio scores.

\documentclass[11pt]{article} % use larger type; default would be 10pt

% usual packages loading:
\usepackage{fontspec}
\usepackage{graphicx} % support the \includegraphics command and options
\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots.
\geometry{letterpaper} % or letterpaper (US) or a5paper or....
\usepackage{gregoriotex} % for gregorio score inclusion
\usepackage{fullpage} % to reduce the margins

% to change the font to something better, you can install the kpfonts package (if not already installed). To do so
% go open the "TeX Live Manager" in the Menu Start->All Programs->TeX Live 2010

% here we begin the document
\begin{document}

% The title:
\begin{center}\begin{huge}\textsc{Example}\end{huge}\end{center}

% Here we set the space around the initial.
% Please report to http://home.gna.org/gregorio/gregoriotex/details for more details and options
\setspaceafterinitial{2.2mm}{1}
\setspacebeforeinitial{2.2mm}{1}

% Here we set the initial font. Change 43 if you want a bigger initial.
\def\greinitialformat#1{%
{\fontsize{43}{43}\selectfont #1}%
}

% We set red lines here, comment it if you want black ones.
\redlines

% We set VII above the initial.
\gresetfirstlineaboveinitial{\small \textsc{\textbf{I}}}{\small \textsc{\textbf{I}}}

% We type a text in the top right corner of the score:
\commentary{{\small \emph{commentary}}}

% and finally we include the score. The file must be in the same directory as this one.
\includescore[a]{chonak-201504-example}

\end{document}
_______________________________________________
Gregorio-users mailing list
[email protected]
https://mail.gna.org/listinfo/gregorio-users

Reply via email to