Re: \unset with modified default properties

2018-07-01 Thread Saul Tobin
Interesting. So if the default property is set at the Staff level, for instance, then changed and \unset at the Voice level, it goes back to the default for the higher-level context. But if in the example \new Staff \with... is changed to \new Voice \with... the original problem arises where

Re: Opinions requested on deprecating "annotation" commands

2018-07-01 Thread N. Andrew Walsh
Hi Urs, List On Sun, 1 Jul 2018, 00:08 Urs Liska wrote: > Hi Simon and Craig, > > I think it's a good point. And since maybe I'll have to suffer more than > anyone else ;-) I shouldn't wring my hands too much and just go for that. > I'll consent to slogging through all our Kayser project to

Re: edition-engraver: multiple editions

2018-07-01 Thread Mason Hock
On 07/01, Jan-Peter Voigt wrote: > Hi Mason, > > thank you for the hint what has to be explained more concisely in the > docs that are still waiting for there incarnation. > > In you examples activation of the editions is done with > `\addEdition first`. To only apply edition `second` you can

Re: Opinions requested on deprecating "annotation" commands

2018-07-01 Thread Urs Liska
Am 01.07.2018 um 00:08 schrieb Urs Liska: Hi Simon and Craig, I think it's a good point. And since maybe I'll have to suffer more than anyone else ;-) I shouldn't wring my hands too much and just go for that. There will be a Git tag referencing the latest state of the "old" interface,

Re: \bookparts and scaling (Karlin High)

2018-07-01 Thread David Kastrup
Torsten Hämmerle writes: > This being said, I agree with you that we need something that lets us > create differently-sized scores within a \bookpart that look as if > #(set-global-staffsize …) was used. Ideally, layout-set-staff-size > would be able to accomplish this, which isn't the case yet

Re: Frescobaldi to default window layout

2018-07-01 Thread David Wright
On Sun 01 Jul 2018 at 09:58:23 (+0200), Urs Liska wrote: > Hi Andrew, > > I didn't say anything about the value of the choice of the original > settings. Actually I don't remember them anymore (since there's no > real way to get back to them short of installing Frescobaldi on a > fresh computer).

Re: \bookparts and scaling (Karlin High)

2018-07-01 Thread Torsten Hämmerle
Karlin High wrote > The effect of that \staffSize function looks slightly different than > using layout-staff-size. But for me it still shows the same problem: it > makes things smaller, but doesn't change the layout like > set-global-staff-size does. Hi Karlin, The proposed function

Re: Discern single note-event from one in a chord

2018-07-01 Thread David Kastrup
Urs Liska writes: > Well, the problem at hand is that I want to apply some styles, say a > color, to the music passed into a music function. And depending on the > type of music this should be done by wrapping the (sequential) music > in \temporary \override .. \revert statements, by creating

Re: Discern single note-event from one in a chord

2018-07-01 Thread Urs Liska
Am 01.07.2018 um 10:04 schrieb David Kastrup: Urs Liska writes: Hi, is there a way to discern whether the ly:music? passed into a music function is a single note-event or a note within a chord? \version "2.19.80" testType = #(define-music-function (music)(ly:music?) (ly:message

Re: Discern single note-event from one in a chord

2018-07-01 Thread Urs Liska
Am 01.07.2018 um 10:04 schrieb David Kastrup: Urs Liska writes: Hi, is there a way to discern whether the ly:music? passed into a music function is a single note-event or a note within a chord? \version "2.19.80" testType = #(define-music-function (music)(ly:music?) (ly:message

Re: edition-engraver: multiple editions

2018-07-01 Thread Jan-Peter Voigt
Hi Mason, thank you for the hint what has to be explained more concisely in the docs that are still waiting for there incarnation. In you examples activation of the editions is done with `\addEdition first`. To only apply edition `second` you can omit `\addEdition first` or comment that out. The

Re: Discern single note-event from one in a chord

2018-07-01 Thread David Kastrup
Urs Liska writes: > Hi, > > is there a way to discern whether the ly:music? passed into a music > function is a single note-event or a note within a chord? > > \version "2.19.80" > > testType = > #(define-music-function (music)(ly:music?) >(ly:message "Music type(s): ~a" (ly:music-property

Re: \unset with modified default properties

2018-07-01 Thread David Kastrup
Saul Tobin writes: > In both 2.18 and 2.19, \unset appears to set a context property to the > built-in default, rather than the default set in the \with {} block: > > music = \relative c' { > \tuplet 3/2 { > c8 c c d d d e e e f f f | > } > \set Staff.tupletSpannerDuration =

Re: Frescobaldi to default window layout

2018-07-01 Thread Urs Liska
Hi Andrew, I didn't say anything about the value of the choice of the original settings. Actually I don't remember them anymore (since there's no real way to get back to them short of installing Frescobaldi on a fresh computer). What I meant is that "revert to default" is clearly a command

Re: Frescobaldi to default window layout

2018-07-01 Thread Andrew Bernard
Hi Urs, I can't quite say I agree with that. The default when first opened is to not show the Documentation Window. You have to choose it to turn it on. Trivial to do and little effort, yes, but the point is my default is but everyone's default. Andrew On 1 July 2018 at 17:35, Urs Liska wrote:

Discern single note-event from one in a chord

2018-07-01 Thread Urs Liska
Hi, is there a way to discern whether the ly:music? passed into a music function is a single note-event or a note within a chord? \version "2.19.80" testType = #(define-music-function (music)(ly:music?) (ly:message "Music type(s): ~a" (ly:music-property music 'types)) music) { \clef

Re: Frescobaldi to default window layout

2018-07-01 Thread Urs Liska
Am 01.07.2018 um 09:18 schrieb Andrew Bernard: Hi Freeman, There’s no default layout reset command as far as I know. It’s easy to sometimes mess up the window positions. Bu you can just shuffle them back with a bit of practice by dragging the title bar tab and inserting the window in the

RE: Frescobaldi to default window layout

2018-07-01 Thread Andrew Bernard
Hi Freeman, There’s no default layout reset command as far as I know. It’s easy to sometimes mess up the window positions. Bu you can just shuffle them back with a bit of practice by dragging the title bar tab and inserting the window in the place you want. There is a bit of a knack to it.