Re: How to parenthesise bass note in chord symbol?

2018-10-07 Thread Peter Crighton
On Sun, 7 Oct 2018 at 21:12, Thomas Morley wrote: > Am So., 7. Okt. 2018 um 19:53 Uhr schrieb Peter Crighton > : > > > How would I go about either shifting the parentheses vertically or > making them smaller? They probably make sense how they are now with regard > to sharps/flats and possible

Re: Automatically identify beats

2018-10-07 Thread David Kastrup
Thomas Morley writes: > Am So., 7. Okt. 2018 um 18:00 Uhr schrieb David Kastrup : >> >> Thomas Morley writes: >> >> > If you have too much time, you may have a look at ‘scheme-engraver.ly’ >> > from >> > http://lilypond.org/doc/v2.13/input/regression/collated-files.html The >> > newer file uses

Re: Avoid accidentals in cadenza

2018-10-07 Thread Simon Albrecht
On 07.10.2018 19:16, Noeck wrote: \version "2.19.80" { fis \omit Accidental gis \undo \omit Accidental cis' } Also, you can convert the override into a tweak like this: \single\omit Accidental thus removing the need to \revert or \undo anything. Best, Simon

Re: Automatically identify beats

2018-10-07 Thread Thomas Morley
Am So., 7. Okt. 2018 um 18:00 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > If you have too much time, you may have a look at ‘scheme-engraver.ly’ > > from > > http://lilypond.org/doc/v2.13/input/regression/collated-files.html The > > newer file uses the great 'make-engraver'-macro

Re: How to parenthesise bass note in chord symbol?

2018-10-07 Thread Thomas Morley
Am So., 7. Okt. 2018 um 19:53 Uhr schrieb Peter Crighton : > How would I go about either shifting the parentheses vertically or making > them smaller? They probably make sense how they are now with regard to > sharps/flats and possible lowercase letters, but they still look off, > especially

Re: How to parenthesise bass note in chord symbol?

2018-10-07 Thread Peter Crighton
On Sun, 7 Oct 2018 at 00:27, Thomas Morley wrote: > Am Sa., 6. Okt. 2018 um 23:48 Uhr schrieb Peter Crighton > : > > > > Hello all, > > > > I need the bass note of a chord symbol to be in parentheses, like so: > > C(/G) > > > > How could I achieve this? I am, sadly, clueless. > > > > \version

Re: Avoid accidentals in cadenza

2018-10-07 Thread Mason Hock
On 10/07, Noeck wrote: > Hi, > > Am 07.10.2018 um 19:01 schrieb Mason Hock: > > \override Voice.Accidental.stencil = ##f > > % music that doesn't need accidentals > > \override Voice.Accidental.stencil = ##t > > While you can omit accidentals with the first line, you cannot set the > stencil to

Re: Avoid accidentals in cadenza

2018-10-07 Thread Noeck
Hi, Am 07.10.2018 um 19:01 schrieb Mason Hock: > \override Voice.Accidental.stencil = ##f > % music that doesn't need accidentals > \override Voice.Accidental.stencil = ##t While you can omit accidentals with the first line, you cannot set the stencil to true. This prints a warning: > warning:

Re: Avoid accidentals in cadenza

2018-10-07 Thread Mason Hock
On 10/07, Helge Kruse wrote: > I am trying to typeset the Fantasia (op.35) of Louis Spohr. > (http://ks.imslp.net/files/imglnks/usimg/0/01/IMSLP164842-PMLP294545-SpohrOp35edHoly.pdf) > > > There is a cadenza starting at page 8 (excerpt attached) with a lot of > tight notes. I would like to avoid

Re: Automatically identify beats

2018-10-07 Thread David Kastrup
Thomas Morley writes: > If you have too much time, you may have a look at ‘scheme-engraver.ly’ > from > http://lilypond.org/doc/v2.13/input/regression/collated-files.html The > newer file uses the great 'make-engraver'-macro (by David Kastrup). > Otoh, this macro hides an engraver _is_ a list

Re: Automatically identify beats

2018-10-07 Thread Thomas Morley
Am So., 7. Okt. 2018 um 15:59 Uhr schrieb Aaron Hill : > > On 2018-10-07 4:29 am, Thomas Morley wrote: > > Below my own attempt using an engraver (to have access to the > > 'timeSignatureFraction, a context-property, and to Stem/NoteHead-grobs > > in one go). > > [ . . . ] > > That is definitely

Re: Automatically identify beats

2018-10-07 Thread Aaron Hill
On 2018-10-07 4:29 am, Thomas Morley wrote: Am So., 7. Okt. 2018 um 07:31 Uhr schrieb Aaron Hill : For instance, 6/8 timing could be thought of as "1 2 3 / 4 5 6" or "1 2 / 3 4 / 5 6". I disagree. "1 2 / 3 4 / 5 6" feels like 3/4. No matter what is actual printed. Of course it would feel

Re: How to parenthesise bass note in chord symbol?

2018-10-07 Thread Thomas Morley
Am So., 7. Okt. 2018 um 00:55 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > Am Sa., 6. Okt. 2018 um 23:48 Uhr schrieb Peter Crighton > > : > >> > >> Hello all, > >> > >> I need the bass note of a chord symbol to be in parentheses, like so: > >> C(/G) > >> > >> How could I achieve

Re: Automatically identify beats

2018-10-07 Thread Thomas Morley
Am So., 7. Okt. 2018 um 07:31 Uhr schrieb Aaron Hill : > > On 2018-10-06 10:01 am, Daniel Sales wrote: > > Hi, is it possible to identify the beats on each different timing > > automatically, in order to set a different color for strong, medium > > and weak beats ? > The biggest hurdle as I see