--
From: "Laura Conrad"
Sent: Wednesday, March 06, 2013 6:13 PM
To: "Matthew Collett"
Cc: "Matie Holtzhausen" ;
Subject: Re: Repeating stanza numbers
"Matthew" == Matthew Collett writes:
M
Hi all,
The documentation states: For vocal scores (hymns), there is no need to add
"solo/a2" texts, so they should be switched off. However, it might be better
not to use it if there are any solos, as they won't be indicated. In such
cases, standard polyphonic notation may be preferable.
I ha
On 25 January 2012 23:57, James wrote:
Hello,
On 25 January 2012 10:10, Matie Holtzhausen wrote:
> Hi all,
>
> The documentation states: For vocal scores (hymns), there is no need to
> add
> “solo/a2” texts, so they should be switched off. However, it might be
> better
Hi,
\version "2.14"
\relative c' {c2 c \break c c}
\addlyrics{
\set stanza = #"1. "
la la
\set stanza = #"1. "
la la
}
Is there a way I can repeat stanza numbers in every system like above, if I
don't know where it is going to break?
Thanks, Matie
___
-Eluze wrote:
Matie Holtzhausen wrote:
Is there a way I can repeat stanza numbers in every system like above, if
I
don't know where it is going to break?
there is
\set Staff.vocalName
\set Staff.shortVocalName
similar to instrumentName
Thanks, but I was hoping to use mul
Neil Puttock wrote:
It might break things on 2.14 too. It's mostly untested. :)
It seems to be the ultimate solution, but it does break a few things. The
line breaking seems to stop working, and blank lines also gets verse
numbers. In the attached example I included both methods (the other
Hi,
How can I print a bar line if the line-breaker decides to break at an empty bar
line:
For example:
\paper {
paper-width = 60\mm
}
\relative c' {c8 c c c \bar "" c c c c | c c c c}
This causes the line-breaker to break at \bar “”.
If the paper setting is removed, it does not break the line