Re: Setting the number for \mark \default

2016-11-15 Thread Malte Meyn
Am 16.11.2016 um 08:08 schrieb Johan Vromans: Still as someone familiar with ASCII control codes, I would expect #20 to yield T, not U. But that's because the 'I' is missing in the sequence. This is because LilyPond uses #format-mark-letters as default (“letters”: A to Z but without I,

Re: Setting the number for \mark \default

2016-11-15 Thread Johan Vromans
On Tue, 15 Nov 2016 11:40:50 +0100 Noeck wrote: > Am 15.11.2016 um 10:00 schrieb Johan Vromans: > > and was suprised to find marks A B H J U V W instead of A B H J K T > > U . > > that's because the \set is at the same point in time as the \mark > \default on the

Re: Setting the number for \mark \default

2016-11-15 Thread Noeck
Am 15.11.2016 um 10:00 schrieb Johan Vromans: > and was suprised to find marks A B H J U V W instead of A B H J K T U . Hi Johan, that's because the \set is at the same point in time as the \mark \default on the preceeding line. So it also affects this (third last) mark. Some additional music

Re: Setting the number for \mark \default

2016-11-15 Thread Johan Vromans
On Tue, 15 Nov 2016 09:19:17 +0100 David Kastrup wrote: > Johan Vromans writes: > > > At least I would be surprised by the result... > > Is that an argument for or against documenting it? It's just that I tried the (extended) example: \relative c'' {

Re: Setting the number for \mark \default

2016-11-15 Thread David Kastrup
Johan Vromans writes: > On Mon, 14 Nov 2016 16:57:08 +0100 > Mojca Miklavec wrote: > >> I would find it useful if the following example: >> >> \relative c'' { >> c1 \mark \default >> c1 \mark \default >> c1 \mark #8 >> c1 \mark

Re: Setting the number for \mark \default

2016-11-14 Thread Johan Vromans
On Mon, 14 Nov 2016 16:57:08 +0100 Mojca Miklavec wrote: > I would find it useful if the following example: > > \relative c'' { > c1 \mark \default > c1 \mark \default > c1 \mark #8 > c1 \mark \default > c1 \mark \default > } > > was extended to also

Re: Setting the number for \mark \default

2016-11-14 Thread Malte Meyn
Am 14.11.2016 um 09:52 schrieb Mojca Miklavec: I'm using \markDefault from the following code for marking parts of music: stdMarkFormat = { \set Score.markFormatter = #format-mark-box-letters } markDefault = { \stdMarkFormat \mark \default } Why do you use these functions? A \set is

Re: Setting the number for \mark \default

2016-11-14 Thread Mojca Miklavec
Dear Robin, On 14 November 2016 at 17:28, Robin Bannister wrote: > Mojca Miklavec wrote: >> >> I eventually needed to run "locate rehearsal-mark-letter.ly" on my >> computer and inspect the contents to arrive to the answer. > > I was referring to the regression tests at >

Re: Setting the number for \mark \default

2016-11-14 Thread Robin Bannister
Mojca Miklavec wrote: I eventually needed to run "locate rehearsal-mark-letter.ly" on my computer and inspect the contents to arrive to the answer. I was referring to the regression tests at http://lilypond.org/doc/v2.19/input/regression/collated-files.html This links to all the test files

Re: Setting the number for \mark \default

2016-11-14 Thread Mojca Miklavec
Dear Robin, On 14 November 2016 at 15:58, Robin Bannister wrote: > Mojca Miklavec wrote: >> >> >> Is there a way to just set the counter without printing the mark >> itself? (I would like to set the counter at the beginning of Coda and >> then use \markDefault where appropriate just like

Re: Setting the number for \mark \default

2016-11-14 Thread Robin Bannister
Mojca Miklavec wrote: Is there a way to just set the counter without printing the mark itself? (I would like to set the counter at the beginning of Coda and then use \markDefault where appropriate just like everywhere else.) Documentation points to

Setting the number for \mark \default

2016-11-14 Thread Mojca Miklavec
Hi, I'm using \markDefault from the following code for marking parts of music: stdMarkFormat = { \set Score.markFormatter = #format-mark-box-letters } markDefault = { \stdMarkFormat \mark \default } But if I follow: http://flaminghakama.com/adding-a-coda to make Coda a "score" on its