Re: \textLengthOn in polyphony and over MultiMeasureRests

2018-07-30 Thread David Kastrup
Urs Liska writes: > Am 29.07.2018 um 16:35 schrieb Trevor Bača: > > Hi Urs, hi Torsten, > > I've followed both parts of this thread with interest, especially since I > only > recently discovered the magic empty chord <> construct. > > Urs, Torsten's results for the multimeasure rest example

Re: \textLengthOn in polyphony and over MultiMeasureRests

2018-07-30 Thread Urs Liska
Am 29.07.2018 um 16:35 schrieb Trevor Bača: Hi Urs, hi Torsten, I've followed both parts of this thread with interest, especially since I only recently discovered the magic empty chord <> construct. Urs, Torsten's results for the multimeasure rest example are reproducible like this: %%%

Re[2]: \textLengthOn in polyphony and over MultiMeasureRests

2018-07-30 Thread Trevor
Urs, you wrote 30/07/2018 11:07:44 Hm, I thought I finally had the solution, based on ideas from an earlier post by you and the one by Trevor: \new Staff \relative { << { \override Staff.NoteColumn.X-offset = 10 c''2 c } \new Voice { <>^\mar

Re: \textLengthOn in polyphony and over MultiMeasureRests

2018-07-30 Thread Urs Liska
Am 30.07.2018 um 11:36 schrieb Urs Liska: Hi Torsten, thanks for these explanations. Am 29.07.2018 um 19:22 schrieb Torsten Hämmerle: Trevor Bača-2 wrote Torsten, how are you achieving the text centered above the pair of half notes in the original example (ie, in the measure top-headed wit

Re: \textLengthOn in polyphony and over MultiMeasureRests

2018-07-30 Thread Urs Liska
Hi Torsten, thanks for these explanations. Am 29.07.2018 um 19:22 schrieb Torsten Hämmerle: Trevor Bača-2 wrote Torsten, how are you achieving the text centered above the pair of half notes in the original example (ie, in the measure top-headed with "Minima")? Try as I might, I can't get it!

Re: \textLengthOn in polyphony and over MultiMeasureRests

2018-07-30 Thread Urs Liska
Hi Trevor, Am 29.07.2018 um 16:35 schrieb Trevor Bača: Hi Urs, hi Torsten, I've followed both parts of this thread with interest, especially since I only recently discovered the magic empty chord <> construct. Urs, Torsten's results for the multimeasure rest example are reproducible like t

Re: \textLengthOn in polyphony and over MultiMeasureRests

2018-07-29 Thread Torsten Hämmerle
Trevor Bača-2 wrote > Torsten, how are you achieving the text centered above the pair of half > notes in the original example (ie, in the measure top-headed with > "Minima")? Try as I might, I can't get it! Hi Trevor, You've got me there! ;) Standard \textLengthOn will push away neighbouring no

Re: \textLengthOn in polyphony and over MultiMeasureRests

2018-07-29 Thread Trevor Bača
Hi Urs, hi Torsten, I've followed both parts of this thread with interest, especially since I only recently discovered the magic empty chord <> construct. Urs, Torsten's results for the multimeasure rest example are reproducible like this: %%% BEGIN %%% { \version "2.19.82" \textLengthO

Re: \textLengthOn in polyphony and over MultiMeasureRests

2018-07-25 Thread Torsten Hämmerle
Urs Liska-3 wrote > (markup in voice one will push the music in voice two) Yes, but that's only natural: (0) \textLengthOn affects any neighbouring objects and will even push away the surrounding notes etc. (1) TextScript.self-alignment-X ist set to #CENTER and in combination with \textLengthOn

\textLengthOn in polyphony and over MultiMeasureRests

2018-07-25 Thread Urs Liska
Hi, as a follow-up to my previous thread about text formatting (http://lists.gnu.org/archive/html/lilypond-user/2018-07/msg00395.html) (of which I'll soon post the results, I hope) I ran into some problems handling \textLengthOn. The following snippet shows two things: \textLengthOn is a glo