Re: 3/4 time

2020-04-12 Thread jw. Verhagen
Sincerely thanks Sent from my iPhone > On Apr 12, 2020, at 8:56 AM, Noeck wrote: > > Dear Sylvia, > >> Am 12.04.20 um 17:39 schrieb Sylvia Cassel: >> f1:maj7 a1:aug7 bes1:maj7 d1:aug7 > > Your harmonies have a duration of 1 (whole note) but your measures are > only 3 quarters long (time 3/4)

Re: 3/4 time

2020-04-12 Thread Noeck
Dear Sylvia, Am 12.04.20 um 17:39 schrieb Sylvia Cassel: > f1:maj7 a1:aug7 bes1:maj7 d1:aug7 Your harmonies have a duration of 1 (whole note) but your measures are only 3 quarters long (time 3/4): f2.:maj7 a2.:aug7 … and you can write the duration only once if it is the same as previously: f2.

Re: 3/4 time

2020-04-12 Thread David Kastrup
Sylvia Cassel writes: > Hello out there, > Has anyone has a chance to look at this? Am I doing something wrong or is > there a bug?? How can I get the chord notations over the right measure? Aaron Hill already posted a reply to the list. These lists aren't write-only dumps: if you post there,

3/4 time

2020-04-12 Thread Sylvia Cassel
Hello out there, Has anyone has a chance to look at this? Am I doing something wrong or is there a bug?? How can I get the chord notations over the right measure? Sylvia Cassel Fri, Apr 3, 7:04 AM (9 days ago) to bug-lilypond % In doing a lead sheet in 3/4 time, the melody notation comes out co

Re: SystemStart changes after stop/startStaff - how to get it back

2020-04-12 Thread Valentin Villenave
On 4/12/20, Thomas Morley wrote: > Over the last decades I tried again and again to find a better > workaround, with less manual work. Apparently we stumbled upon your white whale :-) > I now come up with the attached. Brilliant. Although it’s still a workaround. > To get the gaps in containe

Re: SystemStart changes after stop/startStaff - how to get it back

2020-04-12 Thread Thomas Morley
Am So., 12. Apr. 2020 um 14:00 Uhr schrieb Aaron Hill : > > On 2020-04-12 3:50 am, Thomas Morley wrote: > > Hi, > > > > consider the following code: > > > > > > mus = \new Staff { R1 \break R \stopStaff s \startStaff R \break R > > \break R } > > > > \new StaffGroup > > \with { > > systemSt

Re: SystemStart changes after stop/startStaff - how to get it back

2020-04-12 Thread Aaron Hill
On 2020-04-12 3:50 am, Thomas Morley wrote: Hi, consider the following code: mus = \new Staff { R1 \break R \stopStaff s \startStaff R \break R \break R } \new StaffGroup \with { systemStartDelimiterHierarchy = #'(SystemStartBracket (SystemStartBrace a b c)) } << \mus \m

Re: SystemStart changes after stop/startStaff - how to get it back

2020-04-12 Thread Valentin Villenave
On 4/12/20, Thomas Morley wrote: > Hi, > The SystemStartBrace vanishes after stop/startStaff. Weird. That’s definitely an unwanted behavior (in other words, a bug). > consider the following code: > > > mus = \new Staff { R1 \break R \stopStaff s \startStaff R \break R \break R > } > > \new Staf