Re: Repeating stanza numbers

2013-03-07 Thread Matie Holtzhausen
-- 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

Partcombine: Distinguish solo voice

2012-01-25 Thread Matie Holtzhausen
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

Re: Partcombine: Distinguish solo voice

2012-01-26 Thread Matie Holtzhausen
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

Repeating stanza numbers

2012-01-26 Thread Matie Holtzhausen
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 ___

Re: Repeating stanza numbers

2012-01-26 Thread Matie Holtzhausen
-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

Re: Repeating stanza numbers

2012-01-27 Thread Matie Holtzhausen
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

Automatically inserting bar lines when a line is broken on an empty bar line

2015-05-22 Thread Matie Holtzhausen
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