Frescobaldi website English and Dutch

2019-04-13 Thread Andrew Bernard
Hi Wilbert and All, Without wishing to be overly Anglocentric, the Frescobaldi website is still mixed up. if you manage to find the tiny 'English version' link at the bottom of the page, that's good, but the English sidebar menu items still link to Dutch pages, and then you have to search for the

Re: warning message - missing slur

2019-04-13 Thread Ralph Palmer
On Sat, Apr 13, 2019 at 7:57 PM MING TSANG wrote: > Lilyponders: > > I have the following lily code: > > \version "2.19.83" > \language "english" > >\fixed c' { <<{f4 e8 c8~( c4 e8( f8) )}\\{f4 e8 c~ 4~ 4}>> | > > [image: Inline image] > the slur e8( f8) is missing. How can I get the slur

Re: warning message - missing slur

2019-04-13 Thread Павел Буданов
Use the phrasing slurs: \fixed c' { <<{f4 e8 c8~\( c4 e8( f8) \)}\\{f4 e8 c~ 4~ 4}>> |} For more information see the slurs page in the learning manual. вс, 14 апр. 2019 г. в 02:57, MING TSANG : > Lilyponders: > > I have the

warning message - missing slur

2019-04-13 Thread MING TSANG
Lilyponders: I have the following lily code: \version "2.19.83"\language "english"     \fixed c' { <<{f4 e8 c8~( c4 e8( f8) )}\\{f4 e8 c~ 4~ 4}>> |} which has the following : Starting lilypond-windows.exe 2.19.83 [Untitled]... Processing

Re: tag issue

2019-04-13 Thread Thomas Morley
Am Sa., 13. Apr. 2019 um 12:20 Uhr schrieb Gianmaria Lari : > > Harm, if I understood corretly the code: > > \version "2.18.2" > \tagGroup #'(testOne testTwo) > > music = { > \tag #'testOne a > \tag #'testTwo b > } > \keepWithTag #'testOne {\music~\music} > > > is converted to: > >

Re: tag issue

2019-04-13 Thread mskala
On Sat, 13 Apr 2019, Gianmaria Lari wrote: >   \tag #'testOne a  >   \tag #'testTwo b > ~ >   \tag #'testOne a  >   \tag #'testTwo b > > } > > > But then why lilypond removes the tie? Shouldn't just remove the expression > following testTwo that is "b" ? The tie is not a separate

Re: tag issue

2019-04-13 Thread Gianmaria Lari
Harm, if I understood corretly the code: \version "2.18.2" \tagGroup #'(testOne testTwo) music = { \tag #'testOne a \tag #'testTwo b } \keepWithTag #'testOne {\music~\music} is converted to: \keepWithTag #'testOne { \tag #'testOne a \tag #'testTwo b ~ \tag #'testOne a \tag

Re: tag issue

2019-04-13 Thread Gianmaria Lari
On Sat, 13 Apr 2019 at 11:41, Thomas Morley wrote: > Am Sa., 13. Apr. 2019 um 11:16 Uhr schrieb Gianmaria Lari > : > > > > I don't understand the following behaviour: > > > > \version "2.18.2" > > \tagGroup #'(testOne testTwo) > > > > music = { > > \tag #'testOne b > > \tag #'testTwo b^"M "

Re: tag issue

2019-04-13 Thread Thomas Morley
Am Sa., 13. Apr. 2019 um 11:16 Uhr schrieb Gianmaria Lari : > > I don't understand the following behaviour: > > \version "2.18.2" > \tagGroup #'(testOne testTwo) > > music = { > \tag #'testOne b > \tag #'testTwo b^"M " > } > > \keepWithTag #'testOne {\music~\music} > \keepWithTag #'testTwo

Re: tag issue

2019-04-13 Thread Gianmaria Lari
Sorry, a slightly more clear example: \version "2.18.2" \tagGroup #'(testOne testTwo) music = { \tag #'testOne a \tag #'testTwo b } \keepWithTag #'testOne {\music~\music} \keepWithTag #'testTwo {\music~\music} I would expect a~a and b~b but I obtain a a and b~b g.

tag issue

2019-04-13 Thread Gianmaria Lari
I don't understand the following behaviour: \version "2.18.2" \tagGroup #'(testOne testTwo) music = { \tag #'testOne b \tag #'testTwo b^"M " } \keepWithTag #'testOne {\music~\music} \keepWithTag #'testTwo {\music~\music} I would expect this would generate two pretty similar scores: the

Re: Hide time signature in final partial measure

2019-04-13 Thread Michael Gerdau
Hi Thomas, just realized, I did not answer your original question. If you want the TimeSignature change and just not show it, you need to \omit it in the Voice instead of the NullVoice. Kind regards, Michael -- Michael Gerdau email: m...@qata.de GPG-keys available on request or at public

Re: Hide time signature in final partial measure

2019-04-13 Thread Michael Gerdau
Hi Thomas, > In this score with a final partial measure (to balance the initial partial > measure), what is the best way to hide the time signature in the final > measure? The \omit Staff.TimeSignature has no apparent effect. Unless you have a specific reason to want the time signature change